You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| assets | 5 months ago | |
| src | 5 months ago | |
| .eslintrc.json | 5 months ago | |
| .gitignore | 5 months ago | |
| README.md | 5 months ago | |
| forge.config.ts | 5 months ago | |
| package-lock.json | 5 months ago | |
| package.json | 5 months ago | |
| postcss.config.js | 5 months ago | |
| tailwind.config.js | 5 months ago | |
| tsconfig.json | 5 months ago | |
| webpack.main.config.ts | 5 months ago | |
| webpack.plugins.ts | 5 months ago | |
| webpack.renderer.config.ts | 5 months ago | |
| webpack.rules.ts | 5 months ago | |
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