Article URL: https://github.com/Teylersf/freeremotedesk Comments URL: https://news.ycombinator.com/item?id=48928998 Points: 5 # Comments: 2

Reach your home dev machine from any browser. Zero servers you run. Zero monthly cost. You own the whole stack. Open your AI coding tool (Claude Code, Cursor, Aider, Codex, Continue — anything with a terminal) and paste one line: "Set up FreeRemoteDesk for me. Read AGENTS.md at https://github.com/Teylersf/freeremotedesk/blob/main/AGENTS.md and follow it exactly." Total user work: three CLI logins + one installer double-click + copy-paste two URLs. The agent is a Tauri app whose WebView calls navigator.mediaDevices.getDisplayMedia() and standard browser WebRTC — no custom video codec, no native capture layer. The PWA client uses the same WebRTC APIs. Signaling is a Cloudflare Worker + one Durable Object per pairing code — it relays SDP/ICE, video is E2E encrypted by DTLS-SRTP and never touches signaling infrastructure. Input events return over a WebRTC DataChannel and get injected on the host via Rust enigo. v0.1.0 shipped — Phase 1 MVP + BYO-infra pivot + Phase 4 packaging complete. CI green on Windows/macOS/Linux. Installers on the releases page. v0.2.0 planned — WebAuthn/passkey saved hosts, biometric reconnect, session PIN as fallback.