cd /news/developer-tools/free-remote-desktop-without-servers Β· home β€Ί topics β€Ί developer-tools β€Ί article
[ARTICLE Β· art-61302] src=github.com β†— pub= topic=developer-tools verified=true sentiment=↑ positive

Free Remote Desktop Without Servers

Developer Teylersf released FreeRemoteDesk, an open-source remote desktop tool that runs entirely on users' own Cloudflare and Vercel free tiers with no server costs. The tool uses WebRTC for peer-to-peer connections and can be deployed via AI coding agents like Claude Code or Cursor with a single command.

read3 min views1 publishedJul 16, 2026
Free Remote Desktop Without Servers
Image: source

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."

Your agent will:

  • Check you have node

,pnpm

,gh

installed (install if missing) - Prompt you to log into gh

,wrangler

, andvercel

(three one-time browser sign-ins) - Deploy the signaling Worker to your Cloudflare account

  • Deploy the PWA to your Vercel account with the right env var
  • Download the host installer for your OS
  • Hand you the two URLs to paste into the agent's first-run wizard

Total user work: three CLI logins + one installer double-click + copy-paste two URLs.

  • Deploy signaling to your Cloudflare:
  • Deploy PWA to your Vercel:
  • Download the latest release, install, paste the two URLs into the wizard.

Full walkthrough: docs/DEPLOY.md.

If you have the CLIs installed and don't want to click through UIs:

git clone https://github.com/Teylersf/freeremotedesk
cd freeremotedesk
bash scripts/setup.sh      # macOS/Linux
pwsh scripts/setup.ps1     # Windows

The script does everything Path A does, minus the AI narration.

No middleman. Signaling on your Cloudflare, PWA on your Vercel. Nobody (including us) sits between your devices.No monthly bill. Free tiers cover a personal instance easily. You pay $0.No app store. The PWA installs from any browser onto phone/tablet/desktop.Direct P2P over WebRTC. Video and input flow between your two devices; signaling is <1 KB per session.Passkey-secured saved hosts*(v0.2.0, coming next)*β€” biometric reconnect without typing codes.

Path What
agent/
Tauri v2 + Rust host agent β€” WebView does WebRTC + getDisplayMedia , Rust does OS input injection via enigo
pwa/
React + Vite PWA β€” the browser viewer
signaling/
Cloudflare Workers Durable Object relay
scripts/setup.{sh,ps1}
One-shot automated deploy
AGENTS.md
Structured instructions for AI agents doing setup on your behalf
docs/
Architecture, deploy, protocol, security, development

Three terminals from repo root:

pnpm dev:signaling   # Miniflare on :8787
pnpm dev:pwa         # Vite on :5173
pnpm dev:agent       # Tauri window

Both wizards accept http://localhost:8787

as the signaling URL.

Smoke test signaling: pnpm --filter @freeremotedesk/signaling smoke

.

Full setup: docs/DEVELOPMENT.md.

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

.

Full design + rationale: ARCHITECTURE.md.

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.

Apache-2.0 (pending β€” will be locked in before v0.2.0).

── more in #developer-tools 4 stories Β· sorted by recency
── more on @teylersf 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/free-remote-desktop-…] indexed:0 read:3min 2026-07-16 Β· β€”