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

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