Local Provider
Run Docket entirely on your local machine.
Local Provider
The local provider is the default and recommended starting point. All data stays on your machine. No cloud accounts, no API keys, no egress costs.
What You Get
| Adapter | Implementation | External Dependency |
|---|---|---|
| LLM | Ollama or LM Studio | Yes (local) |
| Embedder | Ollama | Yes (local) |
| Store | SQLite | No |
| Blob | Filesystem | No |
| Queue | In-memory | No |
Quick Start
git clone https://github.com/yourusername/docket.git
cd docket && npm install
npm run setup
npm run doctor
npm start
Next Steps
- Onboarding — Full setup walkthrough
- Maintenance — Backups, updates, monitoring
- FAQs — Common questions
- Troubleshooting — Fix common issues
- Migration — Move to a cloud provider later