Run local, private AI agent teams on your computer. GoClaw Lite packages the core platform into a single native desktop application. No Docker, no PostgreSQL, no complex infrastructure required.
Built with Wails v2 and React. Compiles to an incredibly lightweight ~30 MB desktop app running locally on your hardware.
Zero database configuration needed. GoClaw Lite embeds SQLite dynamically to manage user chat logs and task boards locally.
Rich, responsive chat client detailing real-time tool logs, rendering media file outputs, and processing file uploads.
Configure up to 5 agents, define provider setups, hook up local MCP servers, write skills, and schedule cron tasks.
Inspect and coordinate team agent assignments using visual Kanban cards, loaded with real-time state synchronization.
GoClaw Lite checks against official GitHub Releases in the background, updating your local binary safely in one click.
Choose the deployment that best fits your development or production needs.
| Feature | GoClaw Lite (Desktop) | GoClaw Standard (Server) |
|---|---|---|
| Deployment Target | Local developer machine | Production server, Docker, cloud VPS |
| Maximum Active Agents | Up to 5 agents | Unlimited |
| Max Teams & Workspace Members | Max 1 board / 5 members | Unlimited |
| Database Engine | Embedded SQLite (Zero-config) | Multi-tenant PostgreSQL |
| Memory Indexing | SQLite FTS5 text search | pgvector semantic hybrid search |
| Messaging Channels | Disabled (Local UI only) | Enabled (Slack, Discord, Zalo, WhatsApp, etc.) |
| Knowledge Graph | Disabled | Enabled (Full L2 Semantic graph) |
| SaaS Multi-Tenancy & RBAC | Disabled | Enabled (Complete isolation gates) |
| Update Engine | GitHub Releases (Desktop Auto-Updater) | Docker tag updates / manual binary builds |