FIND-20260324-014 · 2026-03-24 · Innovation Veille
dmux v5.6 — Open-Source Multi-Agent Orchestrator for Claude Code and Codex Swarms
tool
HIGH
dmux (formkit/dmux) is an open-source CLI/TUI that multiplexes AI coding agents across git worktrees using tmux. Created by Justin Schroeder (FormKit), it enables running parallel instances of Claude Code, Codex, OpenCode, Gemini CLI, and 7 other agents — each in a fully isolated git worktree — with automated branch naming, smart merging, lifecycle hooks, a built-in file browser, and macOS notifications. The v5.6.x series (latest: v5.6.3, March 21 2026) adds per-project file browsing, show/hide pane controls, and notification jump-to-pane. Installed via npm globally, it has 1,215 GitHub stars and is MIT licensed under FormKit Inc.
Source
https://x.com/jpschroeder/status/2036078689754992886?s=46
ODS Impact
Directly relevant to the ADLC pipeline. ODS already runs Claude Code agents via tmux panes (the ADLC dispatcher pattern). dmux provides a production-ready, open-source layer on top of this exact architecture: tmux + git worktrees + Claude Code. Key integration opportunities: (1) Replace the hand-rolled dispatcher-v3.sh worktree management with dmux for per-service parallel agent sessions; (2) The lifecycle hooks (pre-merge, post-merge, worktree-create) map exactly to ADLC pipeline gates; (3) Multi-project sessions allow managing all ODS services (oid, docstore, pdf-engine, etc.) in a single dmux session. The A/B testing between Claude and Codex is also relevant for evaluating agent quality per task type. Caution: dmux manages git operations autonomously — integration with ADLC should ensure it does not bypass the ADLC commit/push rules.
Security Review
License: MIT | Maintenance: ACTIVE | Risk: LOW | Recommendation: SAFE_TO_USE
Tags
ai-agents
claude-code
tmux
worktrees
orchestration
multi-agent
developer-tooling
adlc
automation
nodejs
cli
adhoc