Show HN: Run AI coding agents in real sandboxes, not Git worktrees
Source: HackerNews Show AI
Sentiment: POSITIVE — Score: 80/100
Published: 2026-04-12T15:44:04.000Z
Hey HN, I built SuperHQ, an app that lets you run coding agents in local sandboxes (powered by Shuru).No custom UI wrapping the agents, they run as CLI/TUI like they were designed to. It just provides you the tools most of us (okay, maybe just me?) needed for running multiple coding agents in parallel without worrying about breaking your system or work environment.Each agent runs in its own microVM. You mount your projects in, writes go to a tmpfs overlay so your host is never touched, and you get a unified diff view to accept or discard changes. API keys never enter the sandbox, they are swapped in on the wire by a local proxy. You can also use your ChatGPT subscription directly instead of API keys through a local auth gateway.Supports Pi, Codex and Claude Code. Comments URL: https://news.ycombinator.com/item?id=47741064 Points: 1 # Comments: 0
Original article: https://superhq.ai/