mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
253 B
253 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 macapp
npm install
npm start