1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
| ---
title: "OpenClaw Crosses 250K GitHub Stars, Overtakes React as Most-Starred Software Project"
date: 2026-03-02
author: "Digital Frontier"
draft: false
categories: ["Technical"]
tags: ["openclaw", "github", "coding agents", "open source", "ai infrastructure"]
description: "OpenClaw surpassed React's 243K GitHub stars to reach 250K+, becoming the most-starred software project on GitHub in under four months."
summary: "OpenClaw crossed 250K GitHub stars, overtaking React to become the most-starred non-aggregator software project on GitHub. The AI agent framework achieved this in under four months from its initial release, a trajectory no previous project has matched."
article:
type: "analysis"
technologies: ["OpenClaw", "React", "GitHub"]
keywords: ["openclaw github stars", "most starred github project", "openclaw vs react", "ai agent framework adoption", "openclaw growth", "github star history"]
---
OpenClaw has crossed 250K+ GitHub stars, overtaking React to become the most-starred non-aggregator software project on the platform. React held that position unchallenged for years at roughly 243K stars. OpenClaw went from zero to #1 in under four months.
For context, just last week OpenClaw passed Linux to claim the #14 spot on GitHub's all-time leaderboard. The gap between that milestone and surpassing React was measured in days, not months.
## The Numbers
| Project | Stars (approx.) | Time to Current Count |
|---------|------------------|-----------------------|
| OpenClaw | 250K+ | ~4 months |
| React | 243K | ~11 years |
| Linux | <243K | ~13 years |
"Non-aggregator" matters here. Lists like `awesome-*` and `free-programming-books` have higher raw star counts but aggregate links rather than ship software. Among projects that deliver a runtime, framework, or tool, OpenClaw now leads.
## What This Signals
GitHub stars are a vanity metric in isolation. The velocity is the interesting part. No software project has gone from launch to #1 starred this fast. That pace maps to something concrete: rapid ecosystem adoption of AI agent tooling.
OpenClaw functions as an AI agent framework â a runtime for connecting LLMs to tools, APIs, and local environments. Its growth reflects the broader shift toward agent-based architectures replacing single-prompt workflows. Developers are not just watching; they are integrating.
## What It Doesn't Signal
Stars do not equal production deployments, revenue, or stability. React's 243K stars correspond to millions of production applications. OpenClaw's 250K stars correspond to intense early interest. These are different things.
The project still faces the standard open-source lifecycle questions: governance, breaking changes, plugin ecosystem maturity, and long-term maintenance funding.
## References
1. [Star History: OpenClaw surpasses React](https://www.star-history.com/blog/openclaw-surpasses-react-most-starred-software)
2. [Star History chart: React vs OpenClaw vs Linux](https://star-history.com/#facebook/react&openclaw/openclaw&torvalds/linux&Date)
|