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.
 
 
 
 
 
 
Josh Yan 8aadad9c72 updated updateURL 2 years ago
..
assets Move Mac App to a new dir 2 years ago
src updated updateURL 2 years ago
.eslintrc.json Move Mac App to a new dir 2 years ago
.gitignore Move Mac App to a new dir 2 years ago
README.md Correct directory reference in macapp/README (#3555) 2 years ago
forge.config.ts Move Mac App to a new dir 2 years ago
package-lock.json Move Mac App to a new dir 2 years ago
package.json Move Mac App to a new dir 2 years ago
postcss.config.js Move Mac App to a new dir 2 years ago
tailwind.config.js Move Mac App to a new dir 2 years ago
tsconfig.json Move Mac App to a new dir 2 years ago
webpack.main.config.ts Move Mac App to a new dir 2 years ago
webpack.plugins.ts Move Mac App to a new dir 2 years ago
webpack.renderer.config.ts Move Mac App to a new dir 2 years ago
webpack.rules.ts Move Mac App to a new dir 2 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 macapp
npm install
npm start