mirror of https://github.com/ollama/ollama.git
|
|
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| README.md | ||
| forge.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.main.config.ts | ||
| webpack.plugins.ts | ||
| webpack.renderer.config.ts | ||
| webpack.rules.ts | ||
README.md
Desktop
Note: the Ollama desktop app is a work in progress and is not ready yet for general use.
This app builds upon Ollama to provide a desktop experience for running models.
Developing
First, build the ollama binary:
make -C ..
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 quickly between models
- Connect to remote Ollama servers to run models