Eva Ho dfceca48a7 update icons to have different images for bright and dark mode 1 年之前
..
assets dfceca48a7 update icons to have different images for bright and dark mode 1 年之前
src dfceca48a7 update icons to have different images for bright and dark mode 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 dfceca48a7 update icons to have different images for bright and dark mode 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