Azis Alvriyanto b901a712c6 docs: improve syntax highlighting in code blocks (#8854) vor 2 Monaten
..
assets 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
src 55ea963c9e update default model to llama3.2 (#6959) vor 7 Monaten
.eslintrc.json 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
.gitignore 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
README.md b901a712c6 docs: improve syntax highlighting in code blocks (#8854) vor 2 Monaten
forge.config.ts e806184023 fix release workflow vor 2 Monaten
package-lock.json 74ea4fb604 remove .prettierrc.json (#8413) vor 3 Monaten
package.json 74ea4fb604 remove .prettierrc.json (#8413) vor 3 Monaten
postcss.config.js 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
tailwind.config.js 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
tsconfig.json 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
webpack.main.config.ts 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
webpack.plugins.ts 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
webpack.renderer.config.ts 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr
webpack.rules.ts 9da9e8fb72 Move Mac App to a new dir vor 1 Jahr

README.md

Desktop

This app builds upon Ollama to provide a desktop experience for running models.

Developing

First, build the ollama binary:

cd ..
go build .

Then run the desktop app with npm start:

cd macapp
npm install
npm start