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

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