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

Open Source Curated Collection of OpenClaw Resources Unveiled
Discover a new open-source collection of OpenClaw resources, curated by the community to enhance AI development and collaboration.

ClawCut Proxy Released on GitHub to Optimize OpenClaw for Small LLMs
ClawCut is an experimental proxy that manipulates, injects JSON calls, and extracts JSON clutter from OpenClaw to reduce cognitive overload on small models (7B-8B) running on limited hardware.

Four ClawHub Skills for Real-Time Search Data in AI Agents
Four ClawHub skills provide structured search capabilities for AI agents: Google (web, news, images, maps), Amazon (product search across 12 marketplaces), Walmart (product search with delivery filters), and YouTube (video search with transcripts). Install via clawhub install commands with one API key.

Hardware widget and Chrome extension monitor Claude API rate limits
A developer built a hardware widget using ESP8266 and OLED display that tracks Claude's rate limits in real time, plus a Chrome extension that intercepts Claude's internal /usage API and shows usage patterns. The total BOM cost is approximately $6.50.