▍ Free migration checker · Google sources checked

Gemini CLI changed. Choose the right path before you migrate.

Individual and enterprise users now follow different Google product paths. Get a reversible plan for your account and host—without uploading configuration, credentials, or a hostname.

Runs locallyNo account requiredDoes not uninstall Gemini CLI
01 · Identify the account

How did Gemini CLI get model access?

02 · Choose the host

Where should the migrated CLI run?

03 · Your path

Move the individual workflow to Antigravity CLI on your current computer.

Google ended individual-account requests in Gemini CLI. Install Antigravity CLI on your current computer; no Terminalbox subscription is needed.

Why
  • Free, Google AI Pro, and Google AI Ultra users moved to Antigravity CLI on June 18, 2026.
  • Antigravity first launch can detect legacy Gemini CLI configuration and offer an import.
  • Keeping Gemini CLI and a timestamped backup makes the change reversible while you verify parity.
Next steps
  1. Back up ~/.gemini and leave Gemini CLI installed.
  2. Download and inspect Google’s current installer before running it.
  3. Launch agy and review the first-launch import choices.
  4. Verify skills, MCP servers, agents, memory files, and any extensions you rely on.
# Open a terminal on the computer that contains your Gemini CLI configuration

# Keep Gemini CLI and back up its configuration before changing anything
if [ -d "$HOME/.gemini" ]; then
  backup="$HOME/.gemini.backup-$(date +%Y%m%d-%H%M%S)"
  cp -a "$HOME/.gemini" "$backup"
  echo "Backup written to $backup"
fi

# Download Google's current Antigravity installer without executing it
installer="${TMPDIR:-/tmp}/antigravity-cli-install.sh"
curl -fsSL https://antigravity.google/cli/install.sh -o "$installer"

# Inspect the script, then run it only when you are satisfied
sed -n '1,220p' "$installer"
bash "$installer"

# Start first-launch migration inside a refreshed login shell
exec "$SHELL" -lc 'exec agy'

Calculated entirely in your browser. Account and host choices are not submitted.

04 · Preserve what matters

Migration is an import, not a blind replacement.

Google documents automatic onboarding for compatible skills, MCP servers, agents, and project memory. Extensions become plugins, and some customized features do not have one-to-one parity. Keep the old CLI and backup until your real workflow passes.

Free next step

Use the machine you already have.

Terminalbox is unnecessary unless an always-on browser shell solves a real constraint. The install guide covers local and existing-server setup.

Open the free remote-setup guide
05 · Migration questions

Before you change the working setup.

Did Google shut down Gemini CLI?

No. On June 18, 2026, Gemini CLI stopped serving free, Google AI Pro, and Google AI Ultra individual accounts. Google says enterprise, Google Cloud, and supported API-key access continue on a separate path.

What does Antigravity import automatically?

Google documents first-launch migration for Gemini CLI configuration including skills, MCP servers, agents, and compatible project memory. Extensions become Antigravity plugins, and some customized features may not have one-to-one parity.

Should I uninstall Gemini CLI first?

No. Keep the old CLI and a timestamped copy of ~/.gemini until you have verified the imported workflow. This checker deliberately generates a reversible path.

Can Antigravity use my Google AI Studio API key?

Google’s current Antigravity CLI guidance says a standard Gemini API key is not supported. Enterprise and Google Cloud paths differ, so confirm the exact authentication method before migrating.

Do I need Terminalbox to migrate?

No. Use your current computer or an existing SSH server for free. Terminalbox is only the paid option when you need the migrated shell to stay online and reopen from a browser or phone.