Silent Install HQ
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

SHA256 1093577ae40cf256f7646b2daa81fbea5ccf0542f31f74feec06480cd9415485 VirusTotal ↗
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
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/…