What is OpenClaw?

Corbin Brown
2 min read
OpenClaw is an open-source AI assistant that runs on your own computer and talks to you through the messaging apps you already use — WhatsApp, Telegram, and friends. Where a coding agent lives in your editor and works on code, OpenClaw aims at your life: check email, manage the calendar, run tasks on your machine, remember context between conversations. Think of it as hiring an assistant who lives in your house instead of renting one who lives at OpenAI's.
Why it took off
- It's yours. Open source, running on hardware you control, with conversations that don't route through a product company's servers. For people uneasy about cloud assistants, that's the entire pitch.
- It's always on. Because it runs on a machine that stays awake, it can act while you sleep — morning briefings, watched inboxes, scheduled jobs. It behaves less like a chatbot and more like a cloud agent you own.
- The messaging interface is the unlock. No app to open — you text it like a person, from anywhere, and it does computer things at home on your behalf.
The part to take seriously
Power and risk are the same feature here. An assistant that can read your email and run commands on your machine is exactly as dangerous as it is useful, and self-hosting means the security work is yours: what accounts it can touch, where its keys live, who can message it, and what happens if someone else reaches it. None of this is a reason to avoid it — it's the checklist to run before connecting anything you'd mind losing. Start it with access to nothing important, watch how it behaves for a week, then widen the leash deliberately.
FAQ
Is OpenClaw free?
The software is free and open source. The costs are the machine it runs on (an old laptop or a $5/month server works) and the AI model behind it — it connects to models like Claude or GPT, which bill by usage. Model usage is the real line item for heavy users.
OpenClaw vs a coding agent — do they compete?
Different jobs. Cursor, Claude Code, and Codex build software; OpenClaw runs your digital life. Plenty of builders use both — and OpenClaw itself is a fun thing to point a coding agent at, since extending it is just vibe coding on an open codebase.