Antigravity CLI

Google's terminal-native coding agent that replaced the open-source Gemini CLI in June 2026 — same Antigravity 2.0 agent core, now closed-source and tied to a Google AI subscription.

Best forDevelopers already inside the Google ecosystem (Google AI subscription, GCP billing) who want a free terminal agent with both Gemini and Claude model access, especially anyone migrating off a now-sunset Gemini CLI workflow.

Visit Antigravity CLI Compare

Our verdict

Antigravity CLI is Google's answer to "what replaces a sunset open-source tool" — and the honest read is a mixed one.

Google's forced replacement for the now-sunset Gemini CLI — a genuinely generous free multi-model tier, but closed-source and not yet at feature parity.

The Agents Index digest

New agents, fresh verdicts, and who's earning the top spots. One short email.

Screenshot of Antigravity CLI
Antigravity CLI, captured at verification, . Click to enlarge.

What's great

  • The only terminal coding agent in this index whose free tier includes a rival vendor's frontier models (Claude Sonnet & Opus 4.6) alongside its own (Gemini 3.5 Flash, Gemini 3.1 Pro) — confirmed directly on Google's own pricing page.
  • Subagents run genuinely concurrent background work in one session — Google states this exact capability ("multiple agents communicating with each other to split up the work") was the reason it rebuilt Gemini CLI into Antigravity CLI.
  • A real, if young, open community around the CLI itself: 1.7k GitHub stars and 145 forks on its public repo within roughly two months of the May 2026 announcement, plus a working migration path — Agent Skills, Hooks, Subagents and Extensions all carry over from Gemini CLI.

Watch-outs

  • Unlike its Apache-2.0-licensed predecessor, Antigravity CLI's public GitHub repo ships with no LICENSE file, and a direct GitHub issue asking Google to confirm open-source status (#27304) had no official answer as of this listing's research date — a real step backward in openness for anyone who chose Gemini CLI specifically because it was open source.
  • Google has publicly acknowledged Antigravity CLI does not have full feature parity with Gemini CLI on day one, and free/personal Gemini CLI users had only a roughly 30-day window (announced May 19, cutoff June 18, 2026) to migrate — developers who built tooling around specific Gemini CLI behaviors reported real breakage.
  • No support yet for the Agent Client Protocol (ACP) that lets an agent run inside a third-party editor — an open GitHub feature request (#31) remained unresolved as of this listing's research date, unlike Gemini CLI, which shipped its own ACP mode.

Also note: Not yet open source — no LICENSE file in its public GitHub repo, unlike the Apache-2.0 Gemini CLI it replaces, and Google has not confirmed whether that will change. · No Agent Client Protocol (ACP) support yet, so — unlike Gemini CLI — it can't currently run inside a third-party ACP editor.

How Antigravity CLI compares

The other agents buyers weigh against Antigravity CLI, and when to pick each.

AgentBest when you want…
Antigravity CLIThis pageDevelopers already inside the Google ecosystem (Google AI subscription, GCP billing) who want a free terminal agent with both Gemini and Claude model access, especially anyone migrating off a now-sunset Gemini CLI workflow.
Claude CodeAnthropic's own terminal agent — deeper single-vendor reasoning and an open ecosystem track record — for developers who don't need Antigravity CLI's free tier or its access to both Gemini and Claude models, and who want an open-source license (unlike closed-source Antigravity CLI).
AiderA free, MIT-licensed, bring-your-own-model harness for developers who want an open-source tool and full model choice, rather than Antigravity CLI's closed-source replacement for the sunset Gemini CLI.

What is Antigravity CLI?

Antigravity CLI is Google's terminal-native AI coding agent, launched at Google I/O on May 19, 2026 as the successor to Gemini CLI. Google fully sunset Gemini CLI for free and paid consumer users on June 18, 2026 — only Gemini Code Assist Standard/Enterprise licensees and Gemini Enterprise Agent Platform API-key customers kept uninterrupted access to the old tool — pushing the entire consumer and prosumer developer base onto Antigravity CLI instead. The CLI shares its agent core with Antigravity 2.0, Google's broader agent-first development platform (which also ships a desktop app), so a session started in the terminal can be exported into the GUI app. Unlike Gemini CLI, which shipped under an Apache 2.0 license with its full source on GitHub, Antigravity CLI's public repository (google-antigravity/antigravity-cli) carries no LICENSE file — Google has not stated whether it will remain open source, and a GitHub issue asking directly (#27304) had no official answer as of this listing's research date.

What does Antigravity CLI do?

Antigravity CLI installs locally via a one-line shell script and runs as agy, a Terminal User Interface optimized for keyboard-driven workflows and remote SSH sessions. It authenticates through a Google Sign-In flow backed by the system keyring, auto-detects SSH sessions, and can connect to a GCP project for enterprise billing. Its standout feature is Subagents: multiple agents work concurrently on background tasks inside one session, splitting up a larger job instead of running everything as one linear conversation — the capability Google's own transition announcement cites as the reason for the rebuild ("developers now need multiple agents communicating with each other to split up the work"). Slash commands give quick access to plugins (Gemini CLI's old "Extensions" are now called "Antigravity plugins"), MCP servers, skills and hooks — Google says these four building blocks carry over from Gemini CLI, though it has publicly acknowledged Antigravity CLI does not have full feature parity with Gemini CLI on day one. Model access is unusually broad for a Google-built tool: the free Individual tier includes Gemini 3.5 Flash and Gemini 3.1 Pro alongside Claude Sonnet and Opus 4.6. As of this listing's research date, Antigravity CLI does not yet support the Agent Client Protocol (ACP) that lets an agent run inside a third-party editor — an open GitHub feature request (#31) was still unresolved, unlike Gemini CLI, which shipped its own ACP mode.

How Antigravity CLI works

  1. Install Antigravity CLI locally with a one-line shell script and authenticate through a Google Sign-In flow backed by the system keyring.
  2. Run agy, a keyboard-driven terminal interface that auto-detects SSH sessions and can connect to a GCP project for enterprise billing.
  3. Use slash commands to invoke plugins, MCP servers, skills and hooks, and delegate larger jobs to concurrently-working Subagents inside one session.
  4. Export a terminal session into the Antigravity 2.0 desktop app, since both share the same underlying agent core.

Who is Antigravity CLI for?

  • Developers already inside the Google ecosystem, with a Google AI subscription or GCP billing, who want a free terminal coding agent
  • Former Gemini CLI users migrating off a now-sunset tool who need a replacement carrying over plugins, MCP servers, skills and hooks
  • Developers who want both Gemini and Claude frontier models available in one free terminal session instead of paying for two separate subscriptions

Key features

  • Subagents: Multiple agents work concurrently on background tasks in one session — the capability Google cites as the reason it rebuilt Gemini CLI into Antigravity CLI.
  • Multi-vendor free tier: The $0/month Individual tier includes Gemini 3.5 Flash and Gemini 3.1 Pro alongside Claude Sonnet and Opus 4.6 — a rival's models shipped free inside a Google CLI.
  • Shared core with Antigravity 2.0: The CLI and the Antigravity desktop app share the same agent engine, so a terminal session can be exported into the GUI app.
  • Slash-command plugins, MCP, skills and hooks: Gemini CLI's "Extensions" carry over as "Antigravity plugins," alongside MCP server support, skills and hooks.
  • SSH-aware TUI: Auto-detects remote SSH sessions and runs a lightweight terminal interface built for keyboard-driven, low-overhead workflows.
  • GCP-backed enterprise billing: Organization plans connect to a Google Cloud project for consumption-based billing under Google Cloud Terms.

What are Antigravity CLI's use cases?

  • Migrating off a sunset Gemini CLI workflow: A team that scripted Gemini CLI into CI or day-to-day terminal work migrates to Antigravity CLI to keep a Google-model-based agent working past the June 18, 2026 cutoff.
  • Splitting a large ticket across concurrent subagents: A developer delegates a multi-file refactor where separate subagents work in parallel inside one session instead of one linear conversation.
  • Working over SSH on a remote dev box: The TUI's SSH detection and lightweight footprint suit a cloud workstation or remote pair-programming session better than a GUI IDE agent.

What does Antigravity CLI integrate with?

  • Google Cloud (GCP) billing for Organization plans
  • MCP servers
  • Antigravity plugins (formerly Gemini CLI Extensions)
  • Antigravity 2.0 desktop app (shared session export)

Why use Antigravity CLI?

  • The only major terminal coding agent in this index whose free tier bundles both the vendor's own frontier models and a rival's (Claude Sonnet & Opus 4.6) at $0/month.
  • Subagents let you run genuinely concurrent background work instead of one linear session — a structural capability most terminal agents here don't have.
  • Backed by Google's own infrastructure, with a straight upgrade path to Google AI Pro/Ultra for higher quota instead of a separate vendor relationship.

Pros & cons

Pros

  • The only terminal coding agent in this index whose free tier includes a rival vendor's frontier models (Claude Sonnet & Opus 4.6) alongside its own (Gemini 3.5 Flash, Gemini 3.1 Pro) — confirmed directly on Google's own pricing page.
  • Subagents run genuinely concurrent background work in one session — Google states this exact capability ("multiple agents communicating with each other to split up the work") was the reason it rebuilt Gemini CLI into Antigravity CLI.
  • A real, if young, open community around the CLI itself: 1.7k GitHub stars and 145 forks on its public repo within roughly two months of the May 2026 announcement, plus a working migration path — Agent Skills, Hooks, Subagents and Extensions all carry over from Gemini CLI.

Cons

  • Unlike its Apache-2.0-licensed predecessor, Antigravity CLI's public GitHub repo ships with no LICENSE file, and a direct GitHub issue asking Google to confirm open-source status (#27304) had no official answer as of this listing's research date — a real step backward in openness for anyone who chose Gemini CLI specifically because it was open source.
  • Google has publicly acknowledged Antigravity CLI does not have full feature parity with Gemini CLI on day one, and free/personal Gemini CLI users had only a roughly 30-day window (announced May 19, cutoff June 18, 2026) to migrate — developers who built tooling around specific Gemini CLI behaviors reported real breakage.
  • No support yet for the Agent Client Protocol (ACP) that lets an agent run inside a third-party editor — an open GitHub feature request (#31) remained unresolved as of this listing's research date, unlike Gemini CLI, which shipped its own ACP mode.

Limitations

  • Not yet open source — no LICENSE file in its public GitHub repo, unlike the Apache-2.0 Gemini CLI it replaces, and Google has not confirmed whether that will change.
  • No Agent Client Protocol (ACP) support yet, so — unlike Gemini CLI — it can't currently run inside a third-party ACP editor.

Antigravity CLI pricing

Free — Google AI Pro ~$19.99/mo — Google AI Ultra ~$99.99+/mo — Organization custom

  • IndividualFree / month
  • Google AI Pro~$19.99 / month
  • Google AI Ultra~$99.99+ / month
  • OrganizationCustom / consumption-based

See current pricing on antigravity.google ↗Compare Antigravity CLI alternatives →

Antigravity CLI specs

Pricing

Pricing model
freemium
Free tier
✓ Yes

Capabilities

Model / LLM
Gemini 3.1 Pro / 3.5 Flash + Claude Sonnet & Opus 4.6 (free tier)
Interface
CLI
Public API
✓ Yes
Open source
✗ No

Deployment

Deployment
Cloud

Antigravity CLI review

Antigravity CLI is Google's answer to "what replaces a sunset open-source tool" — and the honest read is a mixed one. The free tier is genuinely generous (unlimited tab completions and command requests, plus a rare bundle of both Gemini and Claude frontier models at $0/month), and Subagents give it real concurrent-execution capability most terminal agents in this index lack. But it arrived by force, not choice: free and personal Gemini CLI users got roughly 30 days' notice before their old tool stopped working entirely, the replacement isn't fully at feature parity yet, and — unlike its predecessor — it isn't open source. Pick it if you're already on Google's stack and want the free multi-model access; look elsewhere if an open license or ACP compatibility with your editor of choice is a hard requirement.

Google's forced replacement for the now-sunset Gemini CLI — a genuinely generous free multi-model tier, but closed-source and not yet at feature parity.

Frequently asked questions

What happened to Gemini CLI?
Google announced at I/O on May 19, 2026 that it was retiring Gemini CLI in favor of Antigravity CLI, and cut off free and paid consumer access entirely on June 18, 2026. Only customers with a Gemini Code Assist Standard/Enterprise license or a paid Gemini Enterprise Agent Platform API key kept uninterrupted Gemini CLI access; everyone else had to migrate to Antigravity CLI.
Is Antigravity CLI free?
Yes — the Individual tier is $0/month and includes Gemini 3.5 Flash, Gemini 3.1 Pro and Claude Sonnet & Opus 4.6 model access with unlimited tab completions and command requests, on a weekly-refreshing rate limit. Google AI Pro and Ultra subscriptions raise that to a quota that refreshes every 5 hours instead of weekly.
Is Antigravity CLI open source?
No — unlike Gemini CLI, which shipped under an Apache 2.0 license, Antigravity CLI's public GitHub repository carries no LICENSE file. A GitHub issue asking Google to clarify its open-source status had no official response as of this listing's research date.
What are Subagents?
Antigravity CLI's headline new capability: multiple agents work concurrently on background tasks within one session, splitting up a larger job instead of running it as a single linear conversation. Google cites exactly this need as the reason it rebuilt Gemini CLI into Antigravity CLI.
Can I run Antigravity CLI inside a third-party editor via ACP?
Not yet. Antigravity CLI does not currently support the Agent Client Protocol (ACP) that lets agents like Claude Agent, Codex and (previously) Gemini CLI run inside a third-party editor — a GitHub feature request asking for ACP support remained open and unresolved as of this listing's research date.

Antigravity CLI alternatives

  • Claude Code

    Anthropic's own terminal agent — deeper single-vendor reasoning and an open ecosystem track record — for developers who don't need Antigravity CLI's free tier or its access to both Gemini and Claude models, and who want an open-source license (unlike closed-source Antigravity CLI).

  • Aider

    A free, MIT-licensed, bring-your-own-model harness for developers who want an open-source tool and full model choice, rather than Antigravity CLI's closed-source replacement for the sunset Gemini CLI.

Get a quote from Antigravity CLI

Tell us what you need. We make the introduction to Antigravity CLI.

Antigravity CLI

from Free / month

Visit ↗