Bruce MacDonald 8f8aac9cd3 macapp: add error handling for symlink operations 4 ay önce
..
assets 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
src 8f8aac9cd3 macapp: add error handling for symlink operations 4 ay önce
.eslintrc.json 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
.gitignore 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
README.md fc6558f47f Correct directory reference in macapp/README (#3555) 1 yıl önce
forge.config.ts 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
package-lock.json 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
package.json 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
postcss.config.js 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
tailwind.config.js 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
tsconfig.json 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
webpack.main.config.ts 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
webpack.plugins.ts 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
webpack.renderer.config.ts 9da9e8fb72 Move Mac App to a new dir 1 yıl önce
webpack.rules.ts 9da9e8fb72 Move Mac App to a new dir 1 yıl önce

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