Back to news

AI News

OpenClaw Hits 345,000 GitHub Stars: What the Agent Platform Actually Achieved.

OpenClaw has become the most-starred AI project on GitHub, surpassing even Transformers and React. But star count isn't impact, we dig into what the platform actually delivers.

AI Kick Start editorial image for OpenClaw Hits 345,000 GitHub Stars: What the Agent Platform Actually Achieved.

Decision

Start narrow

Use the article to decide the smallest useful workflow worth testing before expanding the system.

Risk to watch

Hype drift

Avoid turning a practical adoption step into a broad transformation promise nobody can verify.

Proof to collect

Business signal

Write down the owner, data boundary, review point, and measurable outcome before the first build.

TL;DR

TL;DR: OpenClaw reportedly crossed 345,000 GitHub stars in June 2026, and it is genuinely [GitHub's most-starred software project](https://github.com/openclaw/openclaw/stargazers). The project's maintainers also claim it now runs more than 40,000 production agent deployments and handles an estimated 2.8 billion agent actions a month, though neither figure has been independently confirmed. Here is what the project actually is, how it grew, and where the hype outruns the evidence.

Key takeaways

  • OpenClaw is the most-starred software repository on GitHub, reportedly around 345,000 stars in June 2026 (Source: [GitHub stargazers](https://github.com/openclaw/openclaw/stargazers))
  • Claims that it powers over 40,000 production deployments and 2.8 billion agent actions a month are unverified and appear in no primary source
  • CVE-2026-25253 is a real critical flaw, but it is a one-click RCE via auth-token theft over an unvalidated WebSocket, not the sandbox-escape bug it was first described as (Source: [SOCRadar](https://socradar.io/blog/cve-2026-25253-rce-openclaw-auth-token/))
  • Figures of 12 full-time engineers, 400 contributors, and 2,800+ plugins are repeated widely but unconfirmed (Source: none found)

Analysis

GitHub stars are a famously bad way to judge software. They tell you a project caught someone's eye, not that anyone ran the code. A repo can rack up hundreds of thousands of stars from people who bookmarked it, meant to try it on a quiet afternoon, and never came back.

So when word went round that OpenClaw had crossed 345,000 stars in June 2026, the natural reaction was a shrug. Another popular repo. Big number, unclear meaning.

OpenClaw is harder to wave off, though. It really is the most-starred software project on GitHub, and its rise was unusually fast. The harder question is what kind of tool it is. The project's own page describes a personal AI assistant you run on your own devices, an agent that plugs into the messaging apps you already use. A lot of the coverage, including the version this article started from, recast it as enterprise orchestration infrastructure with eye-watering usage stats. Those two stories do not fully match, and below we separate the parts that check out from the parts that do not.

What OpenClaw Actually Does

At its simplest, OpenClaw is an agent you run yourself rather than rent from a vendor. Per its own GitHub repository and Wikipedia entry, it works as a local-first personal assistant and an agentic gateway across messaging channels such as WhatsApp, Telegram, Discord, and Slack. The job it does is the one every agent project runs into: turning a language model's text into actions that actually happen in the outside world.

The article this piece is based on described OpenClaw in more enterprise terms, with named components: a sandboxed "claw runtime" with configurable permission boundaries, a "tool registry" for wiring agents into APIs, databases, and file systems, a "memory system" for long-running sessions, and an "observability layer" for tracing and debugging. Treat that breakdown as a reasonable model of how such a platform might be organised rather than confirmed fact. Primary sources describe OpenClaw's multi-agent routing but do not use this component terminology, so the specifics are unverified.

The same caution applies to the production-grade reliability features often attributed to it: retry logic with exponential backoff, circuit breakers for flaky tool integrations, and graceful handling of malformed model responses. Those are exactly the things that separate a demo from a system you can leave running unattended, and they are plausible for a mature agent project. But no primary source confirms OpenClaw ships them, or that they are what won over enterprise buyers.

Supporting AI Kick Start editorial image for openclaw-345k-github-stars-agent-platform.
Generated AI Kick Start editorial visual used to explain the article's practical workflow and trade-offs.

The Growth Trajectory

Here the original account and the record diverge sharply, so it is worth being blunt about it.

The article claimed OpenClaw was released in January 2025 by a team of former OpenAI and Google engineers, and that it climbed in stages: six months to 50,000 stars, four more to 150,000, then eight more to 345,000. The record tells a different story. OpenClaw was first published in November 2025 under the name Warelay, briefly became Moltbot in late January 2026, and was renamed OpenClaw on 30 January 2026. It was the work of one Austrian developer, Peter Steinberger, the founder of PSPDFKit, not a team of ex-OpenAI and Google staff.

The growth was also far steeper than the multi-month cadence above suggests. By independent accounts it pulled roughly 9,000 stars on launch day, about 60,000 within three days, and around 190,000 inside two weeks, reaching 250,829 stars by 3 March 2026, fast enough to beat React's decade-old GitHub record in about 60 days. So the headline "most-starred AI project" holds up; the timeline the original article gave for it does not.

Governance is murkier. OpenClaw started as a solo Steinberger project and has reportedly moved toward a foundation structure since. Claims of a 12-person full-time core team, more than 400 contributors, and a catalogue of 2,800-plus community plugins are repeated widely but have no supporting source we could find. Read them as unconfirmed.

The same goes for the case studies. The financial-services firm said to have cut customer-service automation from six months to three weeks, and the healthcare company said to have built multi-agent diagnostic workflows tied into electronic health records, are both anonymous, with no traceable origin. They make for good conference slides. They are not evidence.

The CVE-2026-25253 Incident

The security scare is real, even if the original write-up got the details wrong.

CVE-2026-25253 is a genuine critical vulnerability in OpenClaw, rated CVSS 8.8. But it is not, as the article framed it, a flaw in a "sandbox escape prevention mechanism" set off by a "maliciously crafted tool call." It is a one-click remote code execution bug: an attacker exfiltrates an authentication token over an unvalidated WebSocket via the gatewayUrl query parameter, cross-site WebSocket hijacking. Container or sandbox escape comes later in the attack chain, after the token is stolen, not as the root cause. The "late May 2026" disclosure date is also unconfirmed.

A fix did ship. Reporting indicates versions up to v2026.1.24-1 were affected, with v2026.1.29 cited as the patched release. The tidier parts of the original account, a 72-hour patch turnaround, a formal post-mortem, confirmed no exploitation in the wild, are not backed by any source we found. The honest version is simpler: a serious bug, a patch, and a reminder that anything wired into your messages and devices is security-critical, and the attack surface grows with every integration you bolt on.

Supporting AI Kick Start editorial image for openclaw-345k-github-stars-agent-platform.
Generated AI Kick Start editorial visual used to explain the article's practical workflow and trade-offs.

Source trail

Primary references to keep this briefing grounded

AI and automation information changes quickly. Use these official or primary references to verify the claims, pricing, product behaviour, and compliance details before committing budget or production data.

What to do next

  1. Pick the smallest useful workflow that proves the pattern.
  2. Write down the owner, data boundary, review point, and success measure.
  3. Review the result after the first real run and decide whether to scale, change, or stop.

Want help applying this? Explore AI agent design systems.

AI Kick Start is an Illawarra-based AI studio in Figtree, helping businesses across Wollongong, Shellharbour and Kiama and right across Australia put AI to work.

Explore with AI

Use the article as a decision prompt

Summarise this AI Kick Start article for an Australian business owner. Focus on the useful decision, the risks, and the first practical next step: OpenClaw Hits 345,000 GitHub Stars: What the Agent Platform Actually Achieved

Turn this into a practical roadmap.

Use the guide as a starting point, then map the first workflow worth building.

Book an AI strategy call