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

推荐订阅源

Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
GbyAI
GbyAI
博客园 - 司徒正美
美团技术团队
Vercel News
Vercel News
IT之家
IT之家
U
Unit 42
Y
Y Combinator Blog
罗磊的独立博客
Microsoft Security Blog
Microsoft Security Blog
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
V
Visual Studio Blog
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
MyScale Blog
MyScale Blog
博客园 - 叶小钗
A
About on SuperTechFans
WordPress大学
WordPress大学
Hugging Face - Blog
Hugging Face - Blog
B
Blog RSS Feed

Show HN

Show HN: AI agents for UK GDAD PCF roles and their skills The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code.
GitHub - jgennari/gorchestra: A Go-based orchestration pl...
cybrjoe · 2026-06-18 · via Show HN

Gorchestra

The private, permanent control room for AI coding work.

Run multiple Codex and Claude sessions, stream every event, inspect files and git state, and keep the whole story.

Go runtime React UI SQLite persistence SSE streaming Codex adapter

Agents perform work. Gorchestra conducts the performance.

Take your development wherever you are. Gorchestra gives you a private, permanent control room for AI coding work: open it on desktop or mobile, run multiple sessions across agents, queue follow-up messages, upload screenshots, switch into planning mode, inspect files and git state, and come back to the same durable history after refreshes, reconnects, and restarts.

Gorchestra live session demo

The Runtime At A Glance

Run Coordinate Inspect Remember
Launch Codex or Claude sessions from one local server. Queue work, attach images, and switch between fast and planning flows. Browse files, inspect git-aware changes, and edit text in-session. Store ordered session history in SQLite.
Tune model, reasoning, service tier, and execution mode. Keep multiple sessions moving at once from desktop or mobile. Jump from file-change diffs straight into Monaco. Reconnect with replay instead of losing context.

Why It Exists

Coding agents are useful, but serious work falls apart when everything is trapped in a single chat window. Gorchestra turns each run into an operating surface: start a session, watch what the agent is doing, inspect file and git changes, queue the next step, and keep the full history after refreshes or restarts.

It is built for getting work done locally:

  • Pick a workspace and start Codex or Claude.
  • Watch messages, thinking, tool calls, logs, errors, and file edits as they happen.
  • Queue follow-up prompts while the current run is still working.
  • Open changed files, review diffs, inspect git state, and edit Markdown or text without leaving the app.
  • Come back later and see the same ordered session history.

Gorchestra main session view with live transcript, activity rail, file explorer, and prompt composer

Quick Tour

Start a session, choose a workspace, and let the agent run. Gorchestra keeps the live transcript, workspace tools, and session controls together so you do not have to bounce between terminal tabs, editor windows, and logs.

  • Tune Codex options like model, reasoning effort, service tier, planning mode, and dangerous mode.
  • Follow messages, thinking, tool calls, command output, file edits, errors, and debug events in one transcript.
  • Keep typing while a run is active, queue messages, attach images, and answer agent-requested prompts when a run needs input.
  • Browse, search, preview, and edit workspace files from the side rail.
  • Review file-change diffs and jump straight into the editor for the changed file.
  • Refresh or reconnect without losing the session history.

Gorchestra showing multiple sessions with queued follow-up work

Install

Gorchestra is meant to run as one local binary with the React UI embedded inside it.

Homebrew

brew install jgennari/tap/gorchestra
gorchestra --open

The published tap is jgennari/homebrew-tap; the formula builds Gorchestra from the tagged source archive with Go and installs the gorchestra binary.

Run Gorchestra as a background service:

brew services start jgennari/tap/gorchestra
open http://127.0.0.1:15173
brew services stop jgennari/tap/gorchestra

The Homebrew service reads $(brew --prefix)/etc/gorchestra/gorchestra.env. Edit that file and restart the service to change the port, data directory, workspace roots, or Codex binary path.

Direct Download

Download the archive for your platform from GitHub Releases, unpack it, and run the binary.

macOS and Linux:

tar -xzf gorchestra_<version>_<os>_<arch>.tar.gz
./gorchestra --open

Windows:

Expand-Archive .\gorchestra_<version>_windows_<arch>.zip -DestinationPath .\gorchestra
.\gorchestra\gorchestra.exe --open

Release targets:

  • darwin/arm64
  • darwin/amd64
  • linux/amd64
  • linux/arm64
  • windows/amd64
  • windows/arm64

Real Codex sessions require the Codex CLI to be available on PATH, or configured with --codex-bin.

Use

Start Gorchestra and open the browser:

By default, Gorchestra binds to 127.0.0.1:8080 and stores SQLite data in the OS app data location.

Common options:

gorchestra --host 127.0.0.1 --port 8081
gorchestra --config ~/.config/gorchestra/gorchestra.env
gorchestra --data-dir ~/.gorchestra-dev
gorchestra --workspace /path/to/repo
gorchestra --workspace-root /path/to/allowed/root
gorchestra --codex-bin /path/to/codex
gorchestra --codex-model gpt-5
gorchestra --codex-sandbox workspace-write
gorchestra --codex-network-access=false
gorchestra --codex-web-search=cached
gorchestra --version

--data-dir creates the directory if needed and stores SQLite at <data-dir>/gorchestra.db. --db is still available as an exact SQLite path override and takes precedence over --data-dir.

Default data paths:

macOS: ~/Library/Application Support/Gorchestra/gorchestra.db
Linux: $XDG_DATA_HOME/gorchestra/gorchestra.db
Linux fallback: ~/.local/share/gorchestra/gorchestra.db

Environment equivalents include GORCHESTRA_HOST, GORCHESTRA_PORT, GORCHESTRA_DATA_DIR, GORCHESTRA_DB, GORCHESTRA_WORKSPACE, GORCHESTRA_OPEN, and the GORCHESTRA_CODEX_* variables matching the Codex flags.

Config files use the same env-style names:

GORCHESTRA_HOST=127.0.0.1
GORCHESTRA_PORT=15173
GORCHESTRA_DATA_DIR=/opt/homebrew/var/gorchestra
GORCHESTRA_WORKSPACE=~
GORCHESTRA_WORKSPACE_ROOTS=~
GORCHESTRA_OPEN=false
GORCHESTRA_CODEX_BIN=codex

GORCHESTRA_CONFIG is the environment equivalent of --config. GORCHESTRA_WORKSPACE_ROOTS accepts multiple paths separated by the OS path-list separator (: on macOS/Linux).

Remove local app data:

rm -rf "$HOME/Library/Application Support/Gorchestra"
rm -rf "${XDG_DATA_HOME:-$HOME/.local/share}/gorchestra"

Codex shell commands run with network access enabled by default. Codex native web search runs in live mode by default; use --codex-web-search=cached or --codex-web-search=disabled to change it.

Build From Source

Prerequisites:

  • Go 1.23 or newer
  • Bun 1.3 or newer

Build the release binary with embedded frontend assets:

This installs frontend dependencies with Bun, builds the Vite app, stages web/dist into internal/webassets/dist, runs go test ./..., builds dist/gorchestra, and writes dist/SHA256SUMS.

Run the source-built binary:

Staged assets under internal/webassets/dist are committed so go test ./... and go build ./cmd/app work from a checkout. bun run build refreshes that directory from the latest Vite output before compiling the release binary.

Tests

Backend:

Frontend:

cd web
bun run test
bun run build

Production:

bun run build
./dist/gorchestra --version

dist/SHA256SUMS contains SHA-256 checksums for local release artifacts.