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.
 
 
 
 
 
 
Jeffrey Morgan cbfff4f868 update dependencies in `app/` 3 years ago
..
assets app: fix tray icon color scheme in dark mode 3 years ago
src Use correct url for auto updates 3 years ago
.eslintrc.json move `desktop` -> `app` 3 years ago
.gitignore move `desktop` -> `app` 3 years ago
README.md build for `universal` architecture on macos 3 years ago
forge.config.ts update dependencies in `app/` 3 years ago
package-lock.json update dependencies in `app/` 3 years ago
package.json update dependencies in `app/` 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

This app builds upon Ollama to provide a desktop experience for running models.

Developing

First, build the ollama binary:

cd ..
go build .

Then run the desktop app with npm start:

cd app
npm install
npm start