Jeffrey Morgan 6fbb380076 hide dock icon if window closes 1 yıl önce
..
assets 0871083776 app: fix tray icon color scheme in dark mode 1 yıl önce
src 6fbb380076 hide dock icon if window closes 1 yıl önce
.eslintrc.json 3cd59936a2 move `desktop` -> `app` 1 yıl önce
.gitignore 3cd59936a2 move `desktop` -> `app` 1 yıl önce
README.md c75cafdb58 build for `universal` architecture on macos 1 yıl önce
forge.config.ts c75cafdb58 build for `universal` architecture on macos 1 yıl önce
package-lock.json c75cafdb58 build for `universal` architecture on macos 1 yıl önce
package.json c75cafdb58 build for `universal` architecture on macos 1 yıl önce
postcss.config.js 3cd59936a2 move `desktop` -> `app` 1 yıl önce
tailwind.config.js 3cd59936a2 move `desktop` -> `app` 1 yıl önce
tsconfig.json 3cd59936a2 move `desktop` -> `app` 1 yıl önce
webpack.main.config.ts 7974ad58ff fix env var loading 1 yıl önce
webpack.plugins.ts 7974ad58ff fix env var loading 1 yıl önce
webpack.renderer.config.ts 3cd59936a2 move `desktop` -> `app` 1 yıl önce
webpack.rules.ts e88dd25bab ollama app welcome screen for first time run (#80) 1 yıl önce

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