What Is OpenClaw? The Open-Source AI Agent Everyone Is Talking About in 2026
OpenClaw (formerly ClawdBot) is the viral open-source AI agent with 150K+ GitHub stars. Here's what it is, how it works, what it can actually do, and why it blew up overnight.
If you've scrolled through Reddit, X, or TechCrunch in the last few weeks, you've probably seen the name OpenClaw pop up everywhere. It went from a small GitHub project to over 150,000 stars in under two months โ and it's not slowing down. But what actually is it, and why did it blow up so fast? For more, see how OpenClaw went from zero to 145K GitHub stars.
Here's everything you need to know.
The Name Is Confusing โ Here's the Timeline
OpenClaw has gone through a few names, and the story behind each change is worth knowing:
- ClawdBot โ The original name when Peter Steinberger first released it in November 2025. The name was inspired by the loading animation monster that appears in Anthropic's Claude Code tool.
- Moltbot โ Steinberger briefly renamed it, but the new name triggered an impersonation campaign where bad actors created fake "Moltbot" downloads. That was the wake-up call.
- OpenClaw โ The current name, chosen to clearly signal that this is an open-source project. The official site is openclaw.ai.
When you see ClawdBot, Moltbot, and OpenClaw mentioned together โ they're all the same tool at different points in time.
Who Made It?
Peter Steinberger, an Austrian-born, London-based developer best known for founding PSPDFKit โ a PDF rendering library used by major apps. He's not a household name in AI, which is part of what makes this story interesting. OpenClaw wasn't built inside a big lab. It was a single developer's project that the community ran with.
What Does OpenClaw Actually Do?
The simplest way to put it: **OpenClaw is an AI agent that runs on your computer and actually does things on your behalf. For more, see real-world cost breakdown for running OpenClaw. **
Unlike a chatbot that only responds to questions, OpenClaw takes real actions. It connects to the apps and services you already use and automates tasks without you having to be there. Here's what it can do out of the box:
- Send and delete emails on your behalf
- Browse the web and fill out forms automatically
- Manage your calendar โ schedule, reschedule, check availability
- Read and summarize files from your local machine
- Execute shell commands and run scripts
- Control your browser for data extraction and web automation
- Interact with smart home devices through integrations
How Does It Work Under the Hood?
OpenClaw runs a local gateway on your machine. Think of it as a lightweight background service that sits between you and your AI model. The flow looks like this:
- You send a message through a chat app (WhatsApp, Telegram, Slack, Discord โ your choice)
- The gateway receives it and routes it to your connected AI model
- The AI decides what action to take
- The gateway executes that action on your machine or through connected services
- Results come back to you in the same chat
The gateway binds to ws://127.0.0.1:18789 by default. Everything runs locally โ your data stays on your machine, not on OpenClaw's servers.
Installation
You need Node.js 22 or higher. That's it. Then run:
npm install -g openclaw@latest
openclaw onboard --install-daemon
The onboard command walks you through connecting your AI model and messaging apps step by step. DigitalOcean also offers a 1-Click Deploy if you want a production-ready setup without self-hosting.
What Chat Apps Does It Support?
This is one of the things that set OpenClaw apart. It doesn't force you into a new interface โ it works with the apps you already have:
- Telegram
- Slack
- Discord
- Signal
- iMessage (via BlueBubbles)
- Google Chat
- Microsoft Teams
- Matrix
- Zalo
- WebChat
The Skills System: ClawHub
OpenClaw has a skill marketplace called ClawHub. Skills are small extensions that give the agent new abilities. There are 50+ pre-built integrations covering Spotify, GitHub, Gmail, Obsidian, and more.
What stands out: OpenClaw can search for and install new skills on its own. If it encounters a task it doesn't have a skill for, it looks one up in ClawHub and pulls it in automatically. It can also write and update its own extensions โ a level of self-modification that's genuinely new for AI agents.
What AI Models Can You Use?
OpenClaw is model-agnostic. You're not locked into one provider:
- Anthropic Claude โ The recommended option. The docs suggest Claude Pro/Max with Opus 4.5 for the best context handling.
- OpenAI GPT models โ Supported through OAuth
- Local models โ You can run everything entirely offline using open-source models. Zero API costs.
This is a big deal for anyone who cares about privacy. You can run OpenClaw with no data leaving your machine.
Other Features Worth Knowing
Persistent memory: OpenClaw remembers context across conversations โ not just within a session, but across days and weeks. It stores context as local Markdown files on your machine.
Voice support: Voice Wake + Talk Mode works on macOS, iOS, and Android, powered by ElevenLabs. Hands-free interaction with your AI agent.
Proactive automation: OpenClaw doesn't just wait for you to ask. It can run scheduled jobs, respond to webhooks, and proactively reach out when something needs your attention.
Live Canvas: A visual workspace (powered by A2UI) for more complex, multi-step tasks.
Why Did It Blow Up?
A few things hit at the same time:
- The demos were undeniable. Videos of OpenClaw autonomously completing real tasks spread across X, TikTok, and Reddit. Watching an AI agent actually do something โ not just talk about it โ was a different experience.
- It's genuinely free and open source. No subscription. No mandatory API key if you run local models. The barrier to entry is close to zero.
- It works on consumer hardware. No enterprise infrastructure required. It runs on your laptop.
- The Cloudflare effect. OpenClaw uses Cloudflare's infrastructure to securely connect locally-running agents. When OpenClaw went viral, Cloudflare stock jumped 14% in a single day.
The Cost Question
OpenClaw itself is completely free. The only costs come from your AI model choice:
- Cloud models (Claude, GPT) โ you pay normal API rates
- Local models โ $0 beyond your hardware
Who Is It Actually For?
Good fit:
- Developers and tech-savvy users who want to automate daily workflows
- Privacy-conscious users who want AI running locally
- Anyone experimenting with what AI agents can actually do today
Not yet (probably):
- Enterprise environments โ the security story is still developing (we covered that separately)
- Users who aren't comfortable with a terminal or basic setup
- Anyone expecting a fully managed, zero-configuration experience
The Bottom Line
OpenClaw is the first AI agent that genuinely feels like it crossed from "interesting demo" to "I might use this every day." It's not perfect โ the security implications are real and the ecosystem is young โ but it's showing where AI agents are heading right now.
If you haven't looked at it yet, it's worth checking out just to see where things are going.
Interested in the security side? Read OpenClaw Security: What You Actually Need to Know. Curious about AI agents building their own social network? Check out Moltbook: The Social Network Where Only AI Agents Post.

