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.
 
 
 
 
 
 
Daniel Hiltgen 9da9e8fb72 Move Mac App to a new dir 3 years ago
..
assets Move Mac App to a new dir 3 years ago
src Move Mac App to a new dir 3 years ago
.eslintrc.json Move Mac App to a new dir 3 years ago
.gitignore Move Mac App to a new dir 3 years ago
README.md Move Mac App to a new dir 3 years ago
forge.config.ts Move Mac App to a new dir 3 years ago
package-lock.json Move Mac App to a new dir 3 years ago
package.json Move Mac App to a new dir 3 years ago
postcss.config.js Move Mac App to a new dir 3 years ago
tailwind.config.js Move Mac App to a new dir 3 years ago
tsconfig.json Move Mac App to a new dir 3 years ago
webpack.main.config.ts Move Mac App to a new dir 3 years ago
webpack.plugins.ts Move Mac App to a new dir 3 years ago
webpack.renderer.config.ts Move Mac App to a new dir 3 years ago
webpack.rules.ts Move Mac App to a new dir 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