Coxpit 2.0.0
Coxpit 2.0 — self-hosted cockpit for running a fleet of AI coding agents across your own machines.
Highlights
- Agent fleet — one task, N parallel agents; each run in an isolated git worktree + branch + tmux session, streamed live to the board.
- Compare & merge — all runs side by side with colorized diffs; merge the winner (auto-commit → clean-base guard →
--no-ff, conflicts auto-abort). - Web terminal — attach to any run's tmux session in the browser (server-side PTY; resize propagates over SSH too).
- Design Mode — the
⌖ coxpit inspectbookmarklet captures any element of your running app (selector · HTML · computed styles) straight into the agents' prompt. - Multi-machine — register machines over SSH, probe git/tmux reachability, run fleets remotely.
- Safe by default — dry-run mode (zero credits), process-group stops, remote pid-file kill, task close cleans every worktree.
Install
# source
git clone https://github.com/hanmariyang/coxpit-oss && cd coxpit-oss
npm install && npm run dev # → http://127.0.0.1:8210
# docker
docker build -t coxpit . && docker run -p 127.0.0.1:8210:8210 -v coxpit:/data coxpitDesktop installers (dmg / exe / AppImage) are attached below, built by CI.
Landing: https://hanmariyang.github.io/coxpit-oss/ · License: MIT