via “multi-os sandboxed execution environment provisioning and lifecycle management”
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and benchmarks to train and evaluate AI agents that can control full desktops (macOS, Linux, Windows).
Unique: Implements a pluggable provider architecture with unified Computer interface that abstracts OS-specific action handlers (macOS native events via Lume, Linux X11/Wayland via Docker, Windows input simulation via Windows Sandbox API), enabling single agent code to target multiple platforms. Includes Lume VM management with snapshot/restore capabilities for deterministic testing.
vs others: More comprehensive OS coverage than single-platform solutions; Lume provider offers native macOS VM support with snapshot capabilities unavailable in Docker-only alternatives, while unified provider abstraction reduces code duplication vs. platform-specific agent implementations.