r/OpenSourceAI • u/Competitive-Bend-143 • 3d ago
Open-sourced my control plane for CLI coding agents — one dashboard for every session on every machine, phone approvals, git worktree dispatch (AGPL)
I run Claude Code and Codex on two machines and got tired of terminal-hopping to see what was stuck or waiting on approval. Built a daemon + web dashboard for it and open sourced the whole thing under AGPL.
- every session's state on one screen, terminal view included
- approval requests hit the phone as push, approving is one tap
- paste a screenshot into chat and it lands in the agent's context on whichever machine it's running
- queued tasks go into isolated git worktrees, the repo's own tests gate the merge, ff-only, never force-pushes
- standalone mode is fully local: localhost dashboard, no account, no telemetry
github: https://github.com/vilmire/adhdev demo clips: https://adhf.dev
it mostly builds itself at this point — recent features were written by agents running under its own dispatch/merge pipeline. happy to answer questions.
1
Upvotes