StackMap
Subscribe
Explore / worktrunk
max-sixty

worktrunk

wt: the Rust git-worktree CLI built for parallel AI agents - worktrees addressed by branch name, `wt switch -c -x claude feat` creates one and starts an agent, plus hooks, list-with-status and merge.

8,013 274 Rust NOASSERTIONupdated yesterday
View on GitHubDispute this mapping →
Curator's take

If you run 5-10 Claude Code / Codex sessions in parallel and each needs its own checkout, this is the tool: worktrees become as cheap as branches, paths are templated, `wt list` shows status across all of them, hooks run on create/pre-merge/post-merge. It is deliberately a CLI primitive, not an orchestrator - it will not dispatch tasks, watch agent output, or merge for you beyond the git operation. Pair it with a multiplexer (herdr) or orchestrator (squad, fractal) rather than expecting either from it. If you want the worktree management *inside* a cockpit UI, codenomad and agent-orchestrator bundle it; if you want it in your shell, worktrunk is the most polished option and the author is unusually responsive.

Mapped by ShipWithAI editors · links verified

Continue your stack

What teams reach for next — and why each earns a place beside worktrunk. Ranked by curator confidence.

pairs wellpairs wellpairs wellalternativealternativeherdrfractalsquadCodeNomadagent-orchestratorworktrunk
pairs wellalternativebuilt withpick a node for the why · open it from the panel
Weekly digest
README.md1 min read

Worktrunk logo  Worktrunk

Docs License: MIT OR Apache-2.0 CI Codecov Stars maintained with tend

September 2026: Worktrunk was released at the start of the year, and has quickly become the most popular git worktree manager. It's built with love (there's no slop!). Please let me know any frictions at all; I'm intensely focused on continuing to make Worktrunk excellent, and the biggest help is folks posting problems they perceive.

Worktrunk is a CLI for git worktree management, designed for running AI agents in parallel.

Worktrunk's three core commands make worktrees as easy as branches. Plus, Worktrunk has a bunch of quality-of-life features to simplify working with many parallel changes, including hooks to automate local workflows.

A quick demo:

Worktrunk Demo

📚 Full documentation at worktrunk.dev 📚

Context: git worktrees

AI agents like Claude Code and Codex can handle longer tasks without supervision, such that it's po