OpenClaw: the open-source AI assistant that started as a weekend hack
How Peter Steinberger's WhatsApp relay script became a 100,000-star movement — and what it says about the future of personal AI.
In late 2025, Peter Steinberger — two decades of trusted open-source work in the iOS ecosystem, PSPDFKit among it — hacked together a weekend script to relay messages between WhatsApp and Claude so he could talk to an AI from his phone. By late January 2026 that script, now OpenClaw, had crossed 100,000 GitHub stars and drawn two million visitors in a single week. Most successful open-source projects take years to get there; this took about two months. Even the naming tells the story: Clawd (until Anthropic's lawyers politely objected), then Moltbot (a 5 AM community brainstorm), then OpenClaw — open source, lobster heritage intact.
What it actually is: an agent platform that runs on hardware you control — laptop, homelab, Raspberry Pi — and meets you in the chat apps you already use, WhatsApp to iMessage. It browses the web, reads and writes files with permissions you set, keeps persistent memory, runs on whichever model you choose, and extends itself through a community skills ecosystem. People wired it to Todoist, WHOOP, Spotify, home automation; one user had it monitor Sentry, reproduce errors, and open pull requests autonomously.
The deeper point is architectural. A personal assistant, by definition, touches your most sensitive data — email, health, finances. The only architecture that respects that is one where you can read every line, run it on your own machine, and verify nothing leaves without consent. Closed assistants ask you to trust a company; open ones ask you to trust the code. Steinberger also did the unusual thing for a solo creator with momentum: distributed ownership early, onboarded maintainers, and worked out how to pay contributors — which is why the project absorbed his February 2026 move to OpenAI without losing pace.
Our read: models are becoming commodities and the value is moving to orchestration — how AI connects to your life, tools, and workflows. OpenClaw understood that before most of the industry. If you want to try it, our install guide is the 20-minute version with the security fixes included.