Back to browse
GitHub Repository

Control AI Coding Agents From Your Phone

16 starsTypeScript

WhipDesk – Control your full dev machine from your phone

by FreeGuessr·Jul 25, 2026·1 point·0 comments

AI Analysis

MidShip ItNiche Gem

RustDesk clone with AI agent monitoring, but full desktop on mobile is a UX nightmare.

Strengths
  • WebRTC P2P architecture with E2E encryption avoids central relay bottlenecks.
  • Scheduled prompt execution adds specific utility for long-running AI agents.
  • Open-source agent and client allows security verification unlike TeamViewer.
Weaknesses
  • Controlling a full desktop interface via mobile browser offers poor usability.
  • Competes with established remote desktop tools that already support mobile.
Target Audience

Developers using AI coding agents who need mobile oversight

Similar To

RustDesk · TeamViewer · AnyDesk

Post Description

Hi HN, I built WhipDesk, an open-source, mobile-friendly remote desktop tool for controlling your full development machine and managing AI coding agents from your phone’s browser.

It gives you access to the entire desktop while also adding workflows for monitoring and managing tools such as Claude Code, Codex, GitHub Copilot, and others

The two questions I hear most are: How is it secured, and how is it different from existing tools?

Security Following the modern approach taken by open-source remote access tools such as RustDesk, WhipDesk is fully open source, so its client, agent, protocol, and security model can be inspected rather than trusted as a black box.

Local connections can run entirely within your network without an account. Remote connections use end-to-end encrypted WebRTC. Most connections are peer-to-peer; when a TURN relay is required, it only forwards encrypted traffic. Each connection also requires the machine’s access PIN as an additional security layer. More details are available in the GitHub README.

Why not Claude Code, Codex, or other agent remote-control tools? Those tools are useful for interacting with the agent session, but sometimes I need access to the rest of the machine: the IDE, browser preview, emulator, logs, desktop applications, or the UI the agent just changed.

WhipDesk gives you access to the full development environment directly from your mobile browser, regardless of which coding agent is running. That is why I built it: I did not want to be limited to a single agent interface.

Why not TeamViewer, RDP, or RustDesk? Traditional remote desktop tools work, but they are usually designed for controlling one large desktop from another computer. On a phone, text can become difficult to read, and they do not include workflows specifically designed for monitoring and managing coding agents.

WhipDesk is designed specifically for mobile browsers. It can stream only the selected mobile viewport, keeping text crystal clear when zoomed in and allowing it to work well on lower-bandwidth connections.

I built it because I often need to step away from my desk while agents are still working. I use it to answer prompts, inspect UI changes, review progress, and course-correct from my phone.

Source and installation: https://github.com/BinaryBananaLLC/WhipDesk

npm install -g whipdesk

I’d especially appreciate feedback on your first impression. Building a tool that requires this level of user trust has been challenging, and I would love to improve it based on honest feedback.

Similar Projects

Developer Tools●●Solid

Remote-OpenCode – Run your AI coding agent from your phone via Discord

Commands sent over Discord are forwarded to a local OpenCode CLI and the output streams back in real time — neat for firing off fixes or running queued tasks from your phone. It’s a pragmatic, low-friction approach to remote control (no cloud service required), but it’s niche: you must already run OpenCode locally and be comfortable exposing a bot to your environment.

Niche GemShip It
remocode
115mo ago