Six weeks ago, Gavriel Cohen was sitting on his couch in sweatpants, coding for 48 hours straight. On Friday, the thing he built announced a partnership with Docker.
The timeline is absurd even by 2026 standards. Cohen, a former Wix developer, was running an AI marketing startup with his brother Lazer when he discovered something about OpenClaw that made him rethink everything: the agent had downloaded all of his WhatsApp messages — not just the work-related ones it had been given access to — and stored them in unencrypted plain text on his machine.
"No isolation between agents, no access controls, all my WhatsApp messages stored in plain text," Cohen told Forbes. The deeper he dug, the worse it got. OpenClaw's dependency tree sprawled across an estimated 800,000 lines of code. Among them: an obscure PDF-editing project that Cohen himself had written months earlier and wasn't even maintaining anymore. He had no idea it was bundled in.
So he built NanoClaw. Originally 500 lines. Currently under 4,000. The core idea: each agent runs in its own isolated container with access only to what's been explicitly mounted. No ambient permissions, no shared filesystem, no lateral movement between agents.
The Karpathy Effect
Cohen posted NanoClaw on Hacker News. It went viral. Three weeks later, at 4 a.m., his phone started ringing — Andrej Karpathy had tweeted about it, and a friend was urging him to wake up and start engaging. The ensuing public conversation between Cohen and one of AI's most-followed researchers set off a landslide: YouTube reviews, news coverage, a domain squatter grabbing a NanoClaw URL.
The numbers: 22,000 GitHub stars, 4,600 forks, 50+ contributors, and over 100,000 downloads — all in six weeks.
Enter Docker
The Docker deal happened organically. Oleg Šelajev, a Docker developer, saw the buzz and modified NanoClaw to swap out Apple's container technology for Docker Sandboxes. Cohen didn't hesitate: "This is no longer my own personal agent that I'm running on my Mac Mini. This now has a community around it."
As of Friday, NanoClaw agents run in MicroVM-based, disposable isolation zones within Docker Sandboxes. One command to launch. If an agent tries to escape by exploiting a vulnerability, it stays contained.
"Every organization wants to put AI agents to work, but the barrier is control," Docker president Mark Cavage said. "Docker Sandboxes provide the secure execution layer for running agents safely, and NanoClaw shows what's possible when that foundation is in place."
What This Means for OpenClaw
Let's be clear about what NanoClaw is and isn't. It's not an OpenClaw replacement — it's a different philosophy. OpenClaw is a full-featured agent framework with hundreds of skills, a gateway architecture, mobile apps, and a plugin ecosystem. NanoClaw is deliberately tiny, deliberately limited, and deliberately paranoid about permissions.
The real story isn't competition. It's that the security critique NanoClaw represents — isolation-first, least-privilege, containerized execution — is exactly the direction OpenClaw itself is moving. Version 2026.3.12 shipped with a Kubernetes starter path and proper provider plugin isolation. The Docker timezone override in today's 2026.3.13 release makes containerized deployments easier. The Oasis Security "ClawJacked" vulnerability that went public last week? Already patched in 2026.2.25.
The OpenClaw ecosystem is big enough now to sustain serious critics and serious alternatives. That's a sign of maturity, not weakness.
The Business Question
Cohen shut down his marketing startup to go full-time on NanoClaw, forming NanoCo with his brother Lazer. They're living on a friends-and-family round while VCs call. The commercial plan involves forward-deployed engineers helping companies build secure agents — a crowded space getting more crowded by the hour.
The open-source community will be watching closely. NanoClaw's credibility is built entirely on being small, transparent, and free. The moment monetization threatens any of those pillars, the same Hacker News crowd that made it viral can unmake it just as fast.
For now, though, this is one of those stories the tech industry loves: a weekend project, a real problem, perfect timing, and a big-name partnership before the founder even had time to change out of his sweatpants.