A curated list of the OpenClaw family — the open-source AI agent ecosystem that exploded in early 2026. From the original 150K-star project to $5 IoT chips, Rust-native frameworks, and security tooling.
- The Claw Family Tree
- Core Projects
- Lightweight & Embedded Claws
- Managed & Hosted Platforms
- Forks & Variants
- Security & Hardening
- Skills & Marketplace
- Awesome Lists & Resources
- Social & Agent Networks
- Enterprise Integrations
- Community & Media
Clawdbot (Nov 2025)
└─ Moltbot (Jan 27, 2026) ─── renamed after Anthropic trademark complaint
└─ OpenClaw (Jan 30, 2026) ─── current name, 150K+ GitHub stars
├── MoltBook ─── social network for AI agents (1.5M+ agents)
├── ClawHub ─── skill marketplace (5,700+ skills)
├── MoltWorker ─── Cloudflare Workers adaptation
├── AgentClaw ─── one-click deployment platform
├── ClawSec ─── security skill suite (Prompt Security)
│
├── Lightweight & Embedded Variants:
│ ├── ZeroClaw ─── Rust, 4.6K⭐, 3.4MB, <10ms startup
│ ├── ZeptoClaw ─── Rust, "final form", 4MB, security-focused
│ ├── PicoClaw ─── Go, 11.6K⭐, RISC-V, <10MB RAM
│ ├── NanoClaw ─── TypeScript, 8.6K⭐, container-isolated
│ ├── TinyClaw ─── Shell/TS, 1.8K⭐, multi-agent teams
│ ├── MimiClaw ─── C, 2K⭐, ESP32-S3 embedded ($5 chip)
│ ├── SeaClaw ─── C, <2MB, <50ms cold start
│ ├── FemtoClaw ─── Rust, minimalist
│ └── LispClaw ─── Common Lisp, experimental
| Repo | openclaw/openclaw |
| Website | openclaw.ai |
| Docs | docs.openclaw.ai |
| Creator | Peter Steinberger (Austria) |
| Stars | 150,000+ |
| Language | TypeScript/Node.js |
| License | Open Source |
The original. A local-first personal AI assistant that connects to 12+ messaging channels (WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Teams, Google Chat, Matrix, BlueBubbles, Zalo, WebChat). Runs on your own hardware, model-agnostic (Claude, GPT, DeepSeek, Ollama local models). Uses SOUL.md for persistent agent identity and SKILL.md for extensible capabilities.
Key architecture primitives:
- Persistent identity via SOUL.md
- Periodic autonomy via heartbeat
- Accumulated memory across sessions
- Social context via MoltBook integration
Coverage: CNBC | IBM | Fortune | Wikipedia
Projects that shrink the Claw concept for edge, IoT, and resource-constrained environments.
| Project | Language | Stars | Binary Size | Startup Time | RAM | Key Feature |
|---|---|---|---|---|---|---|
| PicoClaw | Go | 11,622 | - | 1s | <10MB | RISC-V SOPHGO SG2002, $10 hardware |
| NanoClaw | TypeScript | 8,625 | - | - | - | Container-isolated, Claude Agent SDK |
| ZeroClaw | Rust | 4,618 | ~3.4MB | <10ms (warm) | ~7.8MB | 400X faster than OpenClaw, 22+ providers |
| MimiClaw | C | 1,964 | - | - | - | ESP32-S3 chip, $5 hardware, no OS required |
| TinyClaw | Shell/TS/Python | 1,793 | - | - | - | Multi-agent teams, collaboration |
| SeaClaw | C | 17 | <2MB | <50ms (cold) | - | Single static binary, no dependencies |
| FemtoClaw | Rust | 2 | - | - | - | Minimalist implementation |
| ZeptoClaw | Rust | - | ~4MB | ~50ms | ~6MB | "Final form", security-focused, 17 tools |
| LispClaw | Common Lisp | 0 | - | - | - | Experimental dynamic language |
Sorted by GitHub stars. Click project names for repositories.
| Repo | theonlyhennygod/zeroclaw |
| Stars | 4,618 |
| Language | Rust |
| Binary | ~3.4MB |
| Startup | <10ms (warm), 0.38s (cold) |
| RAM | ~7.8MB peak |
High-performance reimplementation written in pure Rust. "Claw done right 🦀" — 400X faster startup than OpenClaw, runs on $10 hardware. Includes 22+ AI provider support, multi-channel messaging (CLI, Telegram, Discord, Slack, iMessage), SQLite hybrid memory with vector search, 1,017 tests, and three autonomy levels. Secure by design with pairing-based auth, strict sandboxing, and path jailing.
| Repo | qhkm/zeptoclaw |
| Website | zeptoclaw.com |
| Language | Rust |
| Binary | ~4MB |
| Startup | ~50ms |
| RAM | ~6MB |
"Final form of claw family" — ultra-lightweight Rust implementation combining OpenClaw's integrations, NanoClaw's security, and PicoClaw's size. 17 built-in tools, 5 channels (Telegram, Slack, Discord, Webhook, CLI), container isolation, agent swarms, batch processing, 1,300+ tests. Security-focused with prompt injection detection, secret leak scanning, SSRF prevention, and policy engine. Supports multi-tenant deployments and runs hundreds of tenants on one VPS.
| Repo | qwibitai/nanoclaw |
| Website | Featured on VentureBeat |
| Stars | 8,625 |
| Language | TypeScript (Claude Agent SDK) |
Security-first alternative. Agents run inside isolated containers (Docker or Apple Container) so even rogue AI stays sandboxed. Dramatically smaller codebase than OpenClaw (~4,000 lines vs ~400,000). Built on Anthropic's Claude Agent SDK. Connects to WhatsApp, has memory, scheduled jobs.
| Repo | memovai/mimiclaw |
| Website | mimiclaw.io |
| Stars | 1,964 |
| Language | C |
| Hardware | ESP32-S3 |
Runs OpenClaw on a $5 chip. No OS (Linux), no Node.js, no Raspberry Pi, no VPS needed. Local-first memory on flash, connects to Telegram + Claude. Shareable, portable, privacy-first. Claims to be smarter than PicoClaw. Featured on CNX Software.
| Repo | sipeed/picoclaw |
| Stars | 11,622 |
| Hardware | Sipeed LicheeRV Nano (RISC-V, $10) |
| Language | Go |
| RAM | <10MB |
| Boot | 1 second |
Ultra-lightweight. Claims to match OpenClaw's core features with 1% of the code and 1% of the memory. Runs on RISC-V SOPHGO SG2002.
| Repo | jlia0/tinyclaw |
| Website | tinyclaw.xyz |
| Stars | 1,793 |
| Language | Shell (primary), TypeScript, Python |
Team of personal agents that collaborate with each other. Multiple isolated AI agents with specialized roles (coder, writer, researcher) work via chain execution and fan-out delegation. File-based queue architecture prevents race conditions. Supports Discord, WhatsApp, Telegram. Live TUI dashboard for monitoring. 24/7 operation via tmux.
Also see: warengonzaga/tinyclaw — ultra-minimal self-improving AI companion.
| Repo | haeli05/seaclaw |
| Stars | 17 |
| Language | C |
| Binary | <2MB |
| Startup | <50ms (cold) |
OpenClaw rewritten in C. Single static binary optimized for maximum performance and minimal footprint. No runtime dependencies.
| Repo | mcotdev/femtoclaw |
| Stars | 2 |
| Language | Rust |
Tiny Rust-based version of OpenClaw. Super small implementation focused on minimalism.
| Repo | jsmorph/lispclaw |
| Language | Common Lisp, Python |
Pi integrations for dynamic languages. Experimental implementation exploring Lisp-based agent architecture.
| Origin | University of Hong Kong |
| Language | Python |
| Lines | ~4,000 |
The "cat-branded" alternative. Delivers core agent features in 99% less code than OpenClaw. Minimalist by design.
One-click or managed hosting for people who don't want to self-host.
| Platform | Description | Link |
|---|---|---|
| AgentClaw.now | One-click OpenClaw deployment in <60 seconds by SEOZilla | AI Journal |
| MyClaw.ai | World's first one-click OpenClaw deployment platform | Yahoo Finance |
| Agent37 | Managed hosting for OpenClaw agents | - |
| SimpleClaw | Simplified OpenClaw hosting | - |
| ClawCloud | Cloud-hosted Claw agents | - |
| EasyClaw | Easy deployment platform | - |
| Molty by Finna | Managed Molt ecosystem | - |
| Kilo Claw | Hosted agents at scale | - |
| Project | Description | Link |
|---|---|---|
| MoltWorker | Cloudflare's official Workers adaptation of OpenClaw (PoC) | cloudflare/moltworker |
| openclaw-ai-sdk | Vercel AI SDK fork — uses useChat() and AI SDK v5/6 instead of pi-mono |
kumarabhirup/openclaw-ai-sdk |
| openclaw-coolify | Self-hosted OpenClaw via Coolify (one-click Docker) | essamamdani/openclaw-coolify |
| openclaw-ai (guide) | 2026 guide with Kimi/Claude benchmarks and security alerts | pano135/openclaw-ai |
The Claw ecosystem has attracted serious security scrutiny. These projects address it.
| Repo | prompt-security/clawsec |
| By | Prompt Security |
| Website | prompt.security/clawsec |
Complete security skill suite for the OpenClaw family. Protects SOUL.md with drift detection, live security recommendations, automated audits, and skill integrity verification. Featured on SentinelOne.
Open-source tool that detects autonomous AI agents running on networks. Created after 42,000+ exposed OpenClaw instances were found on the internet. Help Net Security
| Repo | UseAI-pro/openclaw-skills-security |
Security-first OpenClaw skills: prompt injection detection, supply chain attack detection, credential leak scanning. Works with Codex CLI, Claude Code, any LLM.
- CVE-2026-25253 (CVSS 8.8) — Cross-site WebSocket hijacking, single malicious link = full RCE
- ClawHavoc — 341 malicious skills on ClawHub compromised 9,000+ installations
- 42,000 exposed instances — 93% with critical auth bypass (Maor Dayan research)
Security analysis: CrowdStrike | Palo Alto | Kaspersky | Sophos | Semgrep Cheat Sheet
| Repo | openclaw/clawhub |
| Website | clawhub.ai |
| Skills | 5,700+ |
The npm of AI agent skills. Community-driven marketplace where devs publish code bundles that give agents new abilities. Post-ClawHavoc, requires identity verification for publishers. Developer Guide
| Repo | aaronjmars/soul.md |
The personality framework. Distills worldview, voice, and specific takes into structured markdown that any LLM can embody on the fly. Separates soul (philosophy), identity (presentation), and configuration (capabilities). SOUL.md Templates
| Platform | Description | Link |
|---|---|---|
| Smithery | MCP + OpenClaw skill hosting | smithery.ai |
| Skillsmp | Skill marketplace aggregator | skillsmp.com |
Existing curated collections in the ecosystem:
| List | Focus | Link |
|---|---|---|
| SamurAIGPT/awesome-openclaw | Comprehensive resources, tools, tutorials | GitHub |
| rohitg00/awesome-openclaw | 80+ ecosystem projects, hosting guides, cost comparisons | GitHub |
| VoltAgent/awesome-openclaw-skills | 3,000+ curated skills from ClawHub | GitHub |
| sundial-org/awesome-openclaw-skills | Top 913 regularly updated skills | GitHub |
| hesamsheikh/awesome-openclaw-usecases | Community use cases collection | GitHub |
| OpenClawSearch | Searchable resource directory | openclawsearch.com |
| Launched | January 28, 2026 |
| Creator | Matt Schlicht |
| Agents | 2.5M+ registered |
The first social network exclusively for AI agents. Humans can observe but cannot participate. Agents post written content and interact through comments and upvotes/downvotes — like Reddit, but for bots. TechCrunch | IEEE Spectrum
The connective tissue of the Molt ecosystem. Registry and discovery layer for agents to find and interact with each other.
| Company | Integration | Source |
|---|---|---|
| Baidu | Integrated OpenClaw into search app for 700M users | CNBC |
| NVIDIA | Run OpenClaw on GeForce RTX / DGX Spark GPUs | NVIDIA |
| Cloudflare | MoltWorker — OpenClaw on Workers | GitHub |
| Mixpost | Social media management skill on ClawHub | Mixpost |
- CNBC: From Clawdbot to Moltbot to OpenClaw
- IBM: OpenClaw, Moltbook and the future of AI agents
- DigitalOcean: What is OpenClaw?
- Milvus: Complete Guide to the Autonomous AI Agent
- The Conversation: Why a DIY AI agent feels so new but really isn't
- The Register: It's easy to backdoor OpenClaw
- Gary Marcus: OpenClaw is everywhere all at once
- XDA: Please stop using OpenClaw
- Fortune: Why security experts are on edge
- Vectra: When Automation Becomes a Digital Backdoor
Peter Steinberger has offers from Meta and OpenAI on the table, and has spoken with Microsoft CEO Satya Nadella. Community celebrated at OpenClaw Vienna.
- Emergent: 6 OpenClaw Competitors
- SuperPrompt: 9 AI Agents From Lightweight to Enterprise
- Product Hunt: Best OpenClaw Alternatives
- eesel: 5 Best Alternatives
Found a Claw project we missed? Open a PR or issue!
Please read the Contributing Guidelines before submitting.
Quick guidelines:
- Ensure the project is related to the OpenClaw ecosystem
- Follow the existing format and alphabetical order
- Include key metadata (repo, language, stars, description)
- One pull request per addition
- Verify all links work
This work is licensed under CC0 1.0 Universal.
To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work. This list is dedicated to the public domain.