mirror of https://github.com/ollama/ollama.git
|
|
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| README.md | ||
| forge.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| webpack.main.config.ts | ||
| webpack.plugins.ts | ||
| webpack.renderer.config.ts | ||
| webpack.rules.ts | ||
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 app
npm install
npm start