2023-06-27 16:35:51 +00:00
|
|
|
# Desktop
|
|
|
|
|
2023-07-01 17:45:55 +00:00
|
|
|
_Note: the Ollama desktop app is a work in progress and is not ready yet for general use._
|
2023-06-28 13:57:36 +00:00
|
|
|
|
2023-07-01 17:45:55 +00:00
|
|
|
This app builds upon Ollama to provide a desktop experience for running models.
|
2023-06-27 16:35:51 +00:00
|
|
|
|
2023-07-01 17:45:55 +00:00
|
|
|
## Developing
|
|
|
|
|
2023-07-06 18:32:48 +00:00
|
|
|
First, build the `ollama` binary:
|
2023-06-27 17:51:20 +00:00
|
|
|
|
2023-06-27 16:35:51 +00:00
|
|
|
```
|
2023-07-06 18:32:48 +00:00
|
|
|
make -C ..
|
2023-06-27 16:35:51 +00:00
|
|
|
```
|
|
|
|
|
2023-06-28 13:57:36 +00:00
|
|
|
Then run the desktop app with `npm start`:
|
2023-06-27 16:35:51 +00:00
|
|
|
|
|
|
|
```
|
2023-06-27 17:51:20 +00:00
|
|
|
npm install
|
|
|
|
npm start
|
2023-06-27 16:35:51 +00:00
|
|
|
```
|
2023-06-28 13:57:36 +00:00
|
|
|
|
|
|
|
## Coming soon
|
|
|
|
|
|
|
|
- Browse the latest available models on Hugging Face and other sources
|
|
|
|
- Keep track of previous conversations with models
|
2023-06-30 16:34:32 +00:00
|
|
|
- Switch quickly between models
|
2023-06-28 13:57:36 +00:00
|
|
|
- Connect to remote Ollama servers to run models
|