KinBot
AI agents that actually remember you.
Create AI agents that live on your server, remember everything, and work together. One process, one file, zero cloud.
Why KinBot?
- Persistent memory — Vector search + full-text across months of conversations
- Real identity — Each agent has a name, role, personality, and avatar
- Multi-agent collaboration — Agents delegate tasks and share context
- Autonomy — Cron jobs, webhooks, 6 messaging channels
- 23+ AI providers — Including Ollama for fully local setups
- Self-hosted — One SQLite file, zero cloud dependency
Quick Start
docker run -d --name kinbot -p 3000:3000 -v kinbot-data:/app/data ghcr.io/marlburrow/kinbot:latest
View on GitHub