OpenClaw is the open-source personal AI agent built by Austrian developer Peter Steinberger, first published November 2025 as Clawdbot, renamed Moltbot after an Anthropic trademark complaint, then renamed OpenClaw three days later (Wikipedia).
It runs on your machine, controls your browser and shell, and is reachable from the messaging apps you already use. The repo carries 247K+ GitHub stars as of early March 2026 and continues to climb.
Recent developments
- April 30, 2026: Apple said AI and agentic tools helped drive unexpected Mac demand. OpenClaw was named in coverage of Mac mini and Mac Studio demand, reinforcing the hardware reality behind local-first personal agents.
- April 30, 2026: Stripe turned Link into an agent wallet for approved AI purchases, explicitly naming personal AI agents such as OpenClaw as a use case. This gives OpenClaw-style local agents a safer payment path than exposing raw card details.
System Verdict
Pick OpenClaw if a persistent, self-hosted personal AI agent reachable from your phone is the goal and setup time is not the bottleneck. The cross-app gateway is the real moat. WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and more all reach the same agent, with the same memory, running on your hardware.
Skip it if zero-config matters more than control. Setup needs Node 24, a daemon install, and per-channel configuration. Rabbit, Claude apps, or ChatGPT Operator Mode are easier if you do not want to run your own server.
Who pays which tier: Everyone. OpenClaw itself is free. Costs are bring-your-own-key LLM bills plus whatever you pay to keep a small VPS or always-on machine running.
Key Facts
| Creator | Peter Steinberger (ex-PSPDFKit) |
| Governance | Independent foundation · OpenAI sponsorship · community maintainers |
| License | MIT |
| First release | November 2025 (as Clawdbot) |
| GitHub stars | 247K+ (March 2026), rising |
| Messaging channels | 24+ (WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Teams, Matrix, WeChat, Nostr, and more) |
| Model support | Claude · GPT · any OpenAI-compatible endpoint · provider failover |
| Interface | Messaging-first · Live Canvas A2UI · voice input |
| Platforms | macOS · iOS · Android · Linux · Windows (WSL2) |
| Skill system | ClawHub registry · auto-discover · auto-install |
Every data point above was verified against vendor sources on 2026-04-17. See Sources.
What it actually is
A local gateway process that sits between your messaging apps and an LLM. You chat from WhatsApp or Signal; OpenClaw receives the message on your hardware, runs whatever tools it needs (browser, shell, files, calendar, email), and replies in the same thread.
Skills live in ClawHub, a registry of community-built add-ons. The agent can identify which skill fits a task and install it on demand. It can even author its own skills for new task types.
The founder story matters. Steinberger joined OpenAI in February 2026; OpenClaw transitioned to an independent foundation with continued OpenAI sponsorship. Long-term direction now depends on community governance.
When to pick OpenClaw
- Personal AI reachable from your phone. Chat on WhatsApp, get full desktop control at home.
- Privacy-first setups. API calls leave.
- Always-on agent. Unlike on-demand chatbots, OpenClaw persists and can run scheduled or triggered workflows.
- Tinkerers and skill authors. ClawHub plus self-written skills make OpenClaw a platform, not just a product.
- Local-first orgs. Private infrastructure deployments where data residency rules out SaaS.
When to pick something else
- Managed, zero-setup agent: ChatGPT Operator Mode or Claude apps. No daemons, no YAML.
- Multi-agent Python framework: CrewAI or Letta.
- Workflow automation catalog: Zapier or n8n.
- Voice-first conversational AI: Voiceflow.
- Visual agent flow builder: Langflow or Relevance AI.
Pricing
| Tier | Cost | Notes |
|---|---|---|
| OpenClaw (self-hosted) | Free | MIT license, BYOK API, BYO server |
| LLM API costs | Usage-based | Typical Claude Opus 4.7 or OpenAI frontier models use: $5-$30/month |
| Server / VPS | ~$5-$10/mo | Any always-on machine works |
No subscription. No license fee. No managed cloud tier. Total cost equals LLM usage plus whatever you spend on hosting (GitHub).
Against the alternatives
| OpenClaw | ChatGPT Operator | Claude apps | |
|---|---|---|---|
| License | MIT (open-source) | Proprietary SaaS | Proprietary SaaS |
| Hosting | Your hardware | OpenAI cloud | Anthropic cloud |
| Privacy model | Local data, BYOK calls outbound | OpenAI-hosted | Anthropic-hosted |
| Channel coverage | 24+ messaging apps | Browser + mobile | Browser + mobile + CLI |
| Skill extensibility | ClawHub + self-authored | OpenAI ecosystem | Anthropic MCP |
| Setup effort | High (daemon + channels) | Zero | Zero |
| Pricing shape | BYOK + self-host | Subscription | Subscription |
| Best viewed as | Local-first personal agent platform | Managed generalist agent | Anthropic-native assistant |
Failure modes
- Setup has friction. Node 24, daemon, per-channel credentials. Not a five-minute install.
- No managed hosting. Uptime, upgrades, and backups are the user’s responsibility.
- Founder departure. Steinberger joined OpenAI in February 2026. The foundation model is healthy but unproven versus a VC-backed company’s roadmap velocity.
- Low moat. MIT license and public architecture invite forks. Differentiation rests on community momentum and skill breadth.
- Windows needs WSL2. Native Windows users face extra setup versus macOS or Linux.
- Breaking changes during rapid development. Active project. Expect version-to-version config churn.
- API bills can surprise. A heavily used agent on Claude Opus 4.7 can run up real costs without prompt caching and careful skill design.
Methodology
This page was produced by the aipedia.wiki editorial pipeline, an automated system that ingests vendor documentation, verifies pricing and model details against primary sources, and generates the editorial analysis you are reading. No individual human wrote this review. Scoring follows the four-dimension rubric at /about/scoring/ (Utility × Value × Moat × Longevity, unweighted average). Last verified 2026-04-17 against the openclaw/openclaw GitHub repo, openclaw.ai, Steinberger’s OpenAI announcement, TechCrunch coverage, and the OpenClaw Wikipedia entry.
FAQ
Is OpenClaw free? Yes. MIT-licensed, free to self-host. You pay only LLM API usage (OpenAI, Anthropic, or any compatible provider) plus whatever a small always-on server costs.
What happened after Peter Steinberger joined OpenAI? Steinberger announced the move on February 14, 2026. OpenClaw transitioned to an independent foundation on the same announcement. OpenAI remains a sponsor. Community maintainers govern the roadmap (steipete.me).
Does OpenClaw send my data to a third-party cloud? By design, OpenClaw runs on your own hardware. No OpenClaw-controlled server touches your data. Outbound calls go only to the LLM provider you configure (Claude, GPT, local model, etc).
Which messaging apps does OpenClaw support? WhatsApp, Telegram, Discord, Slack, Signal, iMessage, Microsoft Teams, Google Chat, Matrix, LINE, Mattermost, Nostr, Twitch, WeChat, Zalo, IRC, Feishu, BlueBubbles, Synology Chat, Tlon, WebChat, and more. The gateway design keeps a single agent across every channel.
Can OpenClaw control my computer? Yes. Dedicated Chrome/Chromium browser automation, shell command execution, and filesystem access. Sandboxed mode is available for higher-trust environments.
Sources
- openclaw/openclaw GitHub: Source, stars, skills
- openclaw.ai: Official product site
- Peter Steinberger: OpenClaw, OpenAI and the future: Founder post on OpenAI move
- TechCrunch: OpenClaw creator joins OpenAI: Coverage of the transition
- Wikipedia: OpenClaw: Naming history (Clawdbot to Moltbot to OpenClaw) and project timeline
Related
- Category: AI Automation
Embed this score on your site Free. Links back.
<a href="https://aipedia.wiki/tools/openclaw/" target="_blank" rel="noopener"><img src="https://aipedia.wiki/badges/openclaw.svg" alt="OpenClaw on aipedia.wiki" width="260" height="72" /></a> [](https://aipedia.wiki/tools/openclaw/) Badge value auto-updates if the editorial score changes. Attribution via the link is required.
Cite this page For journalists, researchers, and bloggers
According to aipedia.wiki Editorial at aipedia.wiki (https://aipedia.wiki/tools/openclaw/) aipedia.wiki Editorial. (2026). OpenClaw — Editorial Review. aipedia.wiki. Retrieved May 8, 2026, from https://aipedia.wiki/tools/openclaw/ aipedia.wiki Editorial. "OpenClaw — Editorial Review." aipedia.wiki, 2026, https://aipedia.wiki/tools/openclaw/. Accessed May 8, 2026. aipedia.wiki Editorial. 2026. "OpenClaw — Editorial Review." aipedia.wiki. https://aipedia.wiki/tools/openclaw/. @misc{openclaw-editorial-review-2026,
author = {{aipedia.wiki Editorial}},
title = {OpenClaw — Editorial Review},
year = {2026},
publisher = {aipedia.wiki},
url = {https://aipedia.wiki/tools/openclaw/},
note = {Accessed: 2026-05-08}
} Spotted an error or want to share your experience with OpenClaw?
Every tool page is re-verified on a recurring cycle, and corrections land faster when readers flag them directly. If you spot a stale fact, a missing capability, or have used OpenClaw and want to share what worked or didn't, the editorial desk reviews every message sent through this form.
Email editorial@aipedia.wiki