From 48d352a14261ea16d2f0330b3022d8133fd09718 Mon Sep 17 00:00:00 2001
From: gavrielc
Date: Fri, 13 Mar 2026 11:46:03 +0200
Subject: [PATCH] feat: add Docker Sandboxes announcement to README
Replace the Agent Swarms / Claude Code lines at the top with a
prominent Docker Sandboxes announcement section including install
commands and a link to the blog post.
Co-Authored-By: Claude Opus 4.6
---
README.md | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index e0e167d..3443b92 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,23 @@
•
-Using Claude Code, NanoClaw can dynamically rewrite its code to customize its feature set for your needs.
-**New:** First AI assistant to support [Agent Swarms](https://code.claude.com/docs/en/agent-teams). Spin up teams of agents that collaborate in your chat.
+
+
+
🐳 Now Running in Docker Sandboxes
+
Every agent gets its own isolated container inside a micro VM.
Hypervisor-level isolation. Millisecond startup. No complex setup.
+
+```bash
+# macOS (Apple Silicon)
+curl -fsSL https://nanoclaw.dev/install-docker-sandboxes.sh | bash
+
+# Windows (WSL)
+curl -fsSL https://nanoclaw.dev/install-docker-sandboxes-windows.sh | bash
+```
+
+
Read the announcement →
+
+
## Why I Built NanoClaw
@@ -70,8 +84,8 @@ Then run `/setup`. Claude Code handles everything: dependencies, authentication,
- **Main channel** - Your private channel (self-chat) for admin control; every group is completely isolated
- **Scheduled tasks** - Recurring jobs that run Claude and can message you back
- **Web access** - Search and fetch content from the Web
-- **Container isolation** - Agents are sandboxed in Apple Container (macOS) or Docker (macOS/Linux)
-- **Agent Swarms** - Spin up teams of specialized agents that collaborate on complex tasks. NanoClaw is the first personal AI assistant to support agent swarms.
+- **Container isolation** - Agents are sandboxed in [Docker Sandboxes](https://nanoclaw.dev/blog/nanoclaw-docker-sandboxes) (micro VM isolation), Apple Container (macOS), or Docker (macOS/Linux)
+- **Agent Swarms** - Spin up teams of specialized agents that collaborate on complex tasks
- **Optional integrations** - Add Gmail (`/add-gmail`) and more via skills
## Usage