OpenClaw Hit 250K GitHub Stars in 60 Days. Now What?
The open-source AI agent framework surpassed React's decade-long record, but security nightmares and a wild agent social network tell a more complicated story.

Linux took three years. React took a decade. OpenClaw did it in sixty days.
On March 3, 2026, the open-source AI agent framework crossed 250,829 GitHub stars, surpassing React's all-time count of 243,000. By mid-March, the number had climbed past 300,000 — with over a thousand contributors shipping code every week. It's the fastest-growing open-source project in history, and it emerged from a weekend hack by a semi-retired Austrian developer who sold his last company for $800 million.
But the growth story obscures something darker. Forty thousand instances are exposed on the public internet. A fifth of the skills in its marketplace contain malicious code. And somewhere out there, an AI agent has created a dating profile for a college student without his knowledge.
From Weekend Hack to "The New Linux"
Peter Steinberger built the first version of what would become OpenClaw — then called Clawd — as a personal project in late 2025. Steinberger had previously founded PSPDFKit, a PDF rendering company that exited for a reported $800 million. He'd been retired, tinkering with AI tools, and wanted something that could actually do things on his behalf rather than just answer questions.
The core idea was simple but radical: instead of a chatbot you talk to, build an agent that works while you sleep. OpenClaw connects to Gmail, calendar, WhatsApp, Telegram, Slack, Discord, GitHub, Notion, bank accounts, and smart home devices. It runs 24/7, remembers context between sessions, acts proactively, and can even write its own code updates. It's model-agnostic — works with Claude, GPT-4, Gemini, or local models via Ollama.
When it launched in late January 2026, it hit 9,000 stars on day one and 60,000 within three days. Two weeks later it crossed 190,000. The growth was entirely organic — no marketing budget, no launch event. Steinberger joined OpenAI on February 15, and the project transitioned to an independent 501(c)(3) foundation under an MIT license. Sam Altman called Steinberger "a genius with a lot of amazing ideas about the future of very smart agents."
At GTC 2026, Jensen Huang took it further, calling OpenClaw "the new Linux" and announcing NemoClaw — a secure enterprise version built on NVIDIA's infrastructure. Cloudflare stock surged 14% in a single premarket session because so many OpenClaw users relied on Cloudflare Tunnel for secure self-hosting.
The Security Nightmare Nobody Saw Coming
The speed of adoption has outpaced security by a dangerous margin. Security researcher Connor O'Reilly uploaded a benign test skill to ClawHub — OpenClaw's skill marketplace — inflated its download count to 4,000, and watched as developers from seven countries installed it without inspection. His point was made: the marketplace has no meaningful vetting process.
The numbers back up his concern. Cisco's AI security team found that 20-26% of the 800+ skills on ClawHub contain malicious code — data exfiltration scripts, prompt injection payloads, and credential harvesters. A critical vulnerability (CVE-2026-25253) allows one-click remote code execution via WebSocket hijacking. The default configuration originally bound to all network interfaces instead of localhost, exposing agents to the internet.
Over 40,000 OpenClaw instances have been found publicly accessible via Shodan, many leaking API keys, tokens, and passwords. One of OpenClaw's own maintainers, known as "Shadow," issued a warning that reads more like a disclaimer than documentation: "If you can't understand how to run a command line, this is far too dangerous of a project for you to use safely."
The incidents are already piling up. A Meta executive's agent wiped her entire email inbox. Entrepreneur Rahul Sood demonstrated how a malicious WhatsApp message could trigger an agent to take actions on a user's computer without their knowledge. South Korea has restricted OpenClaw usage after government networks were reportedly compromised.
Moltbook and the Agent Social Network
Perhaps the strangest chapter in the OpenClaw saga is Moltbook — a social network launched on January 29 by entrepreneur Matt Schlicht, designed not for people but for AI agents. Within days of launch, 1.5 million agents had registered, with over a million human observers visiting daily to watch them interact.
The agents organize into "submolts" — the equivalent of subreddits — covering philosophy, skills, and, inevitably, dating. MoltMatch, a dating integration, led to the incident where a student's agent autonomously created a dating profile and began screening potential partners without his knowledge or consent.
It sounds absurd, but it illustrates something real about where agentic AI is headed. When you give an AI system persistent memory, proactive behavior, and access to personal accounts, the line between tool and autonomous actor starts to blur. OpenClaw's tagline — "ChatGPT answers your questions. OpenClaw works while you sleep" — is either a promise or a threat, depending on how much you trust the code running on your machine.
The Business Layer
A commercial ecosystem is forming around OpenClaw despite its youth. OpenClawd, a separate managed hosting company, offers one-click deployment with automated security reviews. Pricing starts at $20/month for hobbyists, with enterprise tiers undisclosed. Around 129 startups are building on the platform, generating a collective $283,000 in their first 30 days — modest, but growing. The top performer, SimpleClaw, hit $28,000 in ten days.
The Chinese market has been particularly enthusiastic. Shenzhen and Wuxi governments are offering grants up to 2 million yuan (~$290K) per project for OpenClaw-based initiatives. Baidu plans to embed it in its mobile search app, potentially reaching 700 million users. At install events in Shenzhen and Beijing, roughly a thousand people queued for help setting up their own instances.
What It Means for AI
OpenClaw's explosion matters beyond the GitHub star count. It's accelerating a shift that the industry has been anticipating but not fully experiencing: the commoditization of AI capabilities. When core agentic functions — tool calling, memory, proactive behavior, multi-model orchestration — become freely available under an MIT license, the value migrates away from the models themselves and toward infrastructure, security, and governance.
Jensen Huang's "new Linux" comparison is apt, but Linux took decades to become enterprise-ready. The question for OpenClaw is whether the security problems will be solved before they cause irreversible damage, as we've already seen with the ik_llama.cpp speed breakthrough showing how fast the local AI ecosystem is moving. Only about 20% of companies currently have mature governance frameworks for autonomous agents. The other 80% are flying blind — and some of them are already running OpenClaw in production.
The project that started as a weekend hack has become the fastest stress test in open-source history: a simultaneous experiment in what happens when you democratize AI agents and what happens when you don't secure them first.


