ollama/app
2023-10-19 15:52:41 -04:00
..
assets app: fix tray icon color scheme in dark mode 2023-07-28 07:03:46 -04:00
src Use correct url for auto updates 2023-10-13 19:04:42 -04:00
.eslintrc.json
.gitignore
forge.config.ts update dependencies in app/ 2023-10-19 15:52:41 -04:00
package-lock.json update dependencies in app/ 2023-10-19 15:52:41 -04:00
package.json update dependencies in app/ 2023-10-19 15:52:41 -04:00
postcss.config.js
README.md build for universal architecture on macos 2023-07-28 12:18:11 -04: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 app
npm install
npm start