Release Notes
Improved
- Shell and PowerShell installers: Added one-line install commands for Linux/macOS and Windows.
- Consistent terminology: CLI now uses "branch name" consistently instead of mixing "worktree" and "branch". The
wt removeargument is renamed fromworktreestobranchesto reflect that worktrees are addressed by branch name.
Fixed
- Switch hints: Removed incorrect
wt switch @hint and improved error output spacing.
Documentation
- Dev server and database patterns: Added practical examples for running per-worktree dev servers with subdomain routing and databases with unique ports.
Install worktrunk 0.8.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/max-sixty/worktrunk/releases/download/v0.8.1/worktrunk-installer.ps1 | iex"Download worktrunk 0.8.1
| File | Platform | Checksum |
|---|---|---|
| worktrunk-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| worktrunk-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| worktrunk-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| worktrunk-aarch64-unknown-linux-musl.tar.xz | ARM64 MUSL Linux | checksum |
| worktrunk-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |