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.
How did Gemini CLI get model access?
Where should the migrated CLI run?
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.
- 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.
- Back up ~/.gemini and leave Gemini CLI installed.
- Download and inspect Google’s current installer before running it.
- Launch agy and review the first-launch import choices.
- 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.
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.
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.
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.