Install zd on Windows
Use the x64 setup executable from a GitHub Release for normal installation.
Install a release
-
Open the latest GitHub Release.
-
Download the Windows x64
-setup.exeand its matching.sha256file. -
In PowerShell, verify that the installer matches the published checksum:
$installer = Get-Item .\zd_*-setup.exe $expected = (Get-Content "$($installer.FullName).sha256").Split()[0] $actual = (Get-FileHash $installer.FullName -Algorithm SHA256).Hash.ToLowerInvariant() $actual -eq $expectedContinue only when PowerShell prints
True. -
Run the setup executable and complete the per-user installation.
The v0.2 Windows installer is not code signed. Windows may show a SmartScreen warning even when the checksum matches the release.
Update
Download and verify the installer from the newer release, then run it over the existing installation.
Remove
Remove zd from Windows Settings → Apps → Installed apps. Your projects, files, and Git worktrees
are ordinary filesystem content and are not removed with the application.
Desktop completion notifications and sounds are currently unavailable on Windows. Projects, files, Git inspection, editing, and terminal threads remain available; the Attention settings report the unsupported notification capability directly.