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.
|
2 months ago | |
---|---|---|
.. | ||
assets | 2 months ago | |
src | 2 months ago | |
.eslintrc.json | 2 months ago | |
.gitignore | 2 months ago | |
README.md | 2 months ago | |
forge.config.ts | 2 months ago | |
package-lock.json | 2 months ago | |
package.json | 2 months ago | |
postcss.config.js | 2 months ago | |
tailwind.config.js | 2 months ago | |
tsconfig.json | 2 months ago | |
webpack.main.config.ts | 2 months ago | |
webpack.plugins.ts | 2 months ago | |
webpack.renderer.config.ts | 2 months ago | |
webpack.rules.ts | 2 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