NanoClaw

Created on March 22, 2026
Updated on March 22, 2026

Security-focused lightweight OpenClaw variant with container isolation. ~4000 lines of core code, 17k+ GitHub stars.

Security-First Lightweight AI Agent

NanoClaw is a security-focused personal AI assistant developed by Gavriel Cohen (NanoCo), launched in February 2026. It's a lightweight, container-isolated alternative to OpenClaw that connects to WhatsApp, Telegram, Discord, Slack, Signal, and other messaging platforms, running on Anthropic's Agent SDK.

Core Philosophy: "Secure container-isolated AI agent platform"

Launch Date: February 2026
Developer: Gavriel Cohen / NanoCo (Tel Aviv)
GitHub Stars: 20,000+ (as of March 2026)
Downloads: 100,000+ since launch
License: MIT (Open Source)

Major Milestone: Docker Partnership

On March 13, 2026, NanoCo announced a partnership with Docker, Inc. to integrate NanoClaw with Docker Sandboxes, enabling every AI agent to run within an isolated MicroVM-based container environment.


Why NanoClaw?

🔒 Container-Based Security

Primary Security Mechanism: Each AI agent runs in an isolated Linux container using:

  • Docker on Linux
  • Apple Container on macOS

Security Benefits:

┌─────────────────────────────────────┐
│      NanoClaw Security Model        │
├─────────────────────────────────────â”Ī
│                                     │
│  Chat Group 1                       │
│  ├─→ Isolated Container             │
│  ├─→ Separate memory                │
│  └─→ Separate filesystem            │
│                                     │
│  Chat Group 2                       │
│  ├─→ Isolated Container             │
│  ├─→ Separate memory                │
│  └─→ Separate filesystem            │
│                                     │
│  No shared access between groups    │
│  Prevents data leakage              │
│                                     │
└─────────────────────────────────────┘

What Container Isolation Prevents:

  • ✅ Data leakage between contexts
  • ✅ Malicious code accessing host system
  • ✅ Compromised agents affecting others
  • ✅ Unauthorized filesystem access
  • ✅ Memory sharing vulnerabilities

ðŸģ Docker Sandbox Integration

March 2026 Partnership: NanoClaw integrated with Docker Sandboxes for enhanced security.

MicroVM-Based Containers:

  • Disposable sandbox environments
  • Hardware-level isolation
  • Perfect for enterprises needing isolation without complexity

Benefits:

  • Transforms agent deployment from risky to reliable
  • Enterprise-ready security
  • No complex configuration required

ðŸĪ– Claude Agent Swarms

First Personal AI Assistant to support Claude Agent Swarms:

  • Multiple agents working together
  • Coordinated task execution
  • Anthropic Agent SDK integration

ðŸ“ą Multi-Platform Messaging

Supported Platforms:

  • WhatsApp (via Baileys library)
  • Telegram
  • Discord
  • Slack
  • Signal
  • And more

How It Works:

User Message (WhatsApp)
       ↓
NanoClaw Gateway
       ↓
Isolated Container
       ↓
Claude Agent SDK
       ↓
Response

ðŸŠķ Lightweight & Understandable

Design Principles:

  • Lightweight codebase
  • Easy to understand
  • Highly customizable
  • Security-focused from the ground up

Core Size: Approximately 4,000 lines of core code (similar to original claim, easier to audit than OpenClaw's larger codebase)


Why NanoClaw?

Container Isolation: Every skill runs in its own isolated container, preventing malicious code from accessing your system.

Simplified Codebase: At approximately 4,000 lines of core code, NanoClaw is easier to audit and understand than the full OpenClaw framework.

Lower Resource Requirements: Runs efficiently with just 512MB of RAM, making it suitable for resource-constrained environments.

Privacy Focused: Local SQLite storage ensures your data stays on your machine.


Key Features

1. Container-Based Isolation

Each skill runs in a separate container, preventing unauthorized access to your system and protecting against malicious skills.

2. SQLite Storage

Local SQLite database for all data storage, ensuring your information never leaves your machine.

3. OpenClaw Compatibility

Compatible with a large portion of the OpenClaw skill ecosystem, giving you access to thousands of skills.

4. Security Audit Friendly

The simplified codebase makes it easier to conduct security audits and identify potential vulnerabilities.


Installation

# Clone repository
git clone https://github.com/qwibitai/nanoclaw
cd nanoclaw

# Install dependencies
npm install

# Start NanoClaw
npm start

# With Docker
docker build -t nanoclaw .
docker run -d --name nanoclaw -p 18789:18789 nanoclaw

System Requirements

ComponentMinimumRecommended
CPU1 core2 cores
Memory512MB RAM1GB RAM
Storage5GB SSD20GB available
DockerRequiredRequired
Node.jsv22+Latest LTS

Use Cases

Enterprise Security

Deploy AI agents in enterprise environments where security isolation is mandatory.

Development Testing

Test AI skills in isolated environments without risking your main system.

Privacy-Critical Applications

Process sensitive data with confidence that container isolation provides protection.

Low-Resource Deployments

Run on hardware with limited resources like older computers or development servers.


Comparison

FeatureNanoClawOpenClawZeroClaw
IsolationContainerStandardSandboxed
Memory512MB+2GB+<5MB
Code Size~4000 linesLargeSmall
SecurityHighMediumVery High
EcosystemCompatibleLargestGrowing

Security Advantages

  1. Container Isolation: Each skill runs independently
  2. Reduced Attack Surface: Smaller codebase means fewer potential vulnerabilities
  3. Local Storage: SQLite ensures data never leaves your system
  4. Easy Auditing: Simplified code for security reviews

Community and Support

  • GitHub: https://github.com/qwibitai/nanoclaw
  • Documentation: Included in repository README
  • Discussions: GitHub Discussions for community support
  • Docker Partnership: Official Docker integration

Sources


License

MIT License - Free and open source.


Summary

NanoClaw is a security-focused AI agent, launched February 2026:

  1. Container Isolation -- Each agent runs in isolated Docker/Apple containers
  2. 20K+ GitHub Stars -- Rapid adoption since February 2026
  3. 100K+ Downloads -- Strong community adoption
  4. Docker Partnership -- Official MicroVM sandbox integration (March 2026)
  5. Claude Agent Swarms -- First personal AI assistant with swarm support
  6. Multi-Platform -- WhatsApp, Telegram, Discord, Slack, Signal
  7. Lightweight -- ~4,000 lines of core code, easy to audit
  8. MIT License -- Free and open source

Suitable For:

  • ✅ Security-conscious users
  • ✅ Enterprise deployments requiring isolation
  • ✅ Users wanting container-based security
  • ✅ Multi-platform messaging needs
  • ✅ Claude Agent SDK users
  • ✅ Privacy-critical applications
  • ✅ Users comfortable with Docker

Not Recommended For:

  • ❌ Users unfamiliar with containers/Docker
  • ❌ Minimal resource environments (containers add overhead)
  • ❌ Users wanting largest skill ecosystem
  • ❌ Non-technical users

Key Innovation: First AI agent platform to partner with Docker for official MicroVM sandbox integration, transforming agent deployment from risky to reliable.