ollama/macapp
2025-02-07 09:55:07 -08:00
..
assets
src update default model to llama3.2 (#6959) 2024-09-25 11:11:22 -07:00
.eslintrc.json
.gitignore
forge.config.ts fix release workflow 2025-02-03 13:19:57 -08:00
package-lock.json remove .prettierrc.json (#8413) 2025-01-14 09:30:34 -08:00
package.json remove .prettierrc.json (#8413) 2025-01-14 09:30:34 -08:00
postcss.config.js
README.md docs: improve syntax highlighting in code blocks (#8854) 2025-02-07 09:55:07 -08:00
tailwind.config.js
tsconfig.json
webpack.main.config.ts
webpack.plugins.ts
webpack.renderer.config.ts
webpack.rules.ts

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