← Discover
Discover · GitHub · Worktrunk↑ +54 today

Manage Git worktrees

Worktrunk is a command-line interface (CLI) written in Rust that simplifies Git worktree management. Developed specifically to support parallel AI agent workflows, this tool accelerates working on multiple tasks simultaneously.

Updates

  • September 13, 2026: Stars 7,376 → 7,379, latest release v0.77.0 (September 8, 2026).

What you get

  • Easily creates workspaces to execute multiple tasks simultaneously
  • Accelerates local workflows with automatic hooks
  • Supports parallel operation of AI agents

Installation

Installation with Homebrew
brew install worktrunk && wt config shell install
Installation via Cargo
cargo install worktrunk && wt config shell install

Running it

Switching between worktrees
wt switch feat
Creating and initializing a new worktree
wt switch -c -x claude feat

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

I want to create a new worktree in my existing Git project using Worktrunk and start a parallel task in this space. How should I use wt commands to manage worktrees as easily as branches, and how can I leverage hooks to automate my workflow?

Related dictionary terms

Who it is forDesigned for developers working on multiple software tasks or AI agents simultaneously.

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-09-13: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.