Show HN: Entangle, hand a live AI coding session to anyone with three words Entangle, a new open-source tool from developer Gowtham Sai Yadav, lets users share live AI coding sessions from Claude Code, Codex, and opencode with a three-word code, with end-to-end encryption and no account or server. The tool, formerly claude-teleport, also packs session history for migration to a new machine, rewriting paths so conversations resume where they left off. It supports macOS, Linux, and Windows via install scripts or Homebrew. Hand a live coding session to anyone. Claude Code, Codex, and opencode. Encrypted, no account, three spoken words. Your coding sessions live only on the machine that made them. So the day you want to hand a conversation to a teammate, or move to a new laptop, you are stuck: copying the folder by hand does not work, because every session is pinned to the exact path your project sat at, and that path is different everywhere else. entangle makes it one command. Send a live session straight to someone with a short code they type in, or pack your whole history and carry it to a new machine, with every path rewritten so the conversation opens where it left off. It works across coding agents, not just one. A Claude Code session goes to Claude Code, a Codex session to Codex, an opencode session to opencode - listed together, shared the same way. Opening one tool's session inside another is a different problem, and not one this solves yet. Two scopes, and it matters which you need. Sharing one session covers all three tools. Packing a whole machine covers Claude Code only so far - move a Codex or opencode session with entangle share instead. entangle export tells you what it left out rather than letting you discover it on the new laptop. It is private by construction. Nothing is uploaded, there is no account and no server in the middle; a direct transfer is end-to-end encrypted, likely secrets are scrubbed before anything leaves your machine, and your login never travels at all. The one exception is an anonymous once-a-day check for a new release, which sends nothing about you and can be turned off updating . Renamed.This project was claude-teleport until it outgrew a single vendor. The old command still works and still updates itself; it will tell you how to switch. macOS and Linux: curl -fsSL https://gowthamsai.in/install.sh | sh With Homebrew: brew install gowtham-sai-yadav/tap/entangle Windows PowerShell : irm https://gowthamsai.in/install.ps1 | iex Each one fetches the right prebuilt binary, verifies its checksum, and puts it on your PATH. Confirm with entangle version . Other ways: Go, direct download, from source With Go: go install github.com/gowtham-sai-yadav/entangle@latest This installs into $ go env GOPATH /bin usually ~/go/bin . If the command is not found afterward, that folder is not on your PATH yet: echo 'export PATH="$HOME/go/bin:$PATH"' ~/.zshrc && source ~/.zshrc . Direct download: grab the file for your machine from the latest release https://github.com/gowtham-sai-yadav/entangle/releases/latest ...-darwin-arm64 for Apple Silicon, -darwin-amd64 for Intel Macs, -linux-amd64 , or -windows-amd64.exe , then on macOS/Linux chmod +x it and move it onto your PATH. From source: git clone https://github.com/gowtham-sai-yadav/entangle cd entangle && go build -o entangle . The quickest way in is to just run: entangle With a terminal attached, that opens a full-screen cockpit: your sessions in a searchable list, with every action a keypress away. Send one to a teammate over an encrypted code, share it to a file, receive one, export or import a backup, or update in place, all without remembering a single flag. Press ? for what each key does. Run entangle tui to open it explicitly; piped or scripted, the same binary behaves like a normal CLI. Prefer typing the commands yourself? Everything below works on its own too. Hand one conversation to someone else, with all its context intact, so they can carry it forward. Find the session first: entangle sessions Then send it one of two ways. Straight across, by code no file to move, nothing uploaded anywhere : entangle send