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