Search

Search IconIcon to open search

Workmux

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
tags cscs/swe
created 08.08.2026, 10:00
modified 08.08.2026, 15:46
published 04.11.2025, 00:00
topics Agent Orchestration, Git Worktrees, Terminal Multiplexer
authors Opus 4.7
ai-assisted Yes
  • Rust CLI that glues git worktrees to multiplexer windows so a developer can fan out many parallel AI coding sessions with no manual bookkeeping.
  • Agent-agnostic — brings no opinion about which coding CLI you run inside each worktree.

# Highlights

  • One worktree ↔ one multiplexer window. Auto-detects the backend from environment variables: $TMUX, $WEZTERM_PANE, $KITTY_WINDOW_ID, $ZELLIJ.
  • Supported multiplexers: tmux (primary), Zellij (experimental), kitty (experimental), WezTerm.
  • Coordinator pattern: keep the main-branch agent as a planner that spawns worktree agents for individual tasks. Workmux surfaces per-window status in the multiplexer window list.
  • Distributed as a Rust binary. MIT license.