Open-source personal AI assistant by Peter Steinberger (@steipete). It runs on your own server, reaches you through Telegram, WhatsApp, Discord, or the CLI, and remembers everything.

The Core Promise

OpenClaw is not a chatbot wrapper. Its defining property is that context and skills live on your computer, not inside a walled garden. You can hack the agent yourself, and it can hack itself. New skills are created through conversation and remain available over time.

“It’s running my company.” - @therno

That sounds like hype, but the range of described use cases is real: sending email, checking in for flights, managing calendars, opening GitHub PRs, reviewing code, processing Sentry webhooks, even generating meditation audio.

What Makes It Different

Compared with similar tools such as Cursor or Copilot, which are IDE-specific and cloud-centered, OpenClaw is:

  • Platform-agnostic - it runs where you already live, like Telegram, instead of forcing a new interface
  • Persistent - memory stays and compounds over time
  • Self-hackable - the agent can build new capabilities for itself

Structurally it is close to the Hermes Agent idea from Nous Research: an open-source agent with skills, memory, and multi-platform support. The difference is orientation. OpenClaw is consumer-facing, Hermes Agent is more research-facing.

Community Skills via ClawHub

Skills can be shared through ClawHub and LobeHub. The agent can also create new skills directly and publish them through agentskills.io.

Why It Is Going Viral

The project is only about three weeks old as of April 2026 and already has an intense community. The “iPhone moment” comparison appears independently in multiple places. The reason is not that the ingredients are new. LLMs, messaging APIs, and tool calling were all already known. OpenClaw packaged them into a product that feels less like an experiment and more like a colleague.

Connections

  • Peter Steinberger - founder / @steipete
  • Hermes Agent - conceptually related open-source project from Nous Research
  • Vibe Coding - a strong example of users building skills without traditional coding knowledge
  • Claude Code - several users report OpenClaw managing their Claude Code sessions