This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama binary:
ollama
cd .. go build .
Then run the desktop app with npm start:
npm start
cd macapp npm install npm start