Added
- Windows support, verified on Windows 11.
rdc service installcreates an elevated Task
Scheduler logon task that runs the daemon in the interactive session with a log file;
service uninstallstops the running daemon. Windowfocusimplemented (foreground-thread
attach with an Alt-tap fallback). Absolute pointer moves useSendInputover the whole
virtual desktop so secondary monitors are addressable (untested on real hardware yet). --log-file/RDC_LOG_FILEto append logs to a file instead of stderr.
Fixed
- Windows: the service path no longer carries the
\\?\verbatim prefix.
Install
Download the archive for your platform below, verify it against SHA256SUMS
(sha256sum -c SHA256SUMS), and put rdc on your PATH. Each archive also contains the
documentation, the agent skill and the third-party license bundle. Setup guides:
docs/install.md.
Unsigned binaries
These binaries are not code-signed or notarized.
- macOS: Gatekeeper refuses the raw download, and permissions granted to an unsigned
binary are lost on every upgrade. Build on the Mac and sign with your own identity via
scripts/macos/bundle-and-sign.sh; see
docs/setup-macos.md. The
unsigned binary is fine for the client side (rdc -t …,rdc mcp). - Windows: SmartScreen warns on first run. "More info" → "Run anyway", or build from source.
- Linux: no signature checks apply.
Full Changelog: v0.2.1...v0.3.0