Skip to main content

The Story of OpenClaw: From Clawdbot to 250K Stars

· 4 min read
OpenClaw MasterClass
OpenClaw MasterClass
社群編輯團隊

Every great open-source project has a compelling story behind it. OpenClaw's journey — from a personal side project to a phenomenon with 250,000+ GitHub Stars — is one of the finest examples of the open-source spirit in action.

The Origin: Clawdbot (Mid-2024)

The story begins with Peter Steinberger. Steinberger is a well-known figure in the iOS development community, the founder of PSPDFKit (later Nutrient), and a serial entrepreneur and open-source advocate.

In mid-2024, Steinberger started a personal experimental project — Clawdbot. The initial concept was straightforward: build an AI chatbot framework capable of connecting to multiple messaging platforms. His goals were to:

  • Manage multiple messaging platforms under a single, unified interface
  • Support plugin-based feature extensions
  • Make it easy for non-technical users to deploy AI assistants

The name Clawdbot came from combining "Claw" and "Bot" — and the lobster imagery was born from there.

Evolution: Moltbot (Late 2024)

As the project grew, Steinberger realized the original design needed a major overhaul. Just as a lobster must shed its shell to grow, the project underwent its own "molt."

In late 2024, Clawdbot was restructured into Moltbot, introducing a brand-new architecture:

  • Three-layer architecture: Gateway (connection layer) → Agent (proxy layer) → Skill (function layer)
  • WebSocket real-time communication: Replacing the original REST polling mechanism
  • Skill Marketplace prototype: Allowing developers to share their own Skills

Moltbot attracted attention in smaller developer circles, and GitHub Stars surpassed 10,000 within just a few weeks.

The Turning Point: Rebranding to OpenClaw (January 2026)

In January 2026, the project reached one of its most significant milestones — the official rebrand to OpenClaw.

This was far more than just a name change. It represented a fundamental shift in the project's direction:

  1. Full open-source governance: The OpenClaw Foundation was established, introducing community-driven governance
  2. Enterprise features: RBAC (Role-Based Access Control), audit logging, and SSO integration were added
  3. Multi-language support: Python, Go, Rust, and Java SDKs were introduced alongside the original TypeScript/JavaScript
  4. Official Skill Marketplace: Over 13,000 community-contributed Skills

After the rebrand, the project's growth was staggering. In just two months, GitHub Stars soared from 50,000 to 150,000.

Peter Steinberger Joins OpenAI (February 2026)

In February 2026, news that shook the open-source community broke — Peter Steinberger joined OpenAI.

Steinberger would lead a new team at OpenAI focused on "AI Agent infrastructure." The decision sparked widespread discussion in the community:

"What does this mean for OpenClaw?"

In his announcement, Steinberger made several things clear:

  • OpenClaw would continue to operate as an independent open-source project
  • The OpenClaw Foundation had already established a robust community governance structure
  • He would continue to participate in OpenClaw's direction in an advisory capacity

As it turned out, the move actually brought more attention and resources to OpenClaw. OpenAI also became one of the corporate sponsors of the OpenClaw Foundation.

The 250K Stars Milestone (March 2026)

In March 2026, OpenClaw officially crossed 250,000 GitHub Stars, making it one of the fastest-growing open-source projects on GitHub.

Behind that number lies:

  • Active contributors: Over 2,000 contributors from around the world
  • Skill ecosystem: 13,000+ community Skills spanning productivity, developer tools, community management, and more
  • Platform integrations: Support for 20+ messaging platforms (Slack, Discord, Teams, LINE, Telegram, WhatsApp, and others)
  • Enterprise adoption: Hundreds of companies using OpenClaw in production
  • Language support: Official SDKs in 5 programming languages

Timeline Overview

DateEvent
Mid-2024Peter Steinberger launches the Clawdbot project
Late 2024Restructured as Moltbot with the three-layer architecture
2025Moltbot continues to grow; the community expands
January 2026Officially rebranded to OpenClaw; Foundation established
February 2026Steinberger joins OpenAI
March 2026Crosses 250K GitHub Stars

Looking Ahead

The OpenClaw story is far from over. Features the community is actively developing include:

  • OpenClaw Cloud: An official hosted service for one-click deployment
  • Skill Studio: A visual Skill development tool
  • Agent Orchestration: A multi-Agent collaboration framework
  • Edge Deployment: Support for running OpenClaw on edge devices

From one person's side project to a global open-source phenomenon, OpenClaw's journey proves one thing: a great idea combined with an open community can change the world.

🦞


The OpenClaw MasterClass Team