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.
 
 
 
 
 
 
Azis Alvriyanto b901a712c6
docs: improve syntax highlighting in code blocks (#8854)
1 year ago
..
assets Move Mac App to a new dir 2 years ago
src update default model to llama3.2 (#6959) 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 docs: improve syntax highlighting in code blocks (#8854) 1 year ago
forge.config.ts fix release workflow 1 year ago
package-lock.json remove .prettierrc.json (#8413) 1 year ago
package.json remove .prettierrc.json (#8413) 1 year 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