claude-teleport
Open source · Encrypted · No account

Teleport a Claude Code session to anyone.

Hand a live conversation to a teammate with one spoken code, or carry your whole setup to a new machine. It travels straight between the two of you, encrypted, with nothing left on a server.

$curl -fsSL https://gowthamsai.in/install.sh | sh Star on GitHub
Two ways to teleport

You say a code out loud. They type it. The session is theirs.

No file to send, nothing to upload, nothing to copy around. A three-word code, spoken out loud, carries the whole session over the air, end-to-end encrypted and ready for claude --resume. Think AirDrop, for Claude Code sessions, except it works across Linux, macOS and Windows.

One command

Everything, on one screen.

Run claude-teleport and it opens as a cockpit: your sessions in a searchable list, and a keypress to hand one to a teammate, pull one in, or back it all up. Press ? and it tells you what every key does.

claude-teleport
The claude-teleport cockpit: an ascii teleport wordmark above a searchable session list, with send, share, receive, export, import and update along the bottom.

Why it is different

Private by default, not by setting.

Your transcripts hold your code, your context, sometimes your secrets. They should never sit on a stranger's server just to reach the person next to you. The full security model is written up in DESIGN.md, read it before you trust us, that is the point.

01

No account

Nothing is uploaded and there is nothing to sign up for. The transfer runs straight from your machine to theirs.

02

End-to-end encrypted

A short spoken code becomes a strong key. No relay in the middle can read what crosses, and a guesser gets a single attempt.

03

Secrets scrubbed

Keys, tokens and passwords are masked before anything leaves your machine, and your login never travels at all.


Get it

One line, and it is yours.

A single static binary, no dependencies. Every option fetches the build for your machine and verifies its checksum.

macOS & Linux
$ curl -fsSL https://gowthamsai.in/install.sh | sh
Homebrew
$ brew install gowtham-sai-yadav/tap/claude-teleport
Windows · PowerShell
> irm https://gowthamsai.in/install.ps1 | iex
With Go
$ go install github.com/gowtham-sai-yadav/claude-teleport@latest

A single static binary, no dependencies, and each option verifies its checksum. Already installed? Upgrade in place with claude-teleport update.