ollama/macapp/README.md
2024-02-15 05:56:45 +00:00

21 lines
250 B
Markdown

# 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
```