Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    EveryDev.ai
    Sign inSubscribe
    Home
    Tools

    2,066+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1104
    • Coding995
    • Infrastructure429
    • Marketing408
    • Design354
    • Projects323
    • Analytics311
    • Research297
    • Testing194
    • Data166
    • Integration164
    • Security162
    • MCP152
    • Learning143
    • Communication126
    • Extensions118
    • Commerce112
    • Prompts109
    • Voice105
    • DevOps89
    • Web73
    • Finance19
    1. Home
    2. Tools
    3. workmux
    workmux icon

    workmux

    Autonomous Systems

    A CLI tool that combines git worktrees with tmux windows to create isolated, parallel development environments for running multiple AI agents simultaneously.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT License. No cost to use, modify, or distribute.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Autonomous SystemsAI Coding AssistantsTerminal & Session Management

    Alternatives

    Claude CodeBroccoli OSShappycapy
    Developer
    raineHelsinki, FinlandEst. 2022

    Listed Apr 2026

    About workmux

    workmux is an opinionated, zero-friction workflow tool written in Rust that orchestrates git worktrees and tmux windows as isolated development environments. It is designed for developers who want to run multiple AI agents in parallel on different tasks without branch switching, stashing, or conflicts. Each worktree gets its own terminal state, editor session, dev server, and AI agent — context switching is as simple as switching tmux tabs. The tool automates the full lifecycle from creation to cleanup with single commands.

    • workmux add: Create a new git worktree with a matching tmux window in one command, automatically copying config files, symlinking dependencies, and running post-create hooks.
    • workmux merge: Merge a branch into main and clean up the worktree, tmux window, and local branch all in one step.
    • workmux remove: Remove worktrees without merging, with support for bulk removal of gone/stale branches after PRs are merged.
    • TUI Dashboard: Monitor all active AI agents across tmux sessions, review diffs, stage hunks interactively, and send commands — all from a single dashboard (workmux dashboard).
    • Sidebar: Toggle a persistent, compact agent status sidebar visible across all tmux windows for at-a-glance monitoring.
    • AI Agent Integration: Automatically inject prompts into agent panes (Claude, Gemini, Codex, OpenCode, Kiro, and more) via --prompt, --prompt-file, or --prompt-editor flags.
    • Automatic Branch Naming: Use --auto-name (-A) to generate branch names from a prompt using an LLM, powered by your configured agent CLI.
    • Parallel Multi-Worktree Generation: Spin up multiple worktrees at once using --count, --foreach, multiple --agent flags, or stdin piping with Jinja2 prompt templating.
    • Agent Status Tracking: Display live agent status icons (working 🤖, waiting 💬, done ✅) in tmux window names via hooks for Claude Code, Gemini, Codex, OpenCode, and more.
    • Sandbox Support: Run agents inside Docker/Podman/Apple Container or Lima VMs to isolate them from host secrets and sensitive files.
    • Session Mode: Optionally give each worktree its own tmux session with multiple windows instead of a single window.
    • Shell Completions: Generate tab completions for bash, zsh, and fish with dynamic branch name suggestions.
    • Alternative Backends: Supports WezTerm, kitty, and Zellij in addition to tmux, auto-detected from environment variables.
    • Two-Level Configuration: Global (~/.config/workmux/config.yaml) and per-project (.workmux.yaml) configs with override semantics and "<global>" placeholder merging.
    workmux - 1

    Community Discussions

    Be the first to start a conversation about workmux

    Share your experience with workmux, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source (MIT)

    Fully free and open-source under the MIT License. No cost to use, modify, or distribute.

    • Full CLI with all commands (add, merge, remove, list, open, close, dashboard, sidebar, etc.)
    • Git worktree + tmux window management
    • AI agent prompt injection and status tracking
    • Sandbox support (Docker/Podman/Lima)
    • Shell completions

    Capabilities

    Key Features

    • Create git worktrees with matching tmux windows in a single command
    • One-command merge and cleanup (worktree, window, branch)
    • TUI dashboard for monitoring parallel AI agents
    • Persistent sidebar for at-a-glance agent status
    • AI agent prompt injection (Claude, Gemini, Codex, OpenCode, Kiro)
    • Automatic branch name generation from prompts using LLM
    • Parallel multi-worktree generation with --count, --foreach, stdin
    • Agent status tracking in tmux window names
    • Sandbox agents in Docker/Podman/Lima VMs
    • Session mode with multiple windows per worktree
    • Post-create hooks and file copy/symlink automation
    • Named pane layouts
    • Shell completions for bash, zsh, fish
    • Alternative backends: WezTerm, kitty, Zellij
    • Two-level configuration (global + per-project)
    • Interactive patch mode for staging hunks
    • Worktree resurrection after crashes
    • PR checkout via GitHub CLI integration

    Integrations

    tmux
    git
    Claude Code
    Gemini CLI
    Codex
    OpenCode
    Kiro
    GitHub CLI (gh)
    Docker
    Podman
    Apple Container
    Lima
    WezTerm
    kitty
    Zellij
    direnv
    Nix
    Homebrew
    Cargo
    delta
    fzf
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

    Be the first to rate workmux and help others make informed decisions.

    Developer

    raine

    raine builds terminal-focused developer tools centered around tmux, git, and AI agent workflows. The workmux project combines git worktrees with tmux window management to enable zero-friction parallel development. Related projects include tmux-tools, tmux-file-picker, tmux-bro, git-surgeon, and claude-history — all aimed at making terminal-based AI-assisted development more productive.

    Founded 2022
    Helsinki, Finland
    1 employees
    Read more about raine
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Claude Code icon

    Claude Code

    Claude Code is an agentic coding tool by Anthropic that works in your terminal, understands your codebase, and helps you write, edit, debug, and ship code faster.

    Broccoli OSS icon

    Broccoli OSS

    Broccoli turns Linear tickets into shipped PRs — powered by Claude and Codex, running on your own Google Cloud infrastructure.

    happycapy icon

    happycapy

    An agent-native computer that runs AI agents in a browser-based sandbox with visual GUI, skills, and automation capabilities.

    Browse all tools

    Related Topics

    Autonomous Systems

    AI agents that can perform complex tasks with minimal human guidance.

    155 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    388 tools

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    17 tools
    Browse all topics
    Back to all tools
    Explore AI Tools
    • AI Coding Assistants
    • Agent Frameworks
    • MCP Servers
    • AI Prompt Tools
    • Vibe Coding Tools
    • AI Design Tools
    • AI Database Tools
    • AI Website Builders
    • AI Testing Tools
    • LLM Evaluations
    Follow Us
    • X / Twitter
    • LinkedIn
    • Reddit
    • Discord
    • Threads
    • Bluesky
    • Mastodon
    • YouTube
    • GitHub
    • Instagram
    Get Started
    • About
    • Editorial Standards
    • Corrections & Disclosures
    • Community Guidelines
    • Advertise
    • Contact Us
    • Newsletter
    • Submit a Tool
    • Start a Discussion
    • Write A Blog
    • Share A Build
    • Terms of Service
    • Privacy Policy
    Explore with AI
    • ChatGPT
    • Gemini
    • Claude
    • Grok
    • Perplexity
    Agent Experience
    • llms.txt
    Theme
    With AI, Everyone is a Dev. EveryDev.ai © 2026
    Discussions