Build with Google Antigravity, our new agentic development platform
Source: Google Developers Blog
Nov 20, 2025

Development is lifting off. The tools of yesterday focused on helping you write code faster; the tools of tomorrow need to help you orchestrate it. Today, we’re introducing Google Antigravity, a new agentic development platform designed to help you operate at a higher, task‑oriented level.
Antigravity isn’t just an editor—it’s a development platform that combines a familiar, AI‑powered coding experience with a new agent‑first interface. This allows you to deploy agents that autonomously plan, execute, and verify complex tasks across your editor, terminal, and browser.
A new way to work
We built Antigravity because we believe agents shouldn’t just be chatbots in a sidebar; they should have their own dedicated space to work. The platform introduces two distinct ways to interact with your code:
- The Editor View: When you need to be hands‑on, you get a state‑of‑the‑art, AI‑powered IDE equipped with tab completions and inline commands for the synchronous workflow you already know.
- The Manager Surface: A dedicated interface where you can spawn, orchestrate, and observe multiple agents working asynchronously across different workspaces.

Practical use cases for your workflow
Antigravity lets you offload end‑to‑end tasks that previously required constant context switching. Here are three ways you can apply it to your daily development:
- Delegate complex, multi‑tool software tasks to the agent: The agent can autonomously plan and execute the task across the editor, terminal, and browser—e.g., writing code for a new feature, launching the application, and testing the component—without synchronous human intervention.
- Operate at a higher, task‑oriented level by requesting UI changes: The agent modifies the codebase (UI iteration) and communicates its progress via Artifacts such as screenshots and walkthroughs, giving you clear context to review and validate the work.
- Utilize the agent‑first Manager surface to dispatch agents for long‑running maintenance or bug‑fix tasks: The agent can reproduce an issue, generate a test case, and implement a fix while you focus on primary work, observing progress asynchronously.

Verify with Artifacts, not logs
Delegating work to an agent requires trust, but scrolling through raw tool calls is tedious. Antigravity solves this by having agents generate Artifacts—tangible deliverables like task lists, implementation plans, screenshots, and browser recordings. These Artifacts let you verify the agent’s logic at a glance. If something looks off, you can leave feedback directly on the Artifact—similar to commenting on a doc—and the agent will incorporate your input without stopping its execution flow.
Built for choice and speed
We want Antigravity to be your home base for the era of agents. It treats learning as a core primitive, allowing agents to save useful context and code snippets to a knowledge base to improve future tasks.
Google Antigravity is available today in public preview, at no cost for individuals. This cross‑platform solution works on macOS, Windows, and Linux, offering model optionality with generous rate limits on Gemini 3 Pro, and full support for Anthropic’s Claude Sonnet 4.5 and OpenAI’s GPT‑OSS.
Download at antigravity.google/download and experience liftoff.