ollama/macapp
2025-02-07 09:55:07 -08:00
..
assets Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
src update default model to llama3.2 (#6959) 2024-09-25 11:11:22 -07:00
.eslintrc.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
.gitignore Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
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 Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
README.md docs: improve syntax highlighting in code blocks (#8854) 2025-02-07 09:55:07 -08:00
tailwind.config.js Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
tsconfig.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.main.config.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.plugins.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.renderer.config.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.rules.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00

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