ZIP
WinGet
worktrunk
max-sixty · v0.18.2 · 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.18.2
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.18.2/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- PR/MR context display: wt switch pr:N and mr:N now show PR/MR details (title, author, state, URL) after fetching. (#782)
- Fork PR branch conflicts: When a fork PR's branch name conflicts with an existing local branch (e.g., contributor opens PR from their main), worktrunk now creates a prefixed branch like contributor/main instead of failing. Closes #714. (thanks @vimtor for reporting)
Fixed
- Help output formatting: Fixed double blank lines appearing after demo comment…