OpenClaw Ecosystem Analysis: 41 Projects Compared

1. Executive Summary

41

Projects Tracked

517k

Total Stars

82k

Total Forks

9

Languages

In less than two months, the OpenClaw personal AI agent framework has spawned an ecosystem of 41 distinct projects spanning 9 programming languages, four continents of contributors, and wildly divergent philosophies about what a personal AI agent should be. With a combined 516,923 GitHub stars and over 82,423 forks, the ecosystem has achieved a scale that most open-source communities take years to build. OpenClaw alone sits at 283,007 stars, making it one of the fastest-growing repositories in GitHub history, but the real story is not the flagship project -- it is the constellation of clones, rewrites, and opinionated alternatives orbiting around it.

The growth trajectory is striking. This week alone, OpenFang added 3,915 stars, NullClaw gained 1,568, and ZeroClaw picked up 2,668. These are not marginal hobby projects coasting on reflected glory -- they are active codebases with daily commits, regular releases, and growing contributor bases. The ecosystem has passed the critical threshold where network effects begin to compound: developers are building tools for these clones, writing comparison guides, and choosing between them for production workloads.

This analysis draws on live GitHub data collected by Shelldex's automated enrichment pipeline. Every number in this report comes from the leaderboard dataset, updated daily. The goal is not to declare winners -- it is to map the terrain so that developers, teams, and organizations can make informed choices about which project fits their needs. Whether you want raw performance, security-hardened sandboxing, enterprise cloud deployment, or a learning agent that grows with you, there is now a project for that. The question is no longer "should I use OpenClaw?" but "which shell fits best?"

2. Taxonomy -- Categories of Clones

Not all OpenClaw derivatives are trying to do the same thing. Some want to be smaller. Some want to be safer. Some want to run on Cloudflare Workers. To make sense of the landscape, we have grouped the 41 tracked projects into six categories based on their primary design philosophy. A project can appear in multiple categories if its goals overlap, but each is listed under its most defining trait.

Tiny Claws -- Minimal & Lightweight

These projects strip OpenClaw to its essentials. The premise is simple: the original codebase does too much. A personal AI agent should be a thin loop -- read context, call an LLM, execute tools, repeat. Everything else is overhead. The "tiny claws" category ranges from BashoBot's audacious Bash-only implementation to NanoClaw's 20,565-star TypeScript rewrite that proves minimalism can still attract a crowd. PicoClaw, written in Go, takes the embedded approach -- designed for edge devices and constrained environments where every megabyte counts.

Project Language Stars Philosophy
NanoClawTypeScript20,565Minimal core, maximum extensibility
PicoClawGo23,000Edge-first, embedded-ready
MicroClawRust512Tiny binary, single-file config
TinyClawTypeScript140Community-driven simplicity
BashoBotBash4Pure shell, zero dependencies

Security-First

Giving an AI agent shell access to your machine is inherently dangerous. These projects treat security as the primary design constraint rather than an afterthought. IronClaw builds a Rust-based sandbox with capability-based permissions. SafeClaw wraps the Python ecosystem in guardrails. Secure-OpenClaw is a hardened fork of the original. And Carapace takes the Rust sandbox concept further with a full audit trail.

Project Language Stars Security Model
IronClawRust7,917Capability-based sandboxing
Secure-OpenClawTypeScript1,418Hardened fork with permission layers
SafeClawPython94Python guardrails and sandboxing
CarapaceRust41Full audit trail, Rust sandbox

Enterprise & Cloud

While most OpenClaw derivatives are designed for individual developers running agents on their laptops, this cluster targets teams and organizations. Moltworker, built by Cloudflare, runs agents on Workers -- serverless, globally distributed, and managed. AionUi provides a full desktop and web interface for enterprise deployments. ClawWork focuses on multi-agent orchestration for production workflows, and LangBot bridges the gap between AI agents and team messaging platforms.

Project Language Stars Target
AionUiTypeScript18,245Enterprise UI platform
LangBotPython15,494Team messaging integration
MoltworkerTypeScript9,513Cloudflare Workers serverless
ClawWorkPython6,850Multi-agent orchestration

Research & Memory

The most philosophically interesting corner of the ecosystem. These projects argue that a personal AI agent is only as good as its memory. Nanobot, the second-most-starred project in the ecosystem at 30,771 stars, is a research-grade agentic framework from HKUDS. memU introduces multi-level persistent memory, and MemOS takes the operating-system metaphor literally -- treating memory as a first-class managed resource. The newest entrant, Hermes Agent by Nous Research, builds self-authored skills and a growing knowledge base.

Project Language Stars Memory Approach
NanobotPython30,771Research-grade agentic framework
memUPython12,730Multi-level persistent memory
MemOSPython6,290Memory as managed OS resource
Hermes AgentPython2,412Self-authored skills, growing knowledge

Faithful Ports

These projects aim to replicate OpenClaw's behavior faithfully but in a different language. The motivation is usually performance, safety, or ecosystem preference. ZeroClaw is the Rust port that started the trend and now sits at 24,830 stars. NullClaw targets Zig for compile-time safety and minimal runtime overhead. ClawGo is the official Go implementation, MimicLaw does it in bare C, and OpenFang is a second Rust implementation with a different architectural philosophy -- and it is currently the fastest-growing project in the entire ecosystem.

Project Language Stars 7d Growth
ZeroClawRust24,830+2,668
OpenFangRust12,831+3,915
MimicLawC4,092+416
NullClawZig5,984+1,568
ClawGoGo48+2

Opinionated Alternatives

These projects are not trying to be OpenClaw. They looked at the agent loop, decided they disagreed with fundamental architectural choices, and built something different. Moltis rethinks tool orchestration from scratch using Rust. Clawra adds a persona and emotional-context layer. FreeClaw strips away vendor-specific LLM integrations for true provider agnosticism. AstrBot targets multi-platform messaging bots with rich plugin systems. And OpenBrowserClaw takes the agent out of the terminal and into the browser.

Project Language Stars Differentiator
AstrBotPython19,932Multi-platform messaging with plugins
MoltisRust1,990Rethought tool orchestration
ClawraTypeScript1,967Persona and emotional context
OpenBrowserClawTypeScript548Browser-based agent interface
FreeClawPython37Provider-agnostic, no vendor lock-in

3. Comparative Metrics -- All 41 Projects

The table below presents every project tracked by Shelldex, ordered by GitHub stars. Health is measured by the ratio of open issues to total stars -- a lower ratio indicates a healthier project that is either well-maintained or not yet large enough to accumulate issue debt. Seven-day growth figures are pulled from our daily snapshots and reflect net new stars gained in the trailing week. For live, sortable data, visit the full leaderboard.

# Project Language Stars 7d Health License
1 OpenClaw typescript 283,007 +35,923 MIT
2 Nanobot python 30,771 +3,022 MIT
3 ZeroClaw rust 24,830 +2,668 Apache-2.0
4 PicoClaw go 23,000 +1,411 MIT
5 NanoClaw typescript 20,565 +3,031 MIT
6 AstrBot python 19,932 +1,337 AGPL-3.0
7 AionUi typescript 18,245 +624 Apache-2.0
8 LangBot python 15,494 +55 Apache-2.0
9 OpenFang rust 12,831 +3,915 Apache-2.0
10 memU python 12,730 +392 NOASSERTION
11 Moltworker typescript 9,513 +158 Apache-2.0
12 IronClaw rust 7,917 +3,902 Apache-2.0
13 ClawWork python 6,850 +773 MIT
14 MemOS python 6,290 +240 Apache-2.0
15 NullClaw zig 5,984 +1,568 MIT
16 MimicLaw c 4,092 +416 MIT
17 Hermes Agent python 2,412 +931 MIT
18 Moltis rust 1,990 +238 MIT
19 Clawra typescript 1,967 +143 --
20 ZClaw c 1,812 +132 MIT
21 Spacebot rust 1,633 +39 NOASSERTION
22 Secure-OpenClaw typescript 1,418 +16 MIT
23 Poco Agent typescript 1,116 +23 MIT
24 OpenBrowserClaw typescript 548 +59 MIT
25 MicroClaw rust 512 +33 MIT
26 GoGogot go 381 -13 MIT
27 OpenMozi typescript 172 +1 Apache-2.0
28 TinyClaw typescript 140 +16 GPL-3.0
29 Kai kotlin 129 +18 Apache-2.0
30 Lilium AI javascript 126 0 MIT
31 SafeClaw python 94 +6 MIT
32 Golem go 88 +18 MIT
33 OpenLegion python 66 0 NOASSERTION
34 Gitclaw typescript 56 +12 MIT
35 ClawSync typescript 54 0 MIT
36 ClawGo go 48 +2 MIT
37 Carapace rust 41 +1 Apache-2.0
38 FreeClaw python 37 +4 --
39 ApexClaw go 23 +3 MIT
40 Grip AI python 5 +3 --
41 BashoBot bash 4 0 MIT

Health: <1% issues/stars   1-5%   >5%

4. Growth Analysis -- Who Is Gaining Stars Fastest?

Raw star counts tell you about cumulative popularity, but seven-day growth rates tell you about momentum. The chart below shows the top star gainers in the trailing week. OpenFang's explosive +3,915 reflects growing demand for a Rust-native alternative that breaks from ZeroClaw's more conservative design. OpenClaw continues its steady accumulation at +35,923, though its growth rate as a percentage of its base is far lower than the smaller projects. Most striking is NullClaw at +1,568, which represents significant week-over-week growth -- the kind of momentum that, if sustained, could rapidly change its ranking.

7-Day Star Growth Leaders

+35,923
+3,915
+3,902
+3,031
+3,022
+2,668
+1,568
+1,411

Projects with zero weekly growth are omitted from this chart. The remaining 5 projects either had no net star gain or are too new to have meaningful trailing-week data. Notably, Secure-OpenClaw and OpenBrowserClaw both showed zero growth this week despite having over 400 stars each -- a pattern that may indicate they have reached a plateau in their current audience or are between release cycles. Comparing growth trajectories is one of the most useful features of the leaderboard.

5. Security Comparison

Security is perhaps the most consequential differentiator in the ecosystem. An AI agent with shell access can read your private keys, delete your files, and exfiltrate data to remote servers. OpenClaw's approach to this problem has always been pragmatic rather than principled: it asks for permission before executing commands, maintains a list of approved tools, and trusts the user to make good decisions. This works for experienced developers who understand what rm -rf / means, but it falls apart when agents become powerful enough to chain together dozens of tool calls in complex workflows where the security implications of any single step are not obvious in isolation.

The security-first projects in the ecosystem take fundamentally different approaches to this problem. IronClaw (7,917 stars, Rust) implements capability-based security modeled after systems like Capsicum and seL4. Rather than asking "should this agent be allowed to run commands?", IronClaw asks "what specific capabilities does this agent hold?" Capabilities are unforgeable tokens that grant access to specific resources -- a file path, a network endpoint, a subprocess. An agent cannot escalate its own privileges because the capability system is enforced at the Rust type level, not at runtime. This is the most rigorous security model in the ecosystem, but it comes with real usability costs: setting up capability policies requires understanding the capability model, and many OpenClaw skills simply will not work without modification. See how it compares directly in the IronClaw vs OpenClaw comparison.

Carapace (41 stars, Rust) takes IronClaw's ideas further by adding a full audit trail. Every tool invocation, every file access, every network request is logged to an append-only ledger. This makes Carapace particularly interesting for regulated environments where you need to prove, after the fact, exactly what an AI agent did and why. The project is still in early preview, but its architecture is sound. Secure-OpenClaw (1,418 stars) takes a more conservative approach: it is a fork of the original TypeScript codebase with additional permission layers bolted on. Think of it as OpenClaw with the safety switches turned on by default rather than off. This makes it the easiest migration path for existing OpenClaw users who want better security without switching languages. SafeClaw (94 stars, Python) provides Python-specific guardrails including subprocess sandboxing, file system access controls, and network egress filtering. Its approach is less formally rigorous than IronClaw's but more practical for the Python ecosystem where most AI/ML tooling lives. For a full breakdown, explore the SafeClaw vs IronClaw comparison.

6. Language Distribution

The ecosystem spans 9 programming languages, but the distribution is far from even. TypeScript and Python together account for more than half of all projects, which makes sense given the ecosystem's origins: OpenClaw is TypeScript, and most AI/ML tooling is Python. But the Rust cohort is the most interesting story -- 7 projects have chosen Rust, and several of them (ZeroClaw, OpenFang, IronClaw) are among the fastest-growing in the ecosystem. Rust's appeal for AI agents is obvious: memory safety without garbage collection, fearless concurrency, and the ability to produce single statically-linked binaries. For a tool that runs with root-equivalent access on your machine, these properties matter.

Projects per Language

typescript
12 projects
python
11 projects
rust
7 projects
go
5 projects
c
2 projects
zig
1 project
kotlin
1 project
javascript
1 project
bash
1 project

TypeScript dominates because OpenClaw itself is TypeScript, and many derivatives start as forks with incremental modifications. Python's strong showing reflects the AI/ML community's preference -- projects like Nanobot, memU, and ClawWork leverage Python's deep ecosystem of AI libraries. Rust's 7-project cohort is disproportionately influential relative to its count, representing some of the most technically ambitious and fastest-growing projects. The lone Zig project, NullClaw, is particularly noteworthy -- it gained 1,568 stars this week, suggesting significant appetite for systems-language alternatives beyond Rust. The Go, C, and Bash entries round out the ecosystem with niche but dedicated communities.

7. How to Choose -- A Decision Tree

41 projects is a lot. The taxonomy in Section 2 helps narrow the field by philosophy, but most people start with a specific need. Here is a practical decision tree based on the most common questions we see. Each recommendation links to the relevant project page and, where applicable, to head-to-head comparison pages so you can evaluate the tradeoffs yourself.

"I want the most mature, battle-tested option"

Go with OpenClaw. At 283,007 stars and 53,920 forks, it has the largest community, the most tools, the most documentation, and the most contributors. Its issue count is high (11,267), but that is a function of scale, not neglect -- the issues-to-stars ratio of 3.98% is moderate. It releases frequently (latest: v2026.3.7) and has daily commits. Nothing else in the ecosystem comes close to its maturity. If you are starting from scratch and have no strong opinions about language or architecture, this is the default choice.

"I want maximum performance"

Look at ZeroClaw (Rust, 24,830 stars) or NullClaw (Zig, 5,984 stars). ZeroClaw is more mature and has a larger community. NullClaw offers even lower overhead and compile-time safety guarantees that appeal to the systems programming crowd. Both produce single-binary distributions with no runtime dependencies. For raw startup speed, NullClaw claims sub-10ms cold starts. ZeroClaw counters with more robust tool compatibility and a larger plugin ecosystem.

"I want enterprise-ready with managed infrastructure"

Moltworker (9,513 stars) runs on Cloudflare Workers, giving you global edge deployment with zero infrastructure management. AionUi (18,245 stars) provides a full UI platform with team collaboration features. If your need is more about workflow orchestration than user-facing interfaces, ClawWork (6,850 stars) specializes in multi-agent pipelines for production environments.

"I want security-first with minimal attack surface"

IronClaw (7,917 stars, Rust) is the gold standard for capability-based sandboxing. If you need audit trails for compliance, look at Carapace (41 stars, still in preview but architecturally solid). If you want to stay in the TypeScript/OpenClaw ecosystem but with better defaults, Secure-OpenClaw (1,418 stars) is the least disruptive migration path. And for Python shops, SafeClaw (94 stars) provides Python-native guardrails.

"I want minimal and lightweight -- just the agent loop"

TinyClaw (140 stars, TypeScript) strips the agent to its absolute core. MicroClaw (512 stars, Rust) does the same in a compiled language. For the truly adventurous, BashoBot (4 stars, Bash) implements the entire agent loop in shell scripts with zero dependencies beyond curl and jq. It is impractical for production use but an excellent teaching tool for understanding what an AI agent actually does at the system call level.

"I want an agent that learns and remembers"

memU (12,730 stars) pioneered multi-level persistent memory for personal AI agents. Hermes Agent (2,412 stars) by Nous Research goes further with self-authored skills -- the agent writes reusable SKILL.md documents as it solves problems, building a growing knowledge base over time. MemOS (6,290 stars) treats memory as an operating system resource, giving you the most control over how context is stored, retrieved, and expired.

8. Ecosystem Timeline

The OpenClaw ecosystem did not emerge gradually. It detonated. What began as a WhatsApp relay bot in November 2025 became a 283k-star framework with 40 derivatives in under four months. Here is the full timeline, including the naming drama that became the ecosystem's founding mythology. For the abbreviated version, see the About page.

November 2025

WhatsApp Relay

Peter Steinberger builds a WhatsApp bot that connects to Claude. It is private, personal, and has no grand ambitions. The bot can manage his calendar, draft messages, and look things up. Nobody outside his circle knows about it. The primordial soup of the ecosystem forms in a private repository with a handful of commits.

November 2025

Clawd

The project gets a real name -- a portmanteau of "claw" and "Claude." The lobster identity begins. Steinberger open-sources the repository and it starts gaining traction on Hacker News and Twitter. Early adopters are iOS developers and indie hackers who want a personal AI agent that runs locally rather than through a web interface.

December 2025

Clawdis

A brief identity crisis. The project is renamed Clawdis to differentiate from a similarly named project. Most people who star the repo during this period do not even notice the name change. The feature set expands rapidly: file system access, shell command execution, MCP server integration. The foundation for the tool-use agent loop is laid.

January 2026

Clawdbot

The name that caught fire on GitHub. Stars begin compounding as the project hits the front page of Hacker News multiple times. The community grows to thousands of daily active users. But Anthropic's legal team notices that "Clawd" sounds a lot like "Claude." A polite but firm request arrives. The first rebrand is forced, not chosen.

January 27, 2026

Moltbot

The trademark-compliant name. "Molt" references crustacean molting -- shedding an old shell to grow. It lasted 72 hours. Steinberger admitted publicly that the name "never quite rolled off the tongue." The community agreed. The GitHub repo URL changed again, breaking hundreds of install scripts and bookmarks. Migration fatigue set in.

January 30, 2026

OpenClaw

The final form. "Open" signals the open-source commitment. "Claw" preserves the crustacean heritage without referencing Claude. The community exhales. The GitHub repo settles at openclaw/openclaw and the project crosses 100,000 stars within days. The "open" prefix also signals a philosophical commitment to transparency and community governance that distinguishes it from corporate AI agent products.

Early February 2026

The First Clones Appear

Within days of the OpenClaw rebrand, the first serious alternatives emerge. ZeroClaw ports the agent to Rust. NanoClaw strips it down to a minimal TypeScript core. IronClaw reimagines the security model from scratch. The Cambrian explosion has begun. Developers who were waiting for the naming to stabilize now start building in earnest, confident that the "OpenClaw" identity is permanent.

Mid February 2026

Ecosystem Explosion

The pace accelerates. Cloudflare ships Moltworker. Nous Research launches Hermes Agent. PicoClaw targets embedded devices. MimicLaw does it in C. NullClaw does it in Zig. AstrBot builds a multi-platform messaging bridge. By mid-February, the ecosystem has more than 20 distinct projects and the need for a directory becomes undeniable. The conversation shifts from "should there be alternatives?" to "which alternative should I use?"

February 27, 2026

Shelldex Launches

Originally "Clawdex" (at theclawdex.com), the directory itself undergoes a rebrand to "Shelldex" -- because apparently nothing in this ecosystem can keep a name for more than a week. Shelldex launches at shelldex.com with automated GitHub enrichment, head-to-head comparisons, and daily-updated rankings. The irony of a directory named after shells tracking projects named after claws is not lost on anyone.

9. Conclusion

The OpenClaw ecosystem is not just growing -- it is differentiating. The early phase, where every new project was a direct fork with minor tweaks, has given way to genuine architectural diversity. You can now choose between capability-based security in Rust, serverless deployment on Cloudflare, self-improving agents with persistent memory, bare-metal implementations in C and Zig, and opinionated alternatives that rethink the agent loop from first principles. The ecosystem has matured past the "clone everything" stage into something more interesting: a competitive marketplace of ideas about what personal AI agents should be.

The numbers tell one part of the story. At 516,923 combined stars and 82,423 forks, the ecosystem has reached the scale where it attracts serious engineering talent and corporate investment (Cloudflare's Moltworker, Nous Research's Hermes Agent, NearAI's IronClaw). But the numbers miss the qualitative shift: projects like OpenFang and NullClaw are not just gaining stars -- they are gaining stars faster than projects ten times their size, suggesting that developers are actively seeking out alternatives rather than defaulting to the flagship.

If you are new to the ecosystem, start with the directory for a visual overview, the leaderboard for live rankings, and the comparison tool for head-to-head evaluations. If you are building something that belongs in this directory, submit it. The ecosystem is young, the taxonomy is still forming, and the best project in the family might be the one that does not exist yet.