CLI ToolsMay 13, 2026·2 min read

dmux — Git Worktree Multiplexer for Coding Agents

dmux multiplexes coding agents with tmux + isolated git worktrees, so parallel tasks never collide. Verified 1,552★; setup ~5–10 minutes.

Intro

dmux multiplexes coding agents with tmux + isolated git worktrees, so parallel tasks never collide. Verified 1,552★; setup ~5–10 minutes.

Best for: Solo devs or teams running multiple coding agents in parallel on the same repo

Works with: tmux, Git worktrees, Node.js 18+, many agent CLIs (Claude Code/Codex/Gemini/Cursor)

Setup time: 5-10 minutes

Key facts (verified)

  • GitHub: 1552 stars · 118 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: npm install -g dmux && dmux.

Main

  • Use worktree isolation to prevent agent conflicts: each pane is a full working copy with its own branch as described in README.

  • Adopt the built-in merge/PR flow: finish a task, then merge back or open a PR from the pane menu (README documents shortcuts).

  • Keep it lightweight: start with plain terminal panes, then progressively enable agent CLIs once your team’s auth and policies are set.

Source-backed notes

  • README says each pane gets its own git worktree + branch so multiple agents can run in parallel safely.
  • README lists supported agents including Claude Code, Codex, OpenCode, Cline CLI, Gemini CLI, Cursor CLI, and Copilot CLI.
  • README documents install via npm install -g dmux and a quick start with dmux inside a repo.

FAQ

  • Do I need an agent CLI to use dmux?: No — README says you can create plain terminal panes; agents are optional.
  • What are the minimum requirements?: README lists tmux 3.0+, Git 2.20+, and Node.js 18+.
  • How does it avoid merge conflicts?: By isolating work per pane into separate worktrees/branches, as described in README.
🙏

Source & Thanks

Source: https://github.com/standardagents/dmux > License: MIT > GitHub stars: 1552 · forks: 118

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets