What you get
- Service running on
localhost:3100with SQLite - Client UI on
localhost:3000with Kanban board - All messages, tasks, and contacts stored locally
- No authentication required
Setup
BACKEND=local
SQLITE_PATH=./data/openbunny.db
OPENROUTER_API_KEY=sk-or-v1-your-key
OPENROUTER_MODEL=anthropic/claude-sonnet-4
http://localhost:3000 to access the Kanban board.
When to use this mode
- Individual use with no need for team access
- Privacy-sensitive environments where data must stay local
- Development and testing
- Quick evaluation of OpenBunny