# ðĶ Awesome Claw [](https://awesome.re)
**A curated list of efficient, open-source, OpenClaw-inspired AI assistant agents.**


---
*The open-source personal AI assistant space is evolving fast. Inspired by [OpenClaw](https://github.com/openclaw/openclaw), a growing wave of projects is emerging â each reimagining what a personal AI agent should look like: leaner, faster, more portable, and more secure. This repository tracks that movement and provides a comprehensive directory of these projects.*
## ð Why Awesome Claw?
The **Claw ecosystem** represents a growing trend of efficient, open-source, AI-powered personal assistants. It started with **OpenClaw** â a full-featured, multi-channel AI assistant that runs on your own hardware. Since then, a wave of inspired projects has emerged, each optimizing for different goals:
| Goal | Description |
|------|-------------|
| ðŠķ **Efficiency** | Run on minimal hardware â from $10 boards to old Android phones |
| ð **Security** | Sandbox agents in real containers instead of relying on application-level checks |
| ð§Đ **Simplicity** | Small, understandable codebases that you can audit in minutes |
| ð **Portability** | Single-binary deploys across ARM, x86, and RISC-V architectures |
| ð **Extensibility** | Swappable providers, channels, tools, and memory backends |
This repository serves as a **central directory** for discovering, comparing, and contributing to these projects.
## ðïļ Projects
### ð Project Overview
| Project | Description | Channels | Repo | Contributors |
|:--------|:------------|:---------|:----:|:------------:|
|
**OpenClaw** | The original full-featured personal AI assistant â multi-agent routing, voice wake, live canvas, companion apps, and 15+ messaging channels | WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Teams, Google Chat, WebChat, + more | [openclaw/openclaw](https://github.com/openclaw/openclaw) | 685+ |
|
**PicoClaw** | Ultra-efficient Go assistant for $10 hardware â AI-bootstrapped migration, single binary, runs on old Android phones | WhatsApp, Telegram, Discord, WebChat | [sipeed/picoclaw](https://github.com/sipeed/picoclaw) | 58+ |
|
**ZeroClaw** | 100% Rust, trait-driven, zero-overhead AI infrastructure â fully swappable core, deploys anywhere | WhatsApp, Telegram, Discord, Slack | [zeroclaw-labs/zeroclaw](https://github.com/zeroclaw-labs/zeroclaw) | 64+ |
|
**nanobot** | Ultra-lightweight OpenClaw in ~4,000 lines of Python â research-ready, one-click deploy, MCP support, agent social network | Telegram, Discord, WhatsApp, Slack, Email, Feishu, QQ, MoChat | [HKUDS/nanobot](https://github.com/HKUDS/nanobot) | 50+ |
|
**TinyClaw** | Multi-agent, multi-team, multi-channel assistant â agents collaborate via chain execution and fan-out with isolated workspaces | Discord, WhatsApp, Telegram | [jlia0/tinyclaw](https://github.com/jlia0/tinyclaw) | 8+ |
|
**MimiClaw** | Pocket AI assistant on a $5 ESP32-S3 chip â pure C, no OS, 0.5W, local-first memory on flash, runs 24/7 on USB power | Telegram, WebSocket | [memovai/mimiclaw](https://github.com/memovai/mimiclaw) | 3+ |
|
**IronClaw** | Security-first Rust assistant â WASM sandboxed tools, prompt injection defense, hybrid search memory, Docker sandbox orchestration | REPL, HTTP, Telegram, Slack, Web Gateway | [nearai/ironclaw](https://github.com/nearai/ironclaw) | 25+ |
|
**NanoClaw** | Lightweight alternative you can understand in 8 minutes â agents run in real containers with filesystem isolation | WhatsApp (extensible via skills) | [qwibitai/nanoclaw](https://github.com/qwibitai/nanoclaw) | 15+ |
|
**SupaClaw** | Built entirely on Supabase built-in features. Use within your Supabase account or fully self-host. | Telegram (extensible) | [vincenzodomina/supaclaw](https://github.com/vincenzodomina/supaclaw) | 1+ |
### ð Benchmarks
| Project | Language | Memory | Startup | Architecture | Security Model |
|:--------|:--------:|:------:|:-------:|:-------------|:---------------|
| **OpenClaw** | TypeScript | ~400MB+ | Moderate | Multi-module Gateway + Agent runtime | Application-level allowlists & pairing |
| **PicoClaw** | Go | <10MB | ~1s | Single static binary | Configurable sandbox |
| **ZeroClaw** | Rust | <5MB | Near-instant | Trait-driven, fully swappable | Strict sandboxing + explicit allowlists |
| **nanobot** | Python | Low | Fast | Modular agent loop + message bus + skills | Workspace restriction + channel allowlists |
| **TinyClaw** | Shell / TypeScript | Low | Fast | File-based queue + parallel agent processing | Isolated agent workspaces |
| **MimiClaw** | C | <520KB RAM | Near-instant | Dual-core ESP32-S3 bare-metal agent loop | Local-only flash storage + network allowlists |
| **IronClaw** | Rust | Low | Fast | Agent loop + Docker orchestrator + WASM plugins | WASM sandbox + credential isolation + prompt injection defense |
| **NanoClaw** | TypeScript | Low | Fast | Single process + Container isolation | OS-level container sandboxing |
| **SupaClaw** | TypeScript | Medium | Medium | Postgres + Edge Functions | No system access, Cloud based, JWT Auth |
---
## ðĪ Contributing
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on how to:
- ð Submit a new project to the list
- âïļ Improve existing descriptions
- ð Report broken links or outdated information
- ðĄ Suggest new categories or features
## ð License
This project is licensed under the **MIT License** â see the [LICENSE](LICENSE) file for details.
This is a curated list. Projects listed here are created and maintained by their respective authors and teams. We do not audit, endorse, or guarantee the security or correctness of listed projects. Please review each project individually before production use.
---
**If you find this list useful, please consider giving it a â**
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list community.*