01Why I tried this
Something I've been thinking about more this year: every conversation I have with an AI tool, every file I paste in, every bit of work context โ it all goes to someone's server. Anthropic's, OpenAI's, whoever's. For most things that's probably fine. But when I started sharing code from a client project, I had to stop and think about whether I was comfortable with that.
OpenClaw runs on your own machine. Not a browser tab connected to a cloud. Your data stays local unless you explicitly send something. That was enough to make me actually install it and test it seriously.
02What it actually is
The clearest way to explain it: an open-source AI agent that lives on your Mac, Windows, or Linux machine. Not just a chatbot โ it can read and write files on your computer, execute terminal commands, control your browser, and connect to apps you already use. All running locally.
You bring your own API key โ Claude, GPT-4, or a local model through Ollama. No monthly fee, no subscription. You pay only for the API usage, or nothing at all if you run a local model. It was built by Peter Steinberger and the team at Molty, the code is on GitHub, and the community is active enough that new integrations keep appearing.
03The messaging part I didn't expect to actually like
OpenClaw connects to WhatsApp, Telegram, Discord, Slack, Signal, and iMessage. You message your AI assistant the same way you message anyone.
I was away from my desk on a Saturday and messaged it on Telegram: "what emails came in this morning that need a reply?" It read my inbox and summarized the ones that needed attention. That's not something you can do with ChatGPT or Claude โ there's no WhatsApp integration, no way to ping it from your phone like a contact.
I've tried duct-taping bots into messaging apps before and it always feels fragile. This was different. It felt like actually texting an assistant, not fighting with a buggy integration.
04Memory that actually works across days
Most AI tools start fresh every conversation. You explain your stack, your preferences, your context โ and next session you do it again from scratch.
OpenClaw keeps persistent memory on your own machine. It builds up context about how you work โ your tools, your ongoing projects, things you've asked it to handle before. The longer you use it, the less you have to re-explain.
This sounds like a minor convenience until you've spent the 40th session re-explaining the same background to an AI that has no idea who you are. Removing that friction changes how much you reach for it.
05Integrations โ ClawHub
There's a hub called ClawHub with 50+ integrations. The ones I actually used:
- Gmail โ reads your inbox, summarizes threads, drafts replies. Actually useful for "what needs attention today."
- GitHub โ check open PRs, recent commits, issues. Saves opening the browser for quick status checks.
- Obsidian โ if you keep notes there, it can read and write to your vault directly. This one was genuinely useful for me.
- Spotify โ lighter utility but shows how extensible the integration system is. You can build your own skills for things not already covered.
06Setup is real โ don't skip this part
This is not a zero-setup tool. You're installing software, providing an API key, and configuring integrations. If you've never touched a terminal or set up an API key before, there will be friction.
If you're a developer or comfortable with this kind of setup, it's not bad. The API key part is flexible โ Claude API, OpenAI, or a local model. The GitHub repo has documentation and the community is active. I hit one issue with the Telegram integration that took about 20 minutes to sort out from the docs.
07How it fits alongside Claude or ChatGPT
ChatGPT and Claude are better for deep reasoning, long writing tasks, and complex back-and-forth. OpenClaw is better for automation, connecting your tools together, and having an assistant that persists across days and actually knows your setup.
The use case is less "help me think through this problem" and more "handle this recurring task, remember what I told you last week, and message me when it's done." Different category.
If you want a free AI for thinking and writing, start with Claude's free tier. If you want something that does real work autonomously on your machine and integrates into your daily apps without a subscription, OpenClaw is the only free option doing this right now.
08Who this is actually for
Developers and technical users who want AI automation without another monthly subscription. People who care about where their data lives. Anyone who's frustrated by starting every AI conversation from scratch.
It's not ready for non-technical users. But if you can install software and set up an API key, it's one of the more interesting free projects in the AI space right now. Free, open source, and your data stays on your machine.


