.. | ||
images | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.json | ||
forge.config.ts | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
webpack.main.config.ts | ||
webpack.plugins.ts | ||
webpack.renderer.config.ts | ||
webpack.rules.ts |
Desktop
The Ollama desktop experience. This is an experimental, easy-to-use app for running models with ollama
.
Download
- macOS (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