China Leads Global OpenClaw Adoption: 329K Stars, $275K Subsidies, Chinese Models Dominate

Abhishek Gautam··8 min read

Quick summary

OpenClaw hit 329,000 GitHub stars — surpassing React. China is now the top adopter globally. Shenzhen is paying developers to build on it. MiniMax jumped 27.4% in one day.

OpenClaw just surpassed React on GitHub. That sentence would have sounded absurd six months ago. An open-source AI agent framework — built by an Austrian developer during a road trip in Morocco — now has 329,000 GitHub stars, and China is its single largest market by adoption. Shenzhen's local government is paying developers up to 2 million yuan to contribute code to it. Jensen Huang called it "definitely the next ChatGPT." This is not hype. The numbers are real.

What OpenClaw Actually Is

OpenClaw is a local-first AI agent that runs on your machine and connects your messaging platforms — WhatsApp, Telegram, Slack, iMessage — to large language models like Claude, GPT-4o, and DeepSeek. You install it once, point it at your chat apps, and it becomes a persistent AI assistant that lives inside the tools you already use rather than requiring you to switch to a new interface.

The key design decision is local-first. OpenClaw does not route your messages through a central server. The agent runs on your hardware. It connects to whichever LLM API you configure. That architecture has two consequences: it is privacy-respecting by default, and it gives users complete control over which AI model acts as the "brain" — a detail that turns out to matter enormously for the China story.

The red lobster logo is not arbitrary. The Chinese phrase that went viral — "raise a lobster" (养龙虾) — became shorthand for deploying OpenClaw. Chinese social media filled with people posting screenshots of their lobster-connected workflows. The meme drove a wave of adoption that security researchers later had to analyze.

Peter Steinberger: PSPDFKit Founder, OpenAI Engineer

The creator is Peter Steinberger, an Austrian software engineer who previously founded PSPDFKit — a PDF rendering SDK that powers roughly one billion devices. He sold PSPDFKit to Insight Partners for over €100 million. He is not a first-time developer chasing a viral moment.

Steinberger built OpenClaw — originally called Clawdbot, then Moltbot — during a trip between Marrakech and the Atlas Mountains in November 2025. He open-sourced it, it went viral within 72 hours (60,000 stars), and by mid-February 2026 it had surpassed 145,000 stars. On February 14, 2026, Steinberger joined OpenAI. Sam Altman described him as "a genius." The OpenClaw project was transferred to an independent foundation and remains fully open source.

The founder leaving does not slow down an open-source project with 329,000 stars and active forks from Alibaba, Tencent, ByteDance, and Baidu. If anything, it accelerated it — the transfer to a foundation removed any single-company ownership concern and made the project politically neutral in a way that matters for Chinese government adoption.

Why China Went Harder Than Anywhere Else

OpenClaw's architecture is a near-perfect match for China's messaging environment. WeChat has 1.4 billion active users. Businesses, families, and government services all operate through WeChat. Any tool that plugs an AI agent into WeChat natively, with local processing and a Chinese LLM as the backend, becomes infrastructure rather than a novelty.

Chinese cloud providers moved fast. Alibaba Cloud, Tencent Cloud, ByteDance's Volcano Engine, JD.com, and Baidu all launched OpenClaw-compatible integrations within weeks of the project going viral. Alibaba's Wukong and Tencent's WorkBuddy are both building on OpenClaw-style agent architectures. The speed of vendor adoption created a flywheel: more Chinese LLM options → more reason to deploy → more Chinese users.

By March 2026, American cybersecurity firm SecurityScorecard confirmed that China had surpassed the US in OpenClaw adoption. The top three LLMs being used with OpenClaw globally are all from Chinese companies. On OpenRouter — the multi-model API aggregator that routes to dozens of LLMs — Chinese model token share surpassed US model token share in February 2026 for the first time.

That last data point is the most significant one. It is not just that Chinese users are using OpenClaw more. It is that Chinese AI models — DeepSeek V4, Qwen, Ernie — are becoming the default intelligence layer for an open-source framework that developers worldwide are running on their machines.

The Shenzhen Subsidy Program

On March 7, 2026, Shenzhen's Longgang District released a policy called "Several Measures to Support OpenClaw and One-Person Company (OPC) Development." The key provisions:

  • Up to 2 million yuan (~$275K) per developer for code contributions to OpenClaw
  • 40% investment reimbursement capped at 2 million yuan per year for one-person companies built on OpenClaw
  • "Digital Worker Vouchers" covering a portion of cloud compute costs

The "one-person company" framing is deliberate. Shenzhen is explicitly targeting solo developers and small teams building AI agent products on top of OpenClaw. The subsidy structure rewards open-source contributions, not just deployment. A developer who contributes meaningfully to the core project can receive direct payment from the local government.

Multiple Chinese cities followed Longgang's lead within weeks. The South China Morning Post reported local government subsidy programs in at least four additional cities. This is state infrastructure investment expressed through open-source contribution incentives — a novel model that Western tech policy has not adopted at scale.

MiniMax, Jensen Huang, and the Stock Reaction

MiniMax is a Shanghai-based AI company that launched MaxClaw, an OpenClaw-compatible integration featuring its own MiniMax-Text-01 model. The product positioned MiniMax as the LLM backend for OpenClaw users who wanted a Chinese model with strong multilingual capability.

On March 18, 2026, Nvidia CEO Jensen Huang said at an industry event that OpenClaw was "definitely the next ChatGPT." The statement drove immediate movement in Chinese AI stocks. MiniMax shares jumped 27.4% by close (up to 29% intraday). The MiniMax stock has risen over 600% since its IPO, with OpenClaw adoption as a primary driver. Nearly 1,000 people queued outside Tencent's Shenzhen headquarters for OpenClaw installation help — engineers were charging 500 yuan (~$72) to install it.

The Security Problem Nobody Wants to Talk About

SecurityScorecard's report on Chinese OpenClaw adoption was not a celebration. It was a warning. The core concern: when Chinese models dominate the LLM stack for a tool running on users' machines globally, those models have access to message content, file attachments, calendar data, and workflow context — everything OpenClaw routes through the agent.

Chinese AI providers are subject to Chinese law, including data localization requirements and obligations to cooperate with state security requests. Beijing researchers released a separate safety detection tool for OpenClaw specifically to analyze what data was being sent to which LLM endpoints. US officials flagged data exfiltration risks in background briefings to reporters.

The architecture defense is that OpenClaw is local-first and open-source — you can audit exactly what leaves your machine. That defense holds if you read the code. Most users do not read the code. Most users configure the easiest available LLM option. In China, that defaults to a Chinese model. Outside China, for cost-conscious developers, DeepSeek's pricing (significantly cheaper than OpenAI or Anthropic) makes it an attractive default too.

This is not a vulnerability in OpenClaw. It is a structural feature of any open-source tool where the AI model is user-configurable: the security posture of the tool depends entirely on which model you trust.

What This Means for Developers

The OpenClaw story is a preview of how open-source AI agent frameworks will propagate. A single well-designed local-first tool, built by one developer in a month, can reach 329,000 GitHub stars faster than most frameworks reach 10,000. The distribution channel is not app stores or enterprise sales — it is Chinese government subsidies, messaging platform integrations, and a viral meme about raising lobsters.

For developers evaluating AI agent frameworks in 2026: OpenClaw is worth understanding regardless of whether you use it. Its architecture (local agent, pluggable LLM, messaging platform connectors) is the pattern that multiple enterprise frameworks are now copying. Karpathy's AutoResearch paper on autonomous AI ML experiments described a similar architecture for research agents. The convergence is not coincidental — local agents with swappable model backends are winning because they give developers control over cost, latency, and trust.

The model backend question will define the next phase. Right now, Chinese models dominate OpenClaw's LLM mix globally. Whether that holds when OpenAI, Anthropic, and Google release cheaper inference tiers is the variable worth watching.

Key Takeaways

  • OpenClaw has 329,000 GitHub stars — surpassing React, built by Austrian developer Peter Steinberger (PSPDFKit founder, now at OpenAI)
  • China is the top global adopter — SecurityScorecard confirmed China surpassed the US; Chinese models are the top 3 LLM choices on OpenClaw globally
  • Shenzhen Longgang District subsidies: up to 2 million yuan (~$275K) per developer for code contributions, 40% investment reimbursement for one-person AI companies
  • MiniMax stock +27.4% after Jensen Huang called OpenClaw "definitely the next ChatGPT" on March 18, 2026
  • Security concern: Chinese LLMs as default backends give Chinese providers access to message content and workflow data for users who do not customize their model choice
  • The architecture pattern — local agent, pluggable LLM, messaging platform connectors — is being copied by enterprise frameworks globally

Free Weekly Briefing

The AI & Dev Briefing

One honest email a week — what actually matters in AI and software engineering. No noise, no sponsored content. Read by developers across 30+ countries.

No spam. Unsubscribe anytime.

Free Tool

Will AI replace your job?

4 questions. Get a personalised developer risk score based on your stack, role, and what you actually build day to day.

Check Your AI Risk Score →
ShareX / TwitterLinkedIn

Written by

Abhishek Gautam

Full Stack Developer & Software Engineer based in Delhi, India. Building web applications and SaaS products with React, Next.js, Node.js, and TypeScript. 8+ projects deployed across 7+ countries.