|
1 年之前 | |
---|---|---|
.. | ||
assets | 0871083776 app: fix tray icon color scheme in dark mode | 1 年之前 |
src | 832b4db9d4 Use correct url for auto updates | 1 年之前 |
.eslintrc.json | 3cd59936a2 move `desktop` -> `app` | 1 年之前 |
.gitignore | 3cd59936a2 move `desktop` -> `app` | 1 年之前 |
README.md | c75cafdb58 build for `universal` architecture on macos | 1 年之前 |
forge.config.ts | cbfff4f868 update dependencies in `app/` | 1 年之前 |
package-lock.json | cbfff4f868 update dependencies in `app/` | 1 年之前 |
package.json | cbfff4f868 update dependencies in `app/` | 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 年之前 |
This app builds upon Ollama to provide a desktop experience for running models.
First, build the ollama
binary:
cd ..
go build .
Then run the desktop app with npm start
:
cd app
npm install
npm start