OpenClaw
Updated 2026-08-04
Questions this answers
- Is there an AI that can actually do things on my computer, not just chat?
- I want an AI assistant I can message from my phone that gets stuff done.
- Can I run a capable AI agent locally instead of handing everything to a cloud app?
- What's this OpenClaw thing everyone's talking about?
The Fix
OpenClaw is an open-source personal agent that runs on your own machine and gets real work done. You message it from WhatsApp or Telegram, hand it a task, and it goes and executes: running commands, managing your inbox, scraping a site, stringing together a multi-step job. It plugs the model into your files and the wider internet, so it lands closer to a capable assistant than a chat window.
It's model-agnostic, so you bring your own API key, or point it at a local model and keep everything on your machine, which is the privacy pitch. Peter Steinberger built it and it went off fast, tens of thousands of GitHub stars in the first few days. You extend it with a big library of built-in skills, so you can teach it new tricks without writing much yourself.
When to Use It
It's for when you want AI that takes actions on your own setup, and you're comfortable on the technical side, since running it means installing it and wiring up keys. The messaging-app angle makes it useful on the go: fire off a task from your phone and let it work while you're away from the desk.
Think hard before you let it loose, though. An agent with access to your machine and your accounts can do real damage if it misfires or follows a bad instruction, so scope what it can touch and keep an eye on it early. For a quick question or a one-off, a normal chat app is the saner tool.