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

推荐订阅源

S
SegmentFault 最新的问题
B
Blog
P
Proofpoint News Feed
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
有赞技术团队
有赞技术团队
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Google DeepMind News
Google DeepMind News
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
aimingoo的专栏
aimingoo的专栏
H
Help Net Security
罗磊的独立博客
L
LangChain Blog
GbyAI
GbyAI
腾讯CDC
T
The Blog of Author Tim Ferriss
Microsoft Security Blog
Microsoft Security Blog

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 - jgennari/gorchestra: A Go-based orchestration pl...
cybrjoe · 2026-06-18 · via Hacker News: 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.