Google Antigravity icon

Google Antigravity 2.0

Antigravity 2.0Verified

Expand beyond the original coding environment into a full agentic platform with a standalone desktop app, Go-based CLI, SDK, Managed Agents in the Gemini API, and Gemini Enterprise Agent Platform Orchestrate multiple agents in parallel with dynamic subagents and scheduled background tasks; native integrations with Google AI Studio, Firebase, and Android, plus voice command input Power agents with Gemini 3.5 Flash, which outperforms Gemini 3.1 Pro on Terminal-Bench 2.1 (76.2%) and MCP Atlas (83.6%) while delivering 4X faster output than other frontier models

Reviewed by ToolWorthy Editors·updated 1 month ago·Antigravity 2.0 released 2 months ago

Pricing:Free + Premium
Get Started
Jump to section

Featured alternatives

Coasty icon

Coasty

MakersClaw icon

MakersClaw

BrowserAct icon

BrowserAct

YAGNI icon

YAGNI

Timbal AI icon

Timbal AI

Atomic Mail Agentic icon

Atomic Mail Agentic

Pros & Cons

Editor-reviewed

Pros

  • Full agentic platform (desktop + CLI + SDK + Managed Agents + Enterprise) instead of one IDE — every team can pick the surface that matches their workflow.
  • Antigravity CLI in Go is faster than the previous Gemini CLI for headless / CI usage.
  • Multi-agent orchestration with dynamic subagents and scheduled tasks is a meaningful step beyond 1.0's Editor/Manager UI for complex projects.
  • Default Gemini 3.5 Flash model brings stronger coding / agentic benchmark numbers than 1.0's Gemini 3 Pro default.
  • Native integrations with Google AI Studio, Firebase, and Android remove glue work for teams already on those stacks.
  • Desktop app retains a free entry tier for evaluation, with higher quotas tied to Google AI Pro / Ultra plans (a change from 1.0's open public preview).

Cons

  • "Full rebuild" means existing 1.0 setups don't auto-upgrade — desktop reinstallation, CLI re-tooling, and prompt-pattern re-validation are required.
  • Gemini CLI users have to migrate to Antigravity CLI; existing scripts that call gemini won't drop in.
  • Managed Agents and Enterprise tier pricing are not surfaced as standalone per-call rates at launch — cost modeling requires Gemini API billing assumptions.
  • Free tier is quota-limited and the subagent teamwork capability is an early research preview — production-critical workflows should evaluate paid plans (Google AI Pro / Ultra) or the Enterprise tier and validate subagent behavior on their own task mix.
  • Multi-model support (Claude Sonnet 4.5, GPT-OSS) carries from 1.0 but the launch positioning leans on Gemini 3.5 Flash; validate non-Gemini model behavior on the new platform before depending on it.

Overview

Antigravity 2.0 is a major expansion of Google's agent-first development platform, announced at Google I/O 2026 on May 19, 2026 — six months after the original Antigravity 1.0 launched as a single VS Code-fork IDE alongside Gemini 3 (November 2025). Where 1.0 was one desktop app, 2.0 is a five-surface platform: standalone desktop (with the Editor still built on the VS Code codebase), Go-based Antigravity CLI (replacing the previous Gemini CLI), an SDK, Managed Agents in the Gemini API / Interactions API, and Google Cloud / Gemini Enterprise deployment paths.

Underneath, the model also changes: Antigravity 2 ships with Gemini 3.5 Flash as the default agentic model, replacing Antigravity 1.0's Gemini 3 Pro default. The 2.0 push is explicitly about putting multi-agent orchestration front and center — dynamic subagents, scheduled background tasks, voice command input, and native integrations with Google AI Studio, Firebase, and Android.

What's New

Five-surface platform replaces single IDE

Antigravity 1.0 was a desktop IDE only. Antigravity 2 ships as:

  • Desktop app — Refreshed, multi-agent-oriented standalone desktop client.
  • Antigravity CLI — A new Go-based CLI, faster and more responsive than the predecessor Gemini CLI, suitable for headless and CI workflows.
  • SDK — Programmatic access to the same agent harness powering Google's products; lets you define custom agent behaviors and host them on your own infrastructure.
  • Managed Agents (Gemini API) — A preview managed tier in the Gemini API / Interactions API for spinning up Antigravity agents in isolated Linux environments without operating the harness yourself.
  • Gemini Enterprise / Google Cloud — Enterprise deployment paths for the same agent runtime, sitting alongside the broader Gemini Enterprise / Google Cloud lineup.

Multi-agent orchestration as the default

Antigravity 2.0's flagship change is putting multi-agent orchestration in the foreground rather than treating it as an Editor + Manager split (as 1.0 did). Developers can orchestrate multiple local agents, use subagents / hooks / asynchronous task management, and schedule background work that runs without a developer sitting at the desk. Note: Google frames the newer subagent teamwork capability as an early research preview — validate behavior before treating it as production-ready.

Antigravity CLI replaces Gemini CLI

The previous Gemini CLI is being transitioned to Antigravity CLI, rebuilt in Go for higher throughput. Antigravity CLI is not a 1:1 drop-in replacement — the binary, command surface, and config layout change, and migration touches scripts, skills, hooks, subagents, extensions/plugins, and output assumptions. Google has announced that Gemini CLI will stop serving requests for individual free / Pro / Ultra users on June 18, 2026, while enterprise access remains unchanged for now — so personal users need to plan migration on that timeline.

Live voice transcription

The desktop app adds live voice transcription for prompting agents and leaving feedback using natural speech, rather than typing every instruction. This is transcription, not full voice-command automation — the model still receives text prompts assembled from your speech.

Google developer-tooling integrations

Antigravity 2.0 ships with integrations across Google developer tooling, including Google AI Studio export to Antigravity and Build with Google plugin bundles that expose Firebase-related workflows inside the platform. Confirm in the official docs which specific Android / Firebase touchpoints are first-class native features versus plugin-mediated workflows before depending on them.

Default model is now Gemini 3.5 Flash

Antigravity 1.0 defaulted to Gemini 3 Pro. Antigravity 2 defaults to the newer Gemini 3.5 Flash, which Google says is faster and stronger on coding / agentic benchmarks. 1.0's multi-model support (Claude Sonnet 4.5, GPT-OSS, etc.) carries over.

Performance Benchmarks

Antigravity 2 itself does not publish a unit benchmark — it's a platform, not a model. The agentic performance comes from the default model:

Metric Gemini 3.5 Flash (Antigravity 2 default) Reference
Terminal-Bench 2.1 76.2% Google announcement
MCP Atlas 83.6% Google announcement
GDPval-AA 1656 Elo Google announcement
CharXiv Reasoning (multimodal) 84.2% Google announcement
Output speed 4X faster than other frontier models Google announcement

Google states Gemini 3.5 Flash outperforms Gemini 3.1 Pro on these coding and agentic benchmarks. Per-task results in Antigravity 2 will vary based on which model you select (1.0's multi-model support, including Claude Sonnet 4.5, persists).

Migration Guide

From Antigravity 1.0

Antigravity 2 is described by Google as a full rebuild, not an incremental update. Practical advice:

  • Reinstall the desktop app — The 2.0 desktop client is a refreshed binary; expect to re-authenticate and reconnect your project workspaces rather than auto-upgrade.
  • Move from Editor/Manager split to multi-agent orchestration — Workflows that lived in 1.0's two-pane UI may need to be redesigned around dynamic subagents and scheduled tasks.
  • Update default model expectations — The default flips from Gemini 3 Pro to Gemini 3.5 Flash. Re-run any internal evals that previously baselined on 3 Pro to confirm 3.5 Flash performs at least as well on your task mix.

From Gemini CLI (deadline: June 18, 2026)

Google has announced the transition from Gemini CLI to Antigravity CLI, with Gemini CLI ceasing to serve individual free / Pro / Ultra users on June 18, 2026. Enterprise access remains unchanged for now. Practical migration:

  • The new CLI is written in Go and is not a 1:1 drop-in for Gemini CLI. Migration touches scripts, skills, hooks, subagents, extensions/plugins, and output assumptions.
  • Test scripts and CI jobs that depend on Gemini CLI against Antigravity CLI before flipping production pipelines.
  • Plan the migration window before June 18, 2026 if you are on a free, Pro, or Ultra tier.

API and channel access

Antigravity 2.0's Managed Agents tier is accessible in preview through the Gemini API / Interactions API. The SDK provides programmatic access to the agent runtime — model, API, and infrastructure costs may still apply depending on how you deploy. Enterprise deployment goes through Google Cloud / Gemini Enterprise. The desktop app still offers a free tier, but usage is quota-limited and higher limits are tied to Google AI Pro / Ultra plans — this is a meaningful change from 1.0's open public preview.

Pricing & Plans

Antigravity 2.0 changes the pricing posture from 1.0's open public preview. The desktop app still offers a free entry point, but higher usage is quota-tied to Google AI Pro / Ultra plans, and Managed Agents are rolling out in preview through the Gemini API / Interactions API.

Surface Cost Notes
Desktop app Free tier + paid quota tiers Free access is quota-limited; higher usage is tied to Google AI Pro / Ultra plans
Antigravity CLI Bundled with the desktop tier Go-based replacement for Gemini CLI; same quota / plan rules apply
SDK No standalone SDK price surfaced Programmatic access to the Antigravity agent runtime; model / API / infrastructure costs may still apply depending on deployment
Managed Agents (Gemini API / Interactions API) Preview rollout, billed via current Gemini API pricing Run agents in isolated Linux environments without operating the harness
Google Cloud / Gemini Enterprise Contact sales Enterprise deployment with admin, billing, and SLA

Specific Managed Agents per-call pricing should be verified against the current Gemini API / Interactions API pricing page before committing production budgets.

Best For

  • Teams already on Antigravity 1.0 who hit the limits of a single Editor/Manager IDE and need parallel subagents or scheduled background runs.
  • Developers running headless / CI agentic workflows who can adopt the new Go-based Antigravity CLI in place of Gemini CLI.
  • Builders who want to embed Google's agent harness in their own infrastructure via the SDK rather than running the desktop app.
  • Product teams that need a managed agent runtime (Managed Agents in Gemini API) without operating the harness themselves.
  • Enterprises on Gemini Enterprise that want a unified agent deployment surface alongside their existing Google Cloud / Workspace footprint.
  • Teams currently using API-based coding agents like Claude Code who want to evaluate a Google-native agent harness with the same multi-model flexibility.

FAQ

What is Antigravity 2?

Antigravity 2 is a full rebuild of Google's agent-first development platform, announced at Google I/O on May 19, 2026. It replaces the November 2025 single-IDE Antigravity 1.0 with a five-surface platform: desktop app, Antigravity CLI (Go), SDK, Managed Agents in the Gemini API, and the Gemini Enterprise Agent Platform.

How is Antigravity 2 different from Antigravity 1.0?

Five main changes: (1) platform expansion from one IDE to five surfaces, (2) multi-agent orchestration with dynamic subagents and scheduled tasks as the default UX, (3) new Antigravity CLI in Go replaces Gemini CLI, (4) voice command input in the desktop app, (5) default model flips from Gemini 3 Pro to Gemini 3.5 Flash. Google describes it as a full rebuild, not an incremental update.

Is Antigravity 2 free?

Partly. Antigravity 2.0 still offers free access to the desktop app and CLI, but usage is quota-limited and higher limits are tied to Google AI Pro / Ultra plans — this is a change from 1.0's open public preview. Managed Agents are rolling out in preview through the Gemini API / Interactions API, and enterprise deployment is handled through Google Cloud / Gemini Enterprise surfaces.

Do I have to migrate from Gemini CLI?

If you are on an individual free / Pro / Ultra tier, yes — Google will stop serving Gemini CLI requests for those users on June 18, 2026. Enterprise access remains unchanged for now. The new Antigravity CLI is written in Go and is not a 1:1 drop-in; migration touches scripts, skills, hooks, subagents, extensions/plugins, and output assumptions — validate before flipping production pipelines.

Which AI models does Antigravity 2 support?

The default is Gemini 3.5 Flash. Antigravity 1.0's multi-model support carries over, including Anthropic's Claude Sonnet 4.5 and OpenAI's GPT-OSS open-weight models. Validate non-default model behavior on the new platform before depending on it.

What are Managed Agents in the Gemini API?

A new managed tier inside the Gemini API where Google operates the agent harness and you call agents through the API rather than running the desktop app or SDK. It bills through Gemini API token usage; specific per-call rates were not surfaced as a separate price list at the launch.

Is Antigravity 2 still based on VS Code?

Yes — Antigravity 1.0 was a VS Code fork, and Google describes Antigravity 2.0 as a new standalone desktop application and agent command center, but the Editor surface is still documented as based on the VS Code codebase. The "new standalone app" framing refers to the agent-orchestration architecture around the editor, not a replacement of the VS Code core.

Version History

Antigravity 2.0

Current Version

Released on May 19, 2026

+What's new
3 updates
  • Expand beyond the original coding environment into a full agentic platform with a standalone desktop app, Go-based CLI, SDK, Managed Agents in the Gemini API, and Gemini Enterprise Agent Platform
  • Orchestrate multiple agents in parallel with dynamic subagents and scheduled background tasks; native integrations with Google AI Studio, Firebase, and Android, plus voice command input
  • Power agents with Gemini 3.5 Flash, which outperforms Gemini 3.1 Pro on Terminal-Bench 2.1 (76.2%) and MCP Atlas (83.6%) while delivering 4X faster output than other frontier models

Antigravity 1.0

Released on November 18, 2025

+What's new
3 updates
  • Launch Google's agent-first development platform with an AI IDE core and Agent Manager view, introduced on November 18, 2025 alongside Gemini 3 and free in public preview for individual developers
  • Delegate multi-step coding work to autonomous agents that plan, execute, and validate across editor, terminal, and browser, with full transparency via auto-generated Markdown artifacts
  • Support multiple AI models including Gemini 3 Pro, Anthropic's Claude Sonnet 4.5, and OpenAI's GPT-OSS open-weight models, on macOS, Windows, and 64-bit Linux desktop

Top alternatives

Related categories

From the blog

View all →

Track Google Antigravity in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.