OpenClaw Ecosystem Analysis: 54 Projects Compared

1. Executive Summary

54

Projects Tracked

651k

Total Stars

111k

Total Forks

9

Languages

In less than two months, the OpenClaw personal AI agent framework has spawned an ecosystem of 54 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 651,368 GitHub stars and over 110,796 forks, the ecosystem has achieved a scale that most open-source communities take years to build. OpenClaw alone sits at 339,349 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 539 stars, NullClaw gained 216, and ZeroClaw picked up 633. 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 54 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 25,807-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
NanoClawTypeScript25,807Minimal core, maximum extensibility
PicoClawGo26,497Edge-first, embedded-ready
MicroClawRust600Tiny binary, single-file config
TinyClawTypeScript192Community-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
IronClawRust11,035Capability-based sandboxing
Secure-OpenClawTypeScript1,324Hardened fork with permission layers
SafeClawPython119Python guardrails and sandboxing
CarapaceRust42Full 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
AionUiTypeScript20,372Enterprise UI platform
LangBotPython15,694Team messaging integration
MoltworkerTypeScript9,754Cloudflare Workers serverless
ClawWorkPython7,691Multi-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 36,742 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
NanobotPython36,742Research-grade agentic framework
memUPython13,232Multi-level persistent memory
MemOSPython7,912Memory as managed OS resource
Hermes AgentPython15,168Self-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 29,044 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
ZeroClawRust29,044+633
OpenFangRust15,805+539
MimicLawC4,897+151
NullClawZig6,890+216
ClawGoGo75+3

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
AstrBotPython27,968Multi-platform messaging with plugins
MoltisRust2,382Rethought tool orchestration
ClawraTypeScript2,155Persona and emotional context
OpenBrowserClawTypeScript585Browser-based agent interface
FreeClawPython49Provider-agnostic, no vendor lock-in

3. Comparative Metrics -- All 54 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 339,349 +8,999 MIT
2 Nanobot python 36,742 +1,237 MIT
3 ZeroClaw rust 29,044 +633 Apache-2.0
4 AstrBot python 27,968 +1,414 AGPL-3.0
5 PicoClaw go 26,497 +678 MIT
6 NanoClaw typescript 25,807 +898 MIT
7 AionUi typescript 20,372 +657 Apache-2.0
8 NemoClaw javascript 17,438 +2,081 Apache-2.0
9 OpenFang rust 15,805 +539 Apache-2.0
10 LangBot python 15,694 +54 Apache-2.0
11 Hermes Agent python 15,168 +4,836 MIT
12 memU python 13,232 +107 NOASSERTION
13 IronClaw rust 11,035 +340 Apache-2.0
14 Moltworker typescript 9,754 +46 Apache-2.0
15 MemOS python 7,912 +283 Apache-2.0
16 ClawWork python 7,691 +173 MIT
17 NullClaw zig 6,890 +216 MIT
18 MimicLaw c 4,897 +151 MIT
19 Moltis rust 2,382 +52 MIT
20 Clawra typescript 2,155 +28 --
21 ZClaw c 2,023 +21 MIT
22 Spacebot rust 1,981 +45 NOASSERTION
23 Secure-OpenClaw typescript 1,324 -37 MIT
24 Poco Agent typescript 1,231 +26 MIT
25 Picobot go 1,170 +4 MIT
26 RT-Claw c 984 0 MIT
27 CashClaw typescript 797 +46 MIT
28 ClaudeClaw typescript 648 +78 --
29 MicroClaw rust 600 +16 MIT
30 OpenBrowserClaw typescript 585 +7 MIT
31 OpenCrabs rust 570 +24 MIT
32 ZeptoClaw rust 547 +16 Apache-2.0
33 FastClaw go 391 0 MIT
34 OwnPilot typescript 353 +43 MIT
35 Kai kotlin 291 +35 Apache-2.0
36 LettaBot typescript 288 +9 Apache-2.0
37 TinyClaw typescript 192 +10 GPL-3.0
38 Gitclaw typescript 179 +11 MIT
39 OpenMozi typescript 179 +3 Apache-2.0
40 CoWork-OS typescript 176 +10 MIT
41 Golem go 163 +4 MIT
42 NextClaw typescript 153 +14 MIT
43 GoGogot go 122 -20 MIT
44 SafeClaw python 119 +3 MIT
45 Lilium AI javascript 99 -12 MIT
46 OpenLegion python 79 +6 NOASSERTION
47 ClawGo go 75 +3 MIT
48 ClawSync typescript 59 +1 MIT
49 FreeClaw python 49 +3 --
50 Carapace rust 42 0 Apache-2.0
51 OpenMolt typescript 30 +2 MIT
52 ApexClaw go 27 0 MIT
53 Grip AI python 6 0 --
54 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 +539 reflects growing demand for a Rust-native alternative that breaks from ZeroClaw's more conservative design. OpenClaw continues its steady accumulation at +8,999, though its growth rate as a percentage of its base is far lower than the smaller projects. Most striking is NullClaw at +216, which represents significant week-over-week growth -- the kind of momentum that, if sustained, could rapidly change its ranking.

7-Day Star Growth Leaders

+8,999
+4,836
+2,081
+1,414
+1,237
+898
+678
+657

Projects with zero weekly growth are omitted from this chart. The remaining 9 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 (11,035 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 (42 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,324 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 (119 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 -- 9 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
19 projects
python
11 projects
rust
9 projects
go
7 projects
c
3 projects
javascript
2 projects
zig
1 project
kotlin
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 9-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 216 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

54 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 339,349 stars and 66,812 forks, it has the largest community, the most tools, the most documentation, and the most contributors. Its issue count is high (16,224), but that is a function of scale, not neglect -- the issues-to-stars ratio of 4.78% is moderate. It releases frequently (latest: v2026.3.24) 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, 29,044 stars) or NullClaw (Zig, 6,890 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,754 stars) runs on Cloudflare Workers, giving you global edge deployment with zero infrastructure management. AionUi (20,372 stars) provides a full UI platform with team collaboration features. If your need is more about workflow orchestration than user-facing interfaces, ClawWork (7,691 stars) specializes in multi-agent pipelines for production environments.

"I want security-first with minimal attack surface"

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

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

TinyClaw (192 stars, TypeScript) strips the agent to its absolute core. MicroClaw (600 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 (13,232 stars) pioneered multi-level persistent memory for personal AI agents. Hermes Agent (15,168 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 (7,912 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 339k-star framework with 53 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 651,368 combined stars and 110,796 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.