ollama/desktop/README.md
2023-06-28 11:47:37 -04:00

32 lines
714 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Desktop
The Ollama desktop experience. This is an experimental, easy-to-use app for running models with [`ollama`](https://github.com/jmorganca/ollama).
## Download
- [macOS](https://ollama.ai/download/darwin_arm64) (Apple Silicon)
- macOS (Intel Coming soon)
- Windows (Coming soon)
- Linux (Coming soon)
## Running
In the background run the ollama server `ollama.py` server:
```
poetry -C .. run ollama serve
```
Then run the desktop app with `npm start`:
```
npm install
npm start
```
## Coming soon
- Browse the latest available models on Hugging Face and other sources
- Keep track of previous conversations with models
- Switch between models
- Connect to remote Ollama servers to run models