Skip to content
github-actions[bot] edited this page May 22, 2026 · 3 revisions

Handoff

Handoff lets a Windows user share a diagnostic session with a helper without opening firewall ports, installing software on both sides, or handing over credentials.

Host
  runs `handoff new`
  shares the printed view URL

Helper (operator)
  opens the view URL in a browser
  queues diagnostic commands

Host
  console shows each command and result
  presses Ctrl+C to end

The view URL is the only shared secret. It is single-use per session; once the host ends the session the token is gone.

Pages

What Ships In A Release

File Purpose
handoff.exe Windows CLI. Run as host or operator.

No installer. Drop handoff.exe somewhere on PATH or run it from any directory.

Clone this wiki locally