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.
20918 5e0a8fedd0
Initial commit
3 weeks ago
..
assets Initial commit 3 weeks ago
src Initial commit 3 weeks ago
.eslintrc.json Initial commit 3 weeks ago
.gitignore Initial commit 3 weeks ago
README.md Initial commit 3 weeks ago
forge.config.ts Initial commit 3 weeks ago
package-lock.json Initial commit 3 weeks ago
package.json Initial commit 3 weeks ago
postcss.config.js Initial commit 3 weeks ago
tailwind.config.js Initial commit 3 weeks ago
tsconfig.json Initial commit 3 weeks ago
webpack.main.config.ts Initial commit 3 weeks ago
webpack.plugins.ts Initial commit 3 weeks ago
webpack.renderer.config.ts Initial commit 3 weeks ago
webpack.rules.ts Initial commit 3 weeks 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 macapp
npm install
npm start