You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Desktop
|
|
|
|
This app builds upon Ollama to provide a desktop experience for running models.
|
|
|
|
## Developing
|
|
|
|
First, build the `ollama` binary:
|
|
|
|
```shell
|
|
cd ..
|
|
go build .
|
|
```
|
|
|
|
Then run the desktop app with `npm start`:
|
|
|
|
```shell
|
|
cd macapp
|
|
npm install
|
|
npm start
|
|
```
|
|
|