Skip to content

amux v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 21:04

amux v0.5.0 — first desktop release

Linux-native, tmux-backed orchestrator for parallel AI coding agents — each agent isolated in its own git worktree + tmux session.

Install — desktop app

  • AppImage (any Linux): download amux-0.5.0.AppImage, then chmod +x amux-0.5.0.AppImage && ./amux-0.5.0.AppImage
  • Debian / Ubuntu: sudo apt install ./amux-desktop_0.5.0_amd64.deb

Both bundle amux + ttyd — nothing else to install. Opens a cmux-style window: sidebar of agent workspaces + an embedded live terminal per agent.

Install — CLI

git clone https://github.com/Bradical247/amux && cd amux
bun install && bun run build   # -> dist/amux (single binary)

Highlights

  • 🖥️ cmux-style desktop GUI (amux gui) — sidebar workspaces + embedded terminals
  • 🧬 parallel agents, isolated per git worktree + tmux session
  • 📊 CLI, live TUI (dash), tiled view (grid), web dashboard (SSE + auth)
  • ⚠️ conflict detection · 🔀 merge/PR orchestration · 📣 broadcast
  • 🛰️ headless/remote, survives disconnects · daemon control plane with event push

Full changelog: CHANGELOG.md