mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 12:19:56 +01:00
| .. | ||
| assets | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| forge.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| 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