A local dashboard for running and chatting with Ollama models. It gives you a clean UI for managing models, having conversations, translating text, and working with documents; all running on your own machine.
- backend: FastAPI app that talks to the Ollama API and handles auth, chat sessions, and document context
- frontend: Svelte app served by Vite
- Ollama installed and running locally
- Python 3.11+
- Node.js 18+
There is a convenience script that starts both servers at once:
./run-dev.sh- Frontend runs on http://localhost:5050
- Backend runs on http://localhost:5051
Or start them individually, see the READMEs inside backend/ and frontend/.
Use these credentials to login:
- username: admin
- password: admin123
Star the project if you find it useful :)
Fork and PR is welcome.
Happy coding 🚀


