ZIP
WinGet
worktrunk
max-sixty · v0.33.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.33.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.33.0/worktrunk-x86_64-pc-windows-msvc.zip
Release Notes
Release Notes
Improved
- Hook execution pipelines: Post-* hooks support TOML array syntax for serial dependencies — steps execute in order, with maps within steps running concurrently. post-start = [{ install = "npm install" }, { build = "npm run build", lint = "npm run lint" }] runs install first, then build and lint in parallel. Docs (#1713)
- Copy-ignored exclude patterns: wt step copy-ignored now skips built-in VCS metadata and tool-state directories (.bzr/, .conductor/, .entire/, .hg/, .jj/…