Pack up everything. Unpack on the new laptop.
Switching machines? Export carries your entire Claude Code history, every session, memory and setting, into one file. Import it on the new machine and every path is rewritten so your conversations resume exactly where you left them. Linux, macOS and Windows, in any direction.
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.
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.
No account
Nothing is uploaded and there is nothing to sign up for. The transfer runs straight from your machine to theirs.
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.
Secrets scrubbed
Keys, tokens and passwords are masked before anything leaves your machine, and your login never travels at all.
One line, and it is yours.
A single static binary, no dependencies. Every option fetches the build for your machine and verifies its checksum.
$ curl -fsSL https://gowthamsai.in/install.sh | sh$ brew install gowtham-sai-yadav/tap/claude-teleport> irm https://gowthamsai.in/install.ps1 | iex$ go install github.com/gowtham-sai-yadav/claude-teleport@latestA single static binary, no dependencies, and each option verifies its checksum. Already installed? Upgrade in place with claude-teleport update.