BACK_TO_FEEDAICRIER_2
SuperHQ brings microVM sandboxes to coding agents
OPEN_SOURCE ↗
HN · HACKER_NEWS// 3h agoOPENSOURCE RELEASE

SuperHQ brings microVM sandboxes to coding agents

SuperHQ is an open-source macOS app for running coding agents like Claude Code, Codex, and Pi inside isolated Debian microVMs instead of directly on your host. It combines tmpfs overlay writes, unified diff review, and a host-side auth gateway that keeps API keys out of the guest, with new peer-to-peer remote access via `remote.superhq.ai`.

// ANALYSIS

SuperHQ is taking the most obvious missing piece in agent tooling seriously: real isolation, not just nicer wrappers around your local shell. The pitch is strong for developers who want autonomous coding help without handing an LLM direct access to their workstation.

  • The microVM model is meaningfully different from git worktrees or Docker-only setups because it isolates filesystem, networking, and runtime state per workspace.
  • The tmpfs overlay plus diff-accept flow makes the safety story more credible than "trust the agent and use git if it goes wrong."
  • Remote control over iroh-backed peer-to-peer transport is a smart extension: it turns a local sandbox into something you can monitor and steer from another device without routing sessions through SuperHQ's servers.
  • The catch is maturity: the repo explicitly calls the app a very early alpha, it is not production-ready, and current requirements are macOS 14+ on Apple Silicon, which narrows adoption for now.
// TAGS
superhqai-codingagentdevtoolopen-sourceself-hosted

DISCOVERED

3h ago

2026-04-23

PUBLISHED

6h ago

2026-04-23

RELEVANCE

8/ 10

AUTHOR

phoenixranger