AI analysis grounded in the code graph — computed facts, not vibes · 2026-09-23T03:03:03Z
Worktrunk is a Rust CLI that wraps git worktree to manage multiple working trees from a single repository, aimed at developers running parallel AI-agent workflows where several agents (or sessions) need isolated checkouts of the same branch history. Core functionality includes worktree listing (src/commands/list/...), shell integration/completions (src/commands/configure_shell.rs), config handling with schema validation (src/config/mod.rs), and git command execution wrappers (src/shell_exec.rs).
The repo is very young (created 2025-10-17) yet has reached 7,535 stars with 588 gained in a single week, and is shipping releases roughly weekly (v0.73.0 through v0.77.0 between mid-August and early September 2026). The commit log shows active, substantive work—new features like shell integration publishing (#4000), config migration for a [forge] table (#4061), and worktree-lock-aware cleanup (#4073)—rather than just maintenance, suggesting the growth tracks genuine feature velocity and bug-fixing rather than a single viral event. No explicit README growth claims were provided, so this can't be independently corroborated beyond the commit/release cadence.
What changed recently, how it's actually built (from the code graph), and whether you should care. Free account — no card, no spam.