GoClaw Lite

GoClaw Desktop

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.

curl -fsSL https://raw.githubusercontent.com/nextlevelbuilder/goclaw/main/scripts/install-lite.sh | bash
irm https://raw.githubusercontent.com/nextlevelbuilder/goclaw/main/scripts/install-lite.ps1 | iex

What's Included in GoClaw Lite

Single Native App

Built with Wails v2 and React. Compiles to an incredibly lightweight ~30 MB desktop app running locally on your hardware.

SQLite Database

Zero database configuration needed. GoClaw Lite embeds SQLite dynamically to manage user chat logs and task boards locally.

Streaming Chat UI

Rich, responsive chat client detailing real-time tool logs, rendering media file outputs, and processing file uploads.

Local Agent Admin

Configure up to 5 agents, define provider setups, hook up local MCP servers, write skills, and schedule cron tasks.

Kanban Task Boards

Inspect and coordinate team agent assignments using visual Kanban cards, loaded with real-time state synchronization.

Automatic Releases

GoClaw Lite checks against official GitHub Releases in the background, updating your local binary safely in one click.

Lite vs. Standard

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