ZIP
WinGet
worktrunk
max-sixty · v0.35.0 · 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.35.0
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.35.0/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- --no-verify deprecated in favor of --no-hooks: All commands (switch, remove, merge, step commit, step squash) now use --no-hooks. --no-verify remains as a hidden alias with a deprecation warning. (#1932)
- JSON output: --format=json on config show, config state subcommands, switch, remove, merge, step prune, and step for-each. (#1969, #1959)
- Per-command hook log files: Each background hook command writes to its own log file instead of sharing a pipeline log. Combined h…