Install with winget
Open PowerShell or Command Prompt and run:
winget install max-sixty.worktrunk
Copied to clipboard!
1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation
About worktrunk
worktrunk (wt) is a Git worktree manager designed for trunk-based development workflows. It simplifies creating, switching between, and managing Git worktrees, making it easy to work on multiple features or branches simultaneously without the overhead of stashing or switching branches in a single working directory.
Advanced Install Options
Install (latest)
winget install max-sixty.worktrunkInstall (pinned version)
winget install --id max-sixty.worktrunk -e --version v0.48.0Upgrade
winget upgrade max-sixty.worktrunkUninstall
winget uninstall max-sixty.worktrunkFrequently Asked Questions
How do I install worktrunk using winget?
Open PowerShell or Windows Terminal and run:
winget install max-sixty.worktrunk. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.What is worktrunk?
A Git worktree manager for trunk-based development
Is worktrunk free to use?
worktrunk is distributed under the MIT OR Apache-2.0 license. Check the publisher’s site for full licensing details.
How do I update worktrunk with winget?
Run
winget upgrade max-sixty.worktrunk in PowerShell or Windows Terminal to upgrade to the latest available version.How do I uninstall worktrunk?
Run
winget uninstall max-sixty.worktrunk to remove worktrunk from your system.