mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-07-18 23:40:04 +00:00
237 B
237 B
Desktop
This app builds upon Ollama to provide a desktop experience for running models.
Developing
First, build the ollama
binary:
make -C ..
Then run the desktop app with npm start
:
npm install
npm start