Everything you need to work from anywhere, with nothing in between.
Interactive shell sessions with full scrollback replay on reconnect. Per-session command history that persists across restarts. Prompt detection for quick yes/no responses.
Live desktop streaming with hardware-accelerated capture and encoding. H.264, HEVC, and AV1 with adaptive bitrate targeting sub-100ms latency. Multiple viewers supported.
Mouse and keyboard injection from your phone. Touch trackpad for precise cursor control, on-screen keyboard with full keyboard support including special keys and modifier combos.
Preview localhost web apps directly on your phone. Full HTTP and WebSocket proxying through the WebRTC data channel — no port forwarding or VPN needed.
First-class support for Claude Code and other AI CLI tools. Model selection, effort control, and session management built in. Usage tracking with live rate-limit rings.
All data flows directly between your devices over encrypted WebRTC — the portal only brokers the initial connection. Terminal output, video frames, and keystrokes never touch the server. Not even we can see what you're doing.
Install the host on your machine, pair it, and connect from anywhere.
Download and run the installer for your platform. One command on Linux/macOS, one click on Windows.
Generate a pairing code in the web client and enter it on your host. The host registers with the portal and gets a persistent auth token.
Open the web client or iOS app. Your host appears in the list. Tap to connect — WebRTC negotiates a direct P2P link automatically.
Full terminal with scrollback, live desktop streaming, mouse/keyboard control, and localhost tunneling — all from your phone.
GPU-accelerated capture on every major platform.
NVFBC + NVENC for NVIDIA GPUs. DRM/KMS + VA-API for AMD, Intel, and NVIDIA. Zero-copy GPU pipeline with no build-time dependencies.
ScreenCaptureKit + VideoToolbox. Universal binary for Intel and Apple Silicon. Virtual display support for headless Macs. Signed .pkg installer.
DXGI Desktop Duplication with vendor-specific encoders (NVENC, Media Foundation). Lock screen streaming support. NSIS installer with auto-update.
Install the host on your machine, then connect from the web client or iOS app.
One-line install to ~/.local/bin:
curl -fsSL https://translocate.me/install.sh | bash
With pairing:curl -fsSL https://translocate.me/install.sh | bash -s -- --pair CODE
Universal binary (Intel + Apple Silicon):
Download .pkg InstallerOr: curl -fsSL https://translocate.me/install.sh | bash
Fully static — no external dependencies:
Download Installer (.exe)Or PowerShell: irm https://translocate.me/install.ps1 | iex