Kortix Sandbox System Architecture The Kortix sandbox is a Docker container running Alpine Linux with a full XFCE desktop, noVNC remote access, and the OpenCode AI agent platform. This document is the definitive reference for how the system works. Container Image - Base : (Alpine Linux + XFCE + noVNC) - Process manager : s6-overlay v3 with (NOT the older ) - Entry point : → (PID namespace so s6 gets PID 1) - User : (UID 1000, set via ). All services run as via . Key Paths - — Docker volume. ONLY thing that persists across restarts. All user files live here. - — OpenCode config: agents, tools,…