CLIAnywhere turns your phone into a live window onto your computer's terminal — with persistent sessions, remote files, LAN access and end-to-end encryption built in.
Your terminal session lives on your computer, not in the app. Close the app, lock your phone, or lose your connection entirely — the session keeps running in the background with all of its state intact.
Start a task at your desk, keep watching it from the couch, and check in again from the train. Every device attached to your account opens the same live session — no detaching, no reattaching, no setup.
Browse the file system of any linked computer straight from your phone. Navigate directories, inspect files, and pull anything down to your device with a single tap — no SCP commands, no cloud sync detours.
Reach the web apps that only exist inside your network — dev servers on localhost:3000, your router's admin page, a NAS dashboard, or internal tools — directly from your phone, wherever you are.
CLIAnywhere always picks the fastest path available. When your devices can reach each other directly, it establishes a peer-to-peer connection; when they can't, traffic falls back to an encrypted relay — automatically.
The PC daemon runs on macOS, Linux and Windows, and speaks your shell of choice — bash, zsh, fish, sh, cmd, pwsh and powershell. The daemon is fully open source, so you can audit exactly what runs on your machine.
Every session rides on a secure channel, negotiates its keys directly between your devices, and encrypts all data end-to-end — so the relay only ever sees ciphertext, never your content.
Connections are established over DTLS for direct P2P links, or WSS when traffic falls back to the relay — a secure transport either way.
DTLS · WSSA SPAKE2 password-authenticated key exchange negotiates the session key between your computer and the app — your security code is never uploaded anywhere.
SPAKE2All application data is encrypted with AES-256-GCM before it leaves your device — authenticated encryption for every keystroke and byte of output.
AES-256-GCMFree download, one-minute setup, instant control of your computer.