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

推荐订阅源

IT之家
IT之家
H
Help Net Security
GbyAI
GbyAI
博客园_首页
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
月光博客
月光博客
美团技术团队
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
GitHub - superhq-ai/superhq: Sandboxed AI agent orchestra...
purusa0x6c · 2026-04-19 · via Hacker News - Newest: "AI"

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