Screenbox: Open-Source Virtual Desktops for AI Agents Built Entirely by Voice

What Screenbox Does
Screenbox creates isolated Linux desktops in Docker containers for AI agents. When you run multiple AI agents in parallel, they typically fight for the same screen, same files, and same browser. This causes problems like one agent downloading a file while another overwrites it, or one agent crashing Chrome while another loses its session.
Key Features
- Each agent gets its own isolated Linux desktop in Docker
- Full Chromium browser included
- Complete file system isolation
- Terminal access
- 21 MCP tools including screenshot, click, type, shell, and window management
- Everything a human can do at a desktop
Development Details
The project was built entirely using voice commands with Claude Code. The creator states: "I haven't seen a single line of code inside." It's currently running in production daily for both work and personal projects.
Technical Specifications
- License: AGPL-3.0
- GitHub: github.com/dklymentiev/screenbox
- Website: screenbox.dev
- Demo video available showing actual desktops using the project itself
The demo video's chat panel is a mock for demonstration purposes, but everything else shown is real functionality.
📖 Read the full source: r/ClaudeAI
👀 See Also

Anthropic's Multi-Agent Harness Design for Improving Claude's Code Quality
Anthropic's blog post details a harness design using multiple agents to address Claude's context anxiety and self-evaluation bias, with specific agent roles and scoring criteria for frontend and full-stack development.

OpenClaw Plugin Categories and Their Practical Functions
A Reddit post categorizes OpenClaw plugins by function, listing specific tools like commit-guard for preventing secret leaks, dep-audit for vulnerability scanning, and cortex-memory for layered memory management.

MCP Server Connects Claude Code/Desktop to Apple Music — Playlists, Search, Profile Analysis
A new MCP server lets Claude Code and Claude Desktop control Apple Music — list playlists, search songs, create playlists, and analyze listening patterns via natural language.

Five OpenClaw plugins that address core production issues
A Reddit user identifies five OpenClaw plugins that solve common production problems: Manifest for model routing, Composio for integration management, Hyperspell for memory, Foundry for workflow automation, and Opik for tracing.