Full terminal and desktop access to your dev machine, right from your phone. Peer-to-peer over WebRTC.

Get Started Open Portal

What you get

Everything you need to work from anywhere, with nothing in between.

>

Full Terminal

Interactive shell sessions with full scrollback replay on reconnect. Per-session command history that persists across restarts. Prompt detection for quick yes/no responses.

Desktop Streaming

Live desktop streaming with hardware-accelerated capture and encoding. H.264, HEVC, and AV1 with adaptive bitrate targeting sub-100ms latency. Multiple viewers supported.

Input Control

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.

HTTP Tunnel

Preview localhost web apps directly on your phone. Full HTTP and WebSocket proxying through the WebRTC data channel — no port forwarding or VPN needed.

AI Tool Sessions

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.

🔒

End-to-End Encrypted

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.

How it works

Install the host on your machine, pair it, and connect from anywhere.

1

Install

Download and run the installer for your platform. One command on Linux/macOS, one click on Windows.

2

Pair

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.

3

Connect

Open the web client or iOS app. Your host appears in the list. Tap to connect — WebRTC negotiates a direct P2P link automatically.

4

Work

Full terminal with scrollback, live desktop streaming, mouse/keyboard control, and localhost tunneling — all from your phone.

Platform support

GPU-accelerated capture on every major platform.

🐧

Linux

NVFBC + NVENC for NVIDIA GPUs. DRM/KMS + VA-API for AMD, Intel, and NVIDIA. Zero-copy GPU pipeline with no build-time dependencies.

🍎

macOS

ScreenCaptureKit + VideoToolbox. Universal binary for Intel and Apple Silicon. Virtual display support for headless Macs. Signed .pkg installer.

🪟

Windows

DXGI Desktop Duplication with vendor-specific encoders (NVENC, Media Foundation). Lock screen streaming support. NSIS installer with auto-update.

Download

Install the host on your machine, then connect from the web client or iOS app.

🐧 Linux

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

🍎 macOS

Universal binary (Intel + Apple Silicon):

Download .pkg Installer

Or: curl -fsSL https://translocate.me/install.sh | bash

🪟 Windows

Fully static — no external dependencies:

Download Installer (.exe)

Or PowerShell: irm https://translocate.me/install.ps1 | iex