.. | ||
images | ||
src | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.json | ||
forge.config.ts | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
webpack.main.config.ts | ||
webpack.plugins.ts | ||
webpack.renderer.config.ts | ||
webpack.rules.ts |
Desktop
The Ollama desktop experience
Running
In the background run the ollama.py
development server:
python ../ollama.py serve --port 5001
Then run the desktop app:
npm install
npm start