Git worktrees turned into a full development environment — terminal multiplexing, reverse proxy, AI agents, and code review in one CLI.
Worktree Management — Create, switch, and remove git worktrees with a single command. Auto-creates worktrees on switch so you never have to think about it.
Session Multiplexing — Each worktree gets its own Zellij tab with a chat agent, gateway dashboard, and shell. Group repos into named sessions for logical workspace organization.
Development Gateway — A local reverse proxy that bundles your dev apps under readable subdomain URLs (frontend.localhost:54846). Manages app lifecycle, ready-detection, and logs.
Merge Pipeline — One command to verify, rebase, squash, and merge. Commit messages are AI-generated from your diff. Run the full pipeline or each step individually.
Diffity Code Review — Browser-based diff viewer with AI-powered comment handling. Leave review comments and let AI resolve them. Optional — works with or without Node.js.
cargo install --path crates/gwt # Install
gwt init # Set up your project
gwt attach # Start your sessionFull documentation is available in the gwt book.
See CONTRIBUTING.md for development setup, build commands, and how to submit changes.
Please note that this project is released with a Code of Conduct. By participating, you agree to abide by its terms.
To report a vulnerability, see SECURITY.md.
MIT