ZIP
WinGet
worktrunk
max-sixty · v0.5.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
worktrunk-x86_64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
max-sixty.worktrunk
Version
v0.5.1
Description
A Git worktree manager for trunk-based development
License
MIT OR Apache-2.0
Installer URL
https://github.com/max-sixty/worktrunk/releases/download/v0.5.1/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- Integration status in removal messages: Shows integration symbols (_ for same commit, ⊂ for integrated) when removing worktrees, matching wt list display.
- Concurrent command limiting: Limits concurrent git processes to 32 (configurable via WORKTRUNK_MAX_CONCURRENT_COMMANDS), preventing resource exhaustion on repos with many branches.
- Better error display for wt list: Task errors are now collected and displayed as warnings after the table renders, instead of being sil…