ollama/app
2023-07-21 16:53:56 -04:00
..
assets update icons to have different images for bright and dark mode 2023-07-19 11:14:43 -04:00
src address comment 2023-07-21 16:53:56 -04:00
.eslintrc.json move desktop -> app 2023-07-02 17:26:55 -04:00
.gitignore move desktop -> app 2023-07-02 17:26:55 -04:00
forge.config.ts update icons to have different images for bright and dark mode 2023-07-19 11:14:43 -04:00
package-lock.json ollama app welcome screen for first time run (#80) 2023-07-14 16:34:24 -07:00
package.json ollama app welcome screen for first time run (#80) 2023-07-14 16:34:24 -07:00
postcss.config.js move desktop -> app 2023-07-02 17:26:55 -04:00
README.md always use ollama binary 2023-07-06 16:34:44 -04:00
tailwind.config.js move desktop -> app 2023-07-02 17:26:55 -04:00
tsconfig.json move desktop -> app 2023-07-02 17:26:55 -04:00
webpack.main.config.ts fix env var loading 2023-07-07 10:27:33 -04:00
webpack.plugins.ts fix env var loading 2023-07-07 10:27:33 -04:00
webpack.renderer.config.ts move desktop -> app 2023-07-02 17:26:55 -04:00
webpack.rules.ts ollama app welcome screen for first time run (#80) 2023-07-14 16:34:24 -07:00

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