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

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