Skip to content

Recast your AI conversations

recast is a single Go CLI for migrating chat histories and workspace configurations between AI coding agents — built for terminals, scripts, and the open-source community.

QuickstartGitHub
$ curl -fsSL https://recast.pages.dev/install.sh | sh
AntigravityClaude CodeOpenCodeCursorPure GoZero Dependencies

Other install options →


Try it

After you install Recast, everything is a one-liner.

bash
# List all your Claude Code conversations
recast list claudecode

# Migrate a chat from Claude Code to Antigravity
recast migrate --from claudecode --to antigravity \\
  --source ~/.claude/projects/.../session.jsonl \\
  --target /tmp/migrated.jsonl

# Port your project configs (CLAUDE.md → GEMINI.md)
recast port-config --from claudecode --to antigravity --dir .