Eva Ho 508ffbbb15 improve the copy command experience il y a 1 an
..
assets a88576e59a add Template to icon file name to handle bright and dark modes better on MacOS il y a 1 an
src 508ffbbb15 improve the copy command experience il y a 1 an
.eslintrc.json 3cd59936a2 move `desktop` -> `app` il y a 1 an
.gitignore 3cd59936a2 move `desktop` -> `app` il y a 1 an
README.md 39f4d8edaa always use `ollama` binary il y a 1 an
forge.config.ts e88dd25bab ollama app welcome screen for first time run (#80) il y a 1 an
package-lock.json e88dd25bab ollama app welcome screen for first time run (#80) il y a 1 an
package.json e88dd25bab ollama app welcome screen for first time run (#80) il y a 1 an
postcss.config.js 3cd59936a2 move `desktop` -> `app` il y a 1 an
tailwind.config.js 3cd59936a2 move `desktop` -> `app` il y a 1 an
tsconfig.json 3cd59936a2 move `desktop` -> `app` il y a 1 an
webpack.main.config.ts 7974ad58ff fix env var loading il y a 1 an
webpack.plugins.ts 7974ad58ff fix env var loading il y a 1 an
webpack.renderer.config.ts 3cd59936a2 move `desktop` -> `app` il y a 1 an
webpack.rules.ts e88dd25bab ollama app welcome screen for first time run (#80) il y a 1 an

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