Google’s Antigravity started as a response to the wave of agentic coding tools that turned the terminal and editor into the primary control surface for AI-assisted software work. With Antigravity 2.0, the company is clearly widening the aperture. The update adds an overhauled desktop app, a new Antigravity CLI, and an SDK, while tying the stack to Gemini 3.5 Flash and a broader set of Google services.

That combination matters because it changes what Antigravity is for. The original framing looked like a prototyping environment for agentic coding. Version 2.0 looks closer to an orchestration layer: a place where developers can coordinate multiple agents, run tasks in parallel, schedule background work, and compose subagent workflows that extend beyond a single interactive session.

What changed and why it matters now

The most visible change is the desktop app. Google says the new surface lets users orchestrate multiple agents, execute tasks simultaneously, and set up custom subagent workflows that can run in the background. That is a meaningful shift from a single-agent, chat-like workflow toward a system that is explicitly designed for concurrency and delegation.

The updated product surface also introduces the Antigravity CLI for developers who prefer the terminal as their primary control plane. Google is positioning that CLI as the successor path for users of the Gemini CLI, which the company says should migrate to the new tool. For technical teams, that signals an attempt to unify the interaction model across GUI, shell, and embedded workflows rather than leave agent usage split between separate products.

The addition of an SDK pushes the product further into platform territory. An SDK implies that teams can wrap Antigravity into their own automation, build custom workflows, and integrate agent behavior into internal tooling rather than staying inside Google’s default UX. In practical terms, that is the difference between using a tool and building on top of it.

Under the hood: Gemini 3.5 Flash powers the stack

Google says much of Antigravity 2.0 is powered by Gemini 3.5 Flash, a model it also says was co-developed using Antigravity. The important detail here is not just the model name, but the fit between model and workload.

Agent orchestration has different requirements from single-turn chat or even ordinary code generation. A multi-agent system needs fast routing, sustained context across workers, and reliable transitions between planning, execution, and follow-up. Flash-tier models are typically used where latency and throughput matter, and Google is making a clear bet that Gemini 3.5 Flash can serve as the coordination engine for more frequent, smaller, task-level decisions inside Antigravity.

That doesn’t mean the model solves orchestration on its own. Multi-agent systems still depend on task decomposition, state management, and guardrails around when a subagent can act independently. But by putting Gemini 3.5 Flash at the center, Google is signaling that Antigravity 2.0 is meant to handle continuous agent scheduling rather than isolated prompts.

The architecture implication is straightforward: if the model layer is optimized for quick switches and context handoffs, then the rest of the stack can spend less time compensating for orchestration overhead. If it isn’t, the benefits of parallelism quickly erode under coordination cost. That tradeoff is what makes the model choice central to the launch rather than incidental.

Developer tooling: desktop, CLI, and SDK

The desktop app, CLI, and SDK form a three-part toolchain that maps to distinct developer workflows.

The desktop app is the orchestration console. It appears designed for developers who want to watch multiple agents operate at once, assign work, and intervene when a workflow needs steering. Its value is not just visual; it centralizes scheduling and execution in a way that is easier to inspect than a chain of background scripts.

The Antigravity CLI serves the opposite use case. Terminal-native tooling matters because many engineering teams already automate through shells, build scripts, and CI pipelines. By introducing a dedicated CLI, Google is making Antigravity usable in contexts where a desktop UI is not ideal: local development, headless execution, scripted agent runs, and likely future CI-adjacent workflows.

The SDK is the most strategically important piece. It should allow teams to create custom workflows that go beyond the product’s stock agent templates. That could include custom subagent definitions, project-specific routing logic, or tighter integration with in-house systems. For enterprise users, an SDK is often the difference between trying a product and standardizing on it.

There is also a practical migration story embedded in the tooling update. Google is explicitly asking Gemini CLI users to move to Antigravity CLI. That suggests the company wants a cleaner developer surface with one canonical toolchain for agent creation and execution. For teams that already built around Gemini CLI, the migration question will be less about syntax and more about whether their existing scripts, workflows, and automation can be ported without losing control or introducing new dependencies.

Ecosystem strategy: integration with Google stack

Google is not shipping Antigravity 2.0 as a stand-alone agent environment. The new desktop app integrates with Google AI Studio, Android, and Firebase, which is where the product’s strategic intent becomes clearer.

Integration with AI Studio lowers the friction between model experimentation and agent deployment. Developers can move from prompt and model iteration into more structured orchestration without switching ecosystems. Android support expands the relevance of the toolchain for mobile development, where agent-assisted workflows could touch app generation, testing, or project scaffolding. Firebase adds a path into backend services, auth, data, and app infrastructure that many teams already use as part of their shipping stack.

This kind of integration reduces onboarding friction because it preserves familiar Google surfaces while adding agent capabilities on top. It also increases the likelihood that Antigravity becomes a workflow layer across multiple parts of the stack instead of a niche coding assistant.

The other side of that equation is lock-in. When an orchestration system is deeply bound to a vendor’s model, IDE-adjacent desktop app, CLI, and cloud services, it can become harder to swap components later. For teams already standardized on Google infrastructure, that may be an acceptable trade. For others, the more important question will be how much of Antigravity’s workflow logic remains portable outside Google’s ecosystem.

Rollout, migration, and practical considerations

For enterprise adoption, the launch raises the same set of questions that usually determine whether an agent platform survives beyond early enthusiasts: how are permissions scoped, how are background jobs audited, how are subagents constrained, and what is the migration path for existing tooling?

The Gemini CLI to Antigravity CLI transition is especially important because migrations are rarely just about renaming a command. They usually involve differences in state handling, invocation patterns, environment assumptions, and integrations with internal automation. If Google wants teams to consolidate on the new CLI, it will need to make that path predictable enough for production use.

The desktop app also introduces governance questions that a terminal-only tool can avoid. If multiple agents can run in parallel and schedule background tasks, then enterprises will need visibility into task provenance, model behavior, access control, and output review. Those concerns are not unique to Antigravity, but they become more acute as orchestration expands from interactive usage into persistent workflows.

That is why the SDK matters beyond developer convenience. It can either support enterprise policy and custom controls, or it can multiply the number of places where governance has to be reimplemented. The launch suggests Google wants the former, but the actual enterprise outcome will depend on how much policy surface the SDK exposes.

Risks, tradeoffs, and what to watch next

Antigravity 2.0 is more ambitious than a simple product refresh, but the added ambition comes with tradeoffs.

First, deeper integration can create stronger dependency. If a team’s agent workflows are built around Google AI Studio, Android, Firebase, Gemini 3.5 Flash, and the new CLI/desktop combination, migrating away later will be harder than with a loosely coupled tool.

Second, multi-agent orchestration increases governance complexity. Parallel execution and background scheduling are useful only if they can be bounded, observed, and reproduced. Technical teams should look for details on auditability, access segmentation, and how Google expects production operators to review or override agent activity.

Third, interoperability remains the key test for any platform that wants to be more than a closed loop. Readers should watch for how well Antigravity fits alongside non-Google model providers, external CI systems, and existing code review or deployment pipelines. The more work it can do across boundaries, the more credible its enterprise story becomes.

For now, the headline is clear: Google is no longer treating Antigravity as a narrow agentic coding product. With Gemini 3.5 Flash at the core and a desktop app, CLI, and SDK wrapped around it, Antigravity 2.0 looks like an attempt to define a full orchestration surface for agentic development. Whether that becomes a standard layer in enterprise workflows will depend less on the demo and more on control, migration, and how much of the stack users are willing to tie to Google’s own ecosystem.