git404hub

what is teleporter fr?

han-isn/teleporter — explained in plain English

Analysis updated 2026-05-18

0RustAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A command line tool that carries a conversation's context from one AI coding assistant, like Codex or Claude Code, over to another.

vibe map

mindmap
  root((Teleporter))
    What it does
      Moves AI conversations
      Between coding assistants
      Packages recent transcript
    Tech stack
      Rust
      Cargo install
      Terminal TUI
    Use cases
      Switch AI assistants
      Compare model responses
      Review before sending
    Audience
      Developers
      Multi tool AI users
      CLI power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Switch from one AI coding assistant to another mid-project without losing the conversation's context.

VIBE 2

Send your most recent Codex, Grok, or Claude Code conversation to a different model for a second opinion.

VIBE 3

Copy a packaged conversation to your clipboard to review before pasting it into a new AI session.

what's the stack?

Rust

how it stacks up fr

han-isn/teleporter04amanrajj/netwatch0xr10t/pulsefi
Stars000
LanguageRustRustRust
Setup difficultyeasymoderatehard
Complexity2/53/54/5
Audiencedeveloperops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Requires the target AI CLI (Codex, Grok, or Claude) already installed and on your PATH.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Teleporter is a command line tool that lets someone move a conversation they were having with one AI coding assistant into a different one, carrying the context along instead of starting over. It works between three specific tools: Codex, Grok, and Claude Code. It reads the most recent messages from a conversation in the tool you started in, packages that history up to a size limit that depends on the target AI model, and then opens the new tool with that packaged conversation ready to go. You install it using Rust's package manager with a single command, and it needs whichever target assistant you plan to switch to, Codex, Grok, or Claude, already installed and available on your computer. Using it involves a short guided menu in the terminal where you choose which tool the conversation is coming from, which conversation in your current project folder to use, which tool and model you want to send it to, and how much reasoning effort that model should use. There are two ways the handoff can happen. By default, the target tool opens with the packaged conversation already typed in as the first message, ready to send. Alternatively, a softer mode copies the package to your clipboard and opens the target tool empty, so you can paste it in yourself and review before sending. The tool also supports direct one line commands for people who prefer typing a specific instruction rather than navigating the menu, such as sending your last Codex conversation straight to Grok with a chosen model. The README lists the specific models and effort levels supported for each of the three target tools, since options differ between them. It is released under the MIT license.

prompts (copy fr)

prompt 1
Help me install teleporter using cargo and confirm it can see my Codex CLI on my PATH.
prompt 2
Explain the difference between auto-send and soft mode when moving a conversation with teleporter.
prompt 3
Show me the teleporter command to send my last Claude Code conversation to Grok.
prompt 4
What models and effort levels does teleporter support for each of the three target tools?

Frequently asked questions

what is teleporter fr?

A command line tool that carries a conversation's context from one AI coding assistant, like Codex or Claude Code, over to another.

What language is teleporter written in?

Mainly Rust. The stack also includes Rust.

What license does teleporter use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is teleporter to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is teleporter for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.