Skip to content

amux v1.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 06:49

amux v1.0.0

Run multiple AI coding agents (Claude Code, Codex, Gemini, Aider) in parallel —
each in its own git worktree + tmux session — from a CLI, TUI, tiled view, web
dashboard, or a cmux-style desktop app. tmux-backed, so it runs headless over SSH
and survives disconnects.

Install

  • AppImage: download amux-1.0.0.AppImage, chmod +x, run.
  • Debian/Ubuntu: sudo apt install ./amux-desktop_1.0.0_amd64.deb
  • CLI: git clone … && bun install && bun run builddist/amux

Both installers bundle amux + ttyd.

Highlights

  • Parallel agents isolated per git worktree · conflict detection · merge/PR orchestration · broadcast
  • Usage observability: per-agent tokens, estimated cost, context-window fill (multi-LLM pricing) + caps with Slack/webhook alerts
  • CLI · TUI (dash/grid) · web dashboard (SSE + auth) · desktop GUI · daemon control plane
  • Single self-contained binary; MIT

Young but verified — the token/cost parser is validated against real Claude Code transcripts. Feedback welcome.