OpenSymphony is now public as a local-first MVP for work orchestration around AI coding agents.
The project implements the Symphony model with a different execution stack: Rust owns orchestration, Linear provides the work source, and OpenHands provides the execution harness. The release is about making long-horizon work legible enough to supervise.
What the release proves
The current release already covers the core loop:
- issue intake from Linear
- deterministic per-issue workspaces
- policy-driven execution through
WORKFLOW.md - runtime supervision through the control plane and the TUI
- review, retries, rework, and restart recovery
Why this matters
Once the unit of control becomes the issue, progress leaves a better audit trail. Review stays attached to the work. Recovery has somewhere concrete to begin. The system becomes more understandable across the full workflow.