ollama/macapp
2024-05-20 15:24:32 -07:00
..
assets Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
src updated updateURL 2024-05-20 15:24:32 -07:00
.eslintrc.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
.gitignore Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
forge.config.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
package-lock.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
package.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
postcss.config.js Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
README.md Correct directory reference in macapp/README (#3555) 2024-04-09 09:48:46 -04:00
tailwind.config.js Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
tsconfig.json Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.main.config.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.plugins.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.renderer.config.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00
webpack.rules.ts Move Mac App to a new dir 2024-02-15 05:56:45 +00:00

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