Skip to content

aixolotls/wtx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wtx

wtx is a CLI that automates Git worktrees for AI agents.

Works in any terminal (ghostty, iTerm, etc.) and with any AI agent (Claude, Codex, ...).

why wtx

In large repos, creating and managing worktrees becomes slow and manual. Treating them as disposable per branch does not scale.

wtx keeps a reusable pool of worktrees and assigns them to branches automatically, so parallel AI agents can use them without repeated bootstrap.

wtx screenshot

Quickstart

wtx checkout -b feat/first
# open another terminal
wtx checkout -b feat/second

interactively:

wtx

Installation

curl -fsSL https://raw.githubusercontent.com/aixolotls/wtx/main/install.sh | bash

Alternative (requires Go):

go install github.com/aixolotls/wtx@latest

Other Features

  • Open your ide easily on a worktree's subfolder, to avoid indexing tax in large repos (requires tmux)
  • Get an interactive shell quickly in the worktree (requires tmux)
  • Terminal tab naming: keeps branch context visible while juggling many monorepo sessions (requires tmux)
  • GitHub integration: surfaces merge, review, and CI status where you are already working

License

MIT

About

Automated Git worktrees for AI coding agents

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors