-
Notifications
You must be signed in to change notification settings - Fork 0
Update
github-actions[bot] edited this page May 22, 2026
·
1 revision
.\handoff.exe update --checkThis fetches <relay>/dl/handoff-version.json, prints the latest version and
any release notes, and exits without downloading anything.
.\handoff.exe updateIf a newer version is available, it is downloaded from <relay>/dl/handoff.exe
and written next to the running binary as handoff.exe.new. The SHA-256 of the
download is verified against the manifest before the file is written.
Handoff does not swap a running executable on Windows. To finish the update:
- Close any running
handoffprocesses. - Replace
handoff.exewithhandoff.exe.new(rename or copy). - Start a new session.
| Endpoint | Purpose |
|---|---|
<relay>/dl/handoff-version.json |
Version manifest: version, sha256, notes, url. |
<relay>/dl/handoff.exe |
Current release binary. |
The relay in use is the value of HANDOFF_RELAY (or the default
https://handoff.whyknot.dev). See Configuration.