Note: the Ollama desktop app is a work in progress and is not ready yet for general use.
This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama
binary:
make -C ..
Then run the desktop app with npm start
:
npm install
npm start