Jeffrey Morgan 74ea4fb604 remove .prettierrc.json (#8413) 3 meses atrás
..
assets 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
src 55ea963c9e update default model to llama3.2 (#6959) 7 meses atrás
.eslintrc.json 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
.gitignore 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
README.md fc6558f47f Correct directory reference in macapp/README (#3555) 1 ano atrás
forge.config.ts 8f805dd74b darwin: restore multiple runners for x86 (#8125) 4 meses atrás
package-lock.json 74ea4fb604 remove .prettierrc.json (#8413) 3 meses atrás
package.json 74ea4fb604 remove .prettierrc.json (#8413) 3 meses atrás
postcss.config.js 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
tailwind.config.js 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
tsconfig.json 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
webpack.main.config.ts 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
webpack.plugins.ts 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
webpack.renderer.config.ts 9da9e8fb72 Move Mac App to a new dir 1 ano atrás
webpack.rules.ts 9da9e8fb72 Move Mac App to a new dir 1 ano atrás

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