ollama/macapp
2024-07-28 19:56:02 -07:00
..
assets
src upate to llama3.1 elsewhere in repo (#6032) 2024-07-28 19:56:02 -07:00
.eslintrc.json
.gitignore
forge.config.ts
package-lock.json
package.json
postcss.config.js
README.md Correct directory reference in macapp/README (#3555) 2024-04-09 09:48:46 -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 macapp
npm install
npm start