mirror of
https://github.com/ollama/ollama.git
synced 2026-04-18 05:54:09 +02:00
250 B
250 B
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