A developer successfully ran Doom on Linux inside TinyEmu within Docker, WASM, and Electron using pi-box, an AI agent system. The project leveraged deepseek-4.1 to overcome technical challenges with the AgentVM's persistent filesystem, framebuffer, and sound support. The achievement demonstrates the maturity of the pi-box platform and its ability to handle complex system tasks autonomously.
Pi-box is an Electron app that runs a coding agent in a fully sandboxed WebAssembly environment by combining container2wasm, TinyEmu, and RISC-V emulation. The project uses a custom JavaScript TCP/IP stack and filesystem implementation to enable networking and host mounts without external dependencies, making it portable across platforms despite performance trade-offs.