What is OpenClaw
OpenClaw is a free, MIT-licensed personal AI assistant you run on your own hardware. It connects LLMs to your messaging apps, devices, and local tools through a long-running Gateway daemon — giving you a conversational AI that actually does things.
Architecture
The Gateway is the always-on control plane that manages sessions, channel routing, tool dispatch, and events. It binds to ws://127.0.0.1:18789 by default and serves both a Control UI and a WebChat interface. Connected clients include the Pi agent (RPC mode), CLI, macOS companion app, and iOS/Android nodes.
How It Works
You send a message through any connected channel — WhatsApp, Telegram, Slack, or the WebChat. The Gateway routes it to the configured LLM, which generates a response and can invoke local tools (shell commands, browser actions, file operations, API calls) to complete tasks on your behalf.
- Multi-channel routing — DMs and group isolation with per-channel chunking
- Voice interfaces — wake words on macOS/iOS, continuous voice on Android
- Canvas & A2UI — agent-driven visual workspace
- Browser control — dedicated Chromium instance with snapshots and actions
- Automation — cron jobs, webhooks, Gmail Pub/Sub integration
Origin Story
Created by Austrian developer Peter Steinberger (PSPDFKit founder), OpenClaw launched in November 2025 and went viral in late January 2026. A trademark dispute with Anthropic forced two rebrands in four days. The project is fully open-source under MIT license with 50,000+ GitHub stars.