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.
 
 
 
 
 
 
Eva Ho 508ffbbb15 improve the copy command experience 3 years ago
..
assets add Template to icon file name to handle bright and dark modes better on MacOS 3 years ago
src improve the copy command experience 3 years ago
.eslintrc.json move `desktop` -> `app` 3 years ago
.gitignore move `desktop` -> `app` 3 years ago
README.md always use `ollama` binary 3 years ago
forge.config.ts ollama app welcome screen for first time run (#80) 3 years ago
package-lock.json ollama app welcome screen for first time run (#80) 3 years ago
package.json ollama app welcome screen for first time run (#80) 3 years ago
postcss.config.js move `desktop` -> `app` 3 years ago
tailwind.config.js move `desktop` -> `app` 3 years ago
tsconfig.json move `desktop` -> `app` 3 years ago
webpack.main.config.ts fix env var loading 3 years ago
webpack.plugins.ts fix env var loading 3 years ago
webpack.renderer.config.ts move `desktop` -> `app` 3 years ago
webpack.rules.ts ollama app welcome screen for first time run (#80) 3 years ago

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