Alex Mavrogiannis fc6558f47f Correct directory reference in macapp/README (#3555) il y a 1 an
..
assets 9da9e8fb72 Move Mac App to a new dir il y a 1 an
src 9da9e8fb72 Move Mac App to a new dir il y a 1 an
.eslintrc.json 9da9e8fb72 Move Mac App to a new dir il y a 1 an
.gitignore 9da9e8fb72 Move Mac App to a new dir il y a 1 an
README.md fc6558f47f Correct directory reference in macapp/README (#3555) il y a 1 an
forge.config.ts 9da9e8fb72 Move Mac App to a new dir il y a 1 an
package-lock.json 9da9e8fb72 Move Mac App to a new dir il y a 1 an
package.json 9da9e8fb72 Move Mac App to a new dir il y a 1 an
postcss.config.js 9da9e8fb72 Move Mac App to a new dir il y a 1 an
tailwind.config.js 9da9e8fb72 Move Mac App to a new dir il y a 1 an
tsconfig.json 9da9e8fb72 Move Mac App to a new dir il y a 1 an
webpack.main.config.ts 9da9e8fb72 Move Mac App to a new dir il y a 1 an
webpack.plugins.ts 9da9e8fb72 Move Mac App to a new dir il y a 1 an
webpack.renderer.config.ts 9da9e8fb72 Move Mac App to a new dir il y a 1 an
webpack.rules.ts 9da9e8fb72 Move Mac App to a new dir il y a 1 an

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