There’s a new kind of AI assistant making waves — one that doesn’t just chat, but actually does things. OpenClaw is an open-source personal agent that runs on your own devices and meets you in the messaging apps you already use: WhatsApp, Telegram, Slack, Discord, Signal, iMessage, and more. It can organize your inbox, send emails, manage your calendar, and even check you in for flights. And the longer you use it, the more it learns about how you work.
What is OpenClaw?
OpenClaw is a personal AI assistant built by Peter Steinberger (@steipete) and released under the MIT license. In just six months, it went from a weekend project to the most-starred repository on GitHub — with over 346,000 stars and thousands of contributors.
What makes it different from a chatbot is that it’s designed to be your assistant — running on your hardware, learning your preferences, and connecting to the services you already use. It’s not a website you visit; it’s software you install, and it becomes part of your daily workflow.
What can OpenClaw actually do?
1. Manage your inbox and email. OpenClaw can read, organize, and send emails on your behalf. It learns which messages matter to you and can draft replies in your style.
2. Handle your calendar. Schedule meetings, check availability, and get reminders — all through a quick message in WhatsApp or Telegram.
3. Check you in for flights. Yes, really. OpenClaw can handle the tedious parts of travel by checking you in automatically when check-in opens.
4. Run on your devices. It works on macOS, Linux, and Windows — with companion apps that add voice, camera, screen, and device-local actions. The Gateway architecture means one process handles everything.
5. Connect to any chat app. WhatsApp, Telegram, Slack, Discord, Google Chat, Signal, iMessage — you name it. One assistant, all your channels.
6. Use any model. OpenClaw works with hosted providers (OpenAI, Anthropic, etc.) and local models. Switch with a command — no code changes.
7. Extend with tools and plugins. A rich ecosystem of tools, skills, and plugins lets you add capabilities: from X/Twitter integration to home automation to code execution.
How to install OpenClaw
macOS / Linux / WSL2 — one line:
curl -fsSL https://openclaw.ai/install.sh | bash
Windows (PowerShell):
iwr -useb https://openclaw.ai/install.ps1 | iex
The installer handles Node.js and all dependencies. After installation:
openclaw onboard --install-daemon
This starts the onboarding wizard: it verifies model access, creates your workspace, and configures the Gateway. Then:
openclaw gateway status
openclaw dashboard
The dashboard opens a web UI where you can send your first message and confirm everything works.
What people are saying
The community enthusiasm is real. Satya Nadella thanked the team for making OpenClaw run natively on Windows. Sam Altman announced you can sign in with your ChatGPT account. Elon Musk highlighted X API access through OpenClaw. And thousands of users share stories of how it’s transformed their daily workflows — from identifying snakes in the backyard to building entire software projects overnight.
One user put it well: “The longer you use it, the more it becomes yours. Your memories. Your skills. Your models. Your machines. Your data.”
OpenClaw vs. other AI assistants
If you’ve used ChatGPT or Claude in a browser, you know the pattern: open a tab, type a question, get an answer. OpenClaw flips this — the assistant comes to you, in the apps you’re already in, and it can take action on your behalf.
The key differences:
- It runs locally. Your data stays on your machine unless you choose to send it elsewhere.
- It’s open source. MIT license — inspect, modify, and extend it however you want.
- It’s proactive. Instead of waiting for questions, it can monitor your inbox, check flight status, and send reminders.
- It learns you. Memory, skills, and preferences accumulate over time — it gets better the longer you use it.
Is it right for you?
OpenClaw is for people who want an AI assistant that actually integrates into their life — not just a chat window they occasionally open. If you’re comfortable with a terminal (the install is one line, but you’ll live in it), and you want an assistant that runs on your hardware and learns your patterns, it’s worth a serious look.
The one caveat: it’s still in beta, and the ecosystem is evolving fast. But the pace of improvement is remarkable — as one early user noted, “it’s kinda like a whole new product now, so much polish.”
Want to compare with other AI assistants? See our guide to accessing ChatGPT on any device. And if you’re building your own knowledge base of things you’ve learned with these tools, our personal knowledge base guide pairs perfectly with an assistant that remembers for you.
Hero image: User:Drew R. Smith, CC BY-SA 3.0, via Wikimedia Commons.