4 Sources
[1]
The wild six weeks for NanoClaw's creator that led to a deal with Docker | TechCrunch
About six weeks ago, he introduced NanoClaw on Hacker News as a tiny, open-source, secure alternative to the AI agent-building sensation OpenClaw, after he built it in a weekend coding binge. That post went viral. "I sat down on the couch in my sweatpants," Cohen told TechCrunch, "and just
[2]
NanoClaw is in your Docker sandbox now - can this restrain AI agents from running amok?
NanoClaw and Docker announce a formal partnership.The AI agentic will be integrated into Docker Sandboxes.The move highlights the importance of AI isolation. NanoClaw and Docker have announced a partnership to enable integration of the open-source AI agent platform with Docker containers. Also:
[3]
NanoClaw latches onto Docker Sandboxes for safer AI agents
exclusive NanoClaw, an open source agent platform, can now run inside Docker Sandboxes, furthering the project's commitment to security. NanoClaw, as we noted recently, followed from an effort to address the security holes opened by OpenClaw, which attracted widespread attention earlier this year
[4]
NanoClaw and Docker partner to make sandboxes the safest way for enterprises to deploy AI agents
NanoClaw, the open-source AI agent platform created by Gavriel Cohen, is partnering with the containerized development platform Docker to let teams run agents inside Docker Sandboxes, a move aimed at one of the biggest obstacles to enterprise adoption: how to give agents room to act without giving
Share
Copy Link
NanoClaw, the open-source AI agent platform built in a weekend, has partnered with Docker to integrate its technology with Docker Sandboxes. The collaboration addresses enterprise security concerns by running AI agents in isolated micro VMs, preventing them from accessing unauthorized data or damaging host systems while maintaining full operational capability.
What started as a weekend coding marathon has transformed into a partnership between NanoClaw and Docker that could reshape how enterprises deploy AI agents. Gavriel Cohen built NanoClaw in approximately 48 hours about six weeks ago, introducing it on Hacker News as a tiny, open-source AI agent platform designed as a secure alternative to OpenClaw . The project exploded after famed AI researcher Andrej Karpathy praised it on X, leading to 22,000 stars on GitHub, 4,600 forks, and over 50 contributors within weeks .
On Friday, Cohen announced a formal partnership with Docker to integrate Docker Sandboxes into NanoClaw, allowing the open-source AI agent platform to run in isolated micro VMs with a single command
2
. Docker, which essentially invented secure container technology and serves nearly 80,000 enterprise customers, provides the infrastructure layer that addresses one of the biggest obstacles to enterprise agent deployment: how to give AI agents operational freedom without exposing host systems to security vulnerabilities .
Source: VentureBeat
The partnership tackles a fundamental tension in enterprise adoption of AI agents. These systems need broad access to perform useful work—installing packages, modifying files, accessing credentials, and connecting to external systems. But each capability increase raises containment stakes. "Every organization wants to put AI agents to work, but the barrier is control: what those agents can access, where they can connect, and what they can change," said Docker president Mark Cavage
2
.Cohen's motivation for building NanoClaw stemmed directly from security concerns with OpenClaw. While using OpenClaw for his AI marketing startup, he discovered the agent had downloaded all his WhatsApp messages—both work and personal—and stored them in plain, unencrypted text on his computer . OpenClaw has been widely criticized as a "security nightmare" due to how it accesses memory and account permissions, with a codebase sprawling across 800,000 lines of code that's difficult to audit .
In contrast, NanoClaw was built with just 500 lines of code initially, now supported by fewer than 4,000 lines, making it far easier to examine for errors and security issues
2
. "Application-level permission checks don't offer sufficient protection. What is required is OS-enforced isolation: each agent in its own safe environment, with its own filesystem and session history, invisible to every other agent running alongside it," NanoClaw's team noted2
.Docker Sandboxes represent a shift from standard containerization to MicroVM-based isolation. While traditional containers are isolated processes on a shared kernel, micro VMs have their own dedicated kernel and hardware space, creating a stronger security boundary
3
. "With Docker Sandboxes, that boundary is now two layers deep," Gavriel Cohen explained. "Each agent runs in its own container (can't see other agents' data), and all containers run inside a micro VM (can't touch your host machine)"3
.This architecture addresses the reality that AI agents fundamentally break assumptions built into conventional infrastructure. "Agents break effectively every model we've ever known," Cavage said. "Containers assume immutability, but agents break that on the very first call. The first thing they want to do is install packages, modify files, spin up processes, spin up databases—they want full mutability and a full machine to run in"
4
. According to NanoClaw, if an agent tries to escape by exploiting a vulnerability, it remains contained within the disposable isolation zone2
.The integration means enterprises can experiment with NanoClaw without loading agent software directly onto host systems—a risk that can lead to accidental deletion, damage, and prompt injection attacks
2
. Docker Sandboxes are currently supported on macOS (Apple Silicon) and Windows (x86), with Linux support expected in a few weeks3
.Related Stories
Cohen's journey to this partnership began when he launched an AI marketing startup with his brother Lazer Cohen, offering services like market research and go-to-market analysis through AI agents. The agency was on track to hit $1 million in annual recurring revenue before Cohen closed it down about a week ago to focus full-time on NanoClaw and launch a company around it called NanoCo .

Source: TechCrunch
The partnership with Docker emerged organically when Oleg Selajev, a Docker developer, saw the buzz around NanoClaw and modified it to replace Apple's container technology with Docker Sandboxes . Cohen integrated the changes into the main NanoClaw project, recognizing it was "no longer my own personal agent that I'm running on my Mac Mini" but a tool serving a broader community .
For technical leaders watching this space, the partnership signals a shift from AI agents as novelty to production-ready infrastructure. "Once you get there, then the developers all of a sudden go from effectively babysitting the agent to just letting it run for minutes or hours or longer at a time," Cavage said. "That's the huge productivity unlock"
3
. The challenge ahead involves reconciling the deterministic nature of computers with the non-deterministic nature of AI models—something Cavage admits "is not a solved problem and is something that will occupy the industry for a while"3
.Summarized by
Navi
[3]
21 May 2026•Startups

13 Jun 2026•Technology

29 Apr 2026•Technology

1
Science and Research

2
Policy and Regulation

3
Technology