惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
L
LangChain Blog
美团技术团队
N
Netflix TechBlog - Medium
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
博客园 - 司徒正美
爱范儿
爱范儿
D
DataBreaches.Net
月光博客
月光博客
U
Unit 42
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
MongoDB | Blog
MongoDB | Blog
腾讯CDC

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - superhq-ai/superhq: Sandboxed AI agent orchestra...
purusa0x6c · 2026-04-19 · via Hacker News: Show HN

A sandboxed AI agent orchestration platform built with Rust and GPUI. Run multiple AI coding agents (Claude Code, Codex, etc.) in isolated sandbox environments with full terminal access.

Warning: This is a very early alpha. Expect rough edges, missing features, and breaking changes. Not ready for production use.

SuperHQ

Install

brew tap superhq-ai/tap && brew install --cask superhq

Or download the latest .dmg from the Releases page.

macOS Gatekeeper: Since the app is not notarized, macOS will block it on first launch. Open System Settings > Privacy & Security, scroll down, and click "Open Anyway" next to the SuperHQ message.

Requirements

  • macOS 14+ (Apple Silicon)
  • ~500 MB disk space for the Shuru runtime (downloaded on first launch)

Supported Agents

Agent Auth Notes
Claude Code Anthropic API key Installed automatically via npm
OpenAI Codex OpenAI API key, OpenRouter API key, or ChatGPT Plus/Pro subscription (OAuth) OpenAI/OAuth use the auth gateway; if OPENROUTER_API_KEY is set, Codex routes through OpenRouter
Pi Anthropic API key and/or OpenAI API key (or ChatGPT Plus/Pro via OAuth) At least one provider required. OpenAI models routed through auth gateway

Security Model

Agents run inside sandboxed VMs and never see your real API keys. SuperHQ uses an auth gateway — a reverse proxy on the host that injects credentials into outgoing API requests without exposing them to the sandbox.

For Codex with OAuth, the gateway handles token refresh and forwards authenticated requests to chatgpt.com/backend-api/codex — so your ChatGPT Plus/Pro subscription works out of the box.

Features

  • Sandboxed workspaces — each workspace runs in an isolated VM with its own filesystem, networking, and resource limits
  • Multiple agents — run Claude Code, OpenAI Codex, and custom agents side-by-side
  • Secure auth gateway — agents never see real API keys or OAuth tokens
  • Port management — forward sandbox ports to host, expose host ports to sandboxes
  • Review panel — see file changes made by agents with unified diff view
  • Keyboard-first navigation — fast workspace/tab switching with shortcuts

Keyboard Shortcuts

Workspaces

Action Shortcut
New workspace Cmd+N
Switch workspace 1-9 Cmd+1 - Cmd+9
Next workspace Ctrl+Cmd+]
Previous workspace Ctrl+Cmd+[

Tabs

Action Shortcut
New agent tab Cmd+T
Close tab Cmd+W
Switch tab 1-9 Ctrl+1 - Ctrl+9
Next tab Cmd+Shift+]
Previous tab Cmd+Shift+[

App

Action Shortcut
Settings Cmd+,
Toggle review panel Cmd+B
Ports Cmd+Shift+P

Hold Cmd to see workspace shortcut badges. Hold Ctrl to see tab badges.

Building from source

Requires the shuru SDK cloned as a sibling directory:

git clone https://github.com/superhq-ai/shuru.git ../shuru
cargo build --release

Package as macOS app

./scripts/package.sh
# Output: target/SuperHQ-<version>.dmg

Architecture

  • GPUI — GPU-accelerated UI framework (from Zed editor)
  • shuru-sdk — sandboxed VM orchestration (boot, exec, filesystem, networking)
  • SQLite — workspace config, secrets (AES-256-GCM encrypted), port mappings
  • Auth gateway — reverse proxy that injects API credentials without exposing them to sandboxes

Star History

Star History Chart

License

GNU Affero General Public License v3.0