Skip to main content
Back to writing

Chinese AI Agent GitHub Projects in 2026: A Dated Star Snapshot

How many GitHub stars do OpenClaw, Dify, MetaGPT, and other Chinese-rooted or Chinese-ecosystem agent projects have? This dated snapshot maps nine projects to their actual ecosystem roles.

In this record10
  1. 01A nine-project GitHub snapshot
  2. 02Stars measure attention, not technical fit
  3. 03Four layers now appear in the Chinese-language agent ecosystem
  4. 04User-facing agent products
  5. 05Application and workflow platforms
  6. 06Multi-agent and runtime frameworks
  7. 07Knowledge and access to the outside world
  8. 08What gives this ecosystem a recognizable shape
  9. 09How to narrow the choice
  10. 10Method and limitations

If you searched for “Chinese AI GitHub stars,” start with the snapshot date.

On August 14, 2026, OpenClaw had about 386,000 GitHub stars, Dify about 152,000, and both Agent-Reach and MetaGPT were close to 70,000. The figures below came from the GitHub Repository API on that date.

These numbers measure public attention. They do not prove active users, deployments, revenue, code quality, or the nationality of every contributor. This article therefore uses the broader scope “Chinese-rooted or deeply connected to the Chinese-language ecosystem,” then keeps the repository, public positioning, and snapshot date together.

A nine-project GitHub snapshot

ProjectStarsPublic repository positioningEcosystem role
OpenClaw386,184Personal AI assistant across operating systems and platformsPersonal agent product
Dify152,351Agentic workflows, RAG, and AI application platformApplication platform
Agent-Reach71,403Multi-site reading and search for agentsContent access tool
MetaGPT69,805Multi-agent framework for software collaborationMulti-agent framework
Cherry Studio50,419Desktop workspace for models, assistants, and agentsAgent client
nanobot46,942Lightweight, self-hosted personal agent frameworkPersonal agent framework
AstrBot39,108Agent assistant and framework for multiple messaging platformsMessaging interface
Langchain-Chatchat38,544RAG and agent applications for local language modelsKnowledge and RAG
FastGPT29,352Knowledge, RAG, and visual AI workflow platformApplication platform

Stars are the values observed on August 14, 2026, and will continue to change. This is neither an exhaustive directory nor a ranking of “Chinese projects.” It gives search-result numbers a verifiable and interpretable boundary.

Stars measure attention, not technical fit

Stars are useful for developer tools. They show whether a repository has reached public attention and can help you discover issues, plugins, tutorials, and contributors.

They become misleading when unlike products are placed on one leaderboard.

A desktop agent client and a multi-agent framework solve different problems. Dify helps teams build, publish, and monitor AI applications. MetaGPT provides a model for multi-agent software collaboration. Agent-Reach connects agents to content across multiple sites. Sorting all three by stars produces a popularity table, not an architecture decision.

A better first question is which layer the project owns. You can then ask whether its workflow, deployment model, and governance boundary fit that layer.

Four layers now appear in the Chinese-language agent ecosystem

User-facing agent products

OpenClaw, Cherry Studio, AstrBot, and nanobot give users a relatively direct path to an agent that can chat, call tools, or work through messaging platforms. Their engineering questions are concrete. Which models can connect, where does state live, how are tool permissions controlled, and will configuration survive an upgrade?

These projects often create value through accessible interfaces first. A large star count does not mean that the product is the right runtime to embed in your backend.

Application and workflow platforms

Dify and FastGPT are closer to complete platforms. Dify's official documentation places orchestration, publishing, monitoring, knowledge, and integrations in one product, with both cloud and self-hosted options. FastGPT combines knowledge bases, RAG, and visual workflow orchestration.

A platform can save time when product, operations, and engineering need to maintain an application together. It can also be too heavy when a team already owns its runtime, state system, and deployment pipeline.

Multi-agent and runtime frameworks

MetaGPT brings software-team roles into multi-agent collaboration. Nanobot emphasizes a lightweight, self-hosted personal-agent runtime. Both can be called frameworks, but their abstraction levels are far apart.

Selection at this layer should examine termination, state recovery, information passed between agents, and who verifies that a reported completion is real. Adding more role names does not automatically produce reliable collaboration.

Knowledge and access to the outside world

Langchain-Chatchat focuses on local knowledge and RAG. Agent-Reach handles reading and search across internet platforms. The quality of an agent's external evidence is often decided at this layer.

This layer is easy to hide inside a framework feature list. “Supports tools” does not tell you how search sources, failures, evidence formats, or budgets are handled.

What gives this ecosystem a recognizable shape

Three engineering needs recur in the repositories' public positioning.

First, agents need many interfaces. Web applications, desktop clients, enterprise messaging, QQ, Telegram, and Chinese content platforms can all become working surfaces. AstrBot and Agent-Reach grew directly from these interface differences.

Second, self-hosting matters. Model choice, data boundaries, network conditions, and cost push teams to preserve local or private deployment paths. Dify, nanobot, Langchain-Chatchat, and FastGPT all expose that option in their public product shape.

Third, knowledge and search rarely stay minor add-ons. Chinese-language material is spread across code repositories, communities, video sites, and content platforms. An agent has to handle access constraints, source differences, and result structure, so connectivity becomes a project layer of its own.

These are observations from the repositories' current public positioning. They should not be generalized into one development style shared by every Chinese developer.

How to narrow the choice

Start with the job.

  • For building and publishing an AI application quickly, inspect the platform boundaries of Dify or FastGPT.
  • For multi-agent software collaboration, start with MetaGPT's role and process model.
  • For a personal agent or messaging interface, compare the runtime models of OpenClaw, nanobot, Cherry Studio, and AstrBot.
  • For local knowledge or web evidence, evaluate RAG, search sources, failure semantics, and provenance as a separate layer.

The 2026 AI Agent Ecosystem Landscape maps these layers into the broader framework, platform, and MCP market. If your question has narrowed to a traceable web-search path for an agent, Agent Search MCP is one multi-source implementation with visible failure states. Its current behavior and limitations are inspectable in lennney/agent-search-mcp.

Method and limitations

On August 14, 2026, this article read public star counts and descriptions through the GitHub Repository API, then grouped projects by their stated functions. The list comes from a previous survey of high-attention projects. It does not represent market share and does not verify deployments, active users, or commercial revenue.

Stars and project positioning both change. Re-read the API before quoting these figures in a new report instead of copying this table indefinitely.