Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By raine
Orchestrate parallel agent workflows across isolated tmux-managed git worktrees: spawn agents, monitor their status as tmux window names update in real time, and merge worktree branches with conflict resolution.
npx claudepluginhub raine/workmux --plugin workmux-statusOrchestrate multiple worktree agents. Spawn, monitor, communicate, and merge.
Commit, rebase, and merge the current branch.
Write a PR description using conversation context and open PR creation in browser.
Rebase the current branch with smart conflict resolution.
Reference for the workmux CLI that manages git worktrees and tmux windows as isolated development environments. Use when the user mentions workmux, worktrees, or parallel agent workflows.
Matches all tools
Hooks run on every tool call, not just specific ones
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent development orchestration with Claude Code + cmux. Spawn, monitor, and integrate parallel sub-agents visually in terminal panes.
iTerm2 Torque agent session and task management
MCP server for spawning and orchestrating multiple Claude Code sessions via iTerm2
Git Worktree management for parallel agent execution - isolated working directories without Git conflicts
Git worktree management expert for @desplega.ai/wts
Multi-agent tmux dashboard with skills, hooks, and workflow automation
Surgical, non-interactive git hunk control for AI agents
Parallel development in tmux* with git worktrees
๐ Documentation ยท Install ยท Quick start ยท Commands ยท Changelog
Giga opinionated zero-friction workflow tool for managing git worktrees and tmux windows as isolated development environments. Perfect for running multiple AI agents in parallel without conflict.
Philosophy: Build on tools you already use. tmux/zellij/kitty/etc. for windowing, git for worktrees, your agent for coding - workmux ties them together.
* Also supports kitty, WezTerm, and Zellij as alternative backends.
๐ New to workmux? Read the introduction blog post for a quick overview.

[!TIP] consult-llm pairs naturally with workmux: let your agents consult another AI model to plan architecture, review changes, debate approaches, or get unstuck on tricky bugs without leaving the worktree.
See How to orchestrate large coding tasks without context bloat for a workflow that combines workmux and consult-llm.
Parallel workflows. Work on multiple features the same time, each with its own AI agent. No stashing, no branch switching, no conflicts.
One window per task. A natural mental model. Each has its own terminal state, editor session, dev server, and AI agent. Context switching is switching tabs.
Automated setup. New worktrees start broken (no .env, no node_modules,
no dev server). workmux can copy config files, symlink dependencies, and run
install commands on creation.
One-command cleanup. workmux merge handles the full lifecycle: merge the
branch, delete the worktree, close the tmux window, remove the local branch.
Terminal workflow. Build on your terminal setup instead of yet another agentic GUI that won't exist next year. If you don't have one yet, tmux might be worth picking up.
New to worktrees? See Why git worktrees?
add)merge)/worktree skill.env, node_modules) into new
worktrees"I've been using (and loving) workmux which brings together tmux, git worktrees, and CLI agents into an opinionated workflow."
โ @Coolin96 ๐
"Thank you so much for your work with workmux! It's a tool I've been wanting to exist for a long time."
โ @rstacruz ๐
"It's become my daily driver - the perfect level of abstraction over tmux + git, without getting in the way or obscuring the underlying tooling."
โ @cisaacstern ๐
"I have to mention workmux at every opportunity because it's the perfect glue between worktrees, agents and tmux windows."
โ @dedbrizz ๐
curl -fsSL https://raw.githubusercontent.com/raine/workmux/main/scripts/install.sh | bash
brew install raine/workmux/workmux