Back to browse
GitHub Repository

A Go-based orchestration platform for AI coding agents with real-time event streaming, session replay, and durable execution history.

0 starsTypeScript

Gorchestra – resume local AI coding sessions from your phone

by cybrjoe·Jun 18, 2026·3 points·0 comments

AI Analysis

●●●BangerSolve My ProblemShip ItNiche Gem

Mobile web UI for local AI agents with persistent session history and git inspection.

Strengths
  • SQLite persistence keeps session history durable across server restarts and refreshes.
  • Message queuing lets you stack tasks while agents are still executing.
  • Git-aware file inspection allows reviewing changes without leaving the control panel.
Weaknesses
  • Self-hosted Go server adds local infrastructure maintenance overhead for users.
  • Mobile web interface may lack native app responsiveness for complex interactions.
Target Audience

Developers running local AI coding agents

Similar To

Open WebUI · Continue · Cursor

Post Description

i've been dogfooding some version of this idea for a few weeks now and i'd thought i'd share my re-implementation from this weekend. basically it's a webserver that controls and unlimited amount of codex (preferred) or claude agents. it allows me to context switch more easily, as well as kick off tasks and instruct agents while i'm away from my desk. the storage is sqlite and persistent, regardless of agent status. for codex you can upload images and queue messages just like the CLI. i'm on mac so i've streamlined installation via brew, but open an issue if you have problems on another platform. hope someone finds it useful!

Similar Projects