Antigravity — Google's AI-native developer browser and agentic coding surface.

Antigravity is the browser Google built for developers who want an AI agent to plan, click, code, test, and report — across multiple windows, with a live workspace and a real Chromium engine underneath. Agentic by default, reviewable at every step.

Abstract cyan-on-navy composite suggesting orbital motion and upward flight — the visual metaphor Google uses for Antigravity.
Sandboxed agent runtime — isolated per tab
Checkpointed execution — human-in-the-loop gates
Run history — every step logged and replayable
Local workspace — files never leave your machine without a prompt

How the Antigravity browser actually works

A plan-execute-review loop, wrapped around a real Chromium engine and a real local workspace.

Antigravity is not a wrapper around a chat model. The product ships as a native desktop application that embeds a full Chromium engine, a local file workspace, and a task orchestrator capable of coordinating four or more windows at once. When you open the browser the agent is already loaded in a side rail. You describe the task in plain English and the agent produces a plan — a numbered list of steps with the URLs it will visit, the files it will touch, and the commands it will run. Nothing executes until you approve the plan.

Once you approve the plan, the agent begins working. You watch it click, type, scroll, and read — the same way a junior engineer would drive a browser during a demo — and the output stream shows you, line by line, what it is reasoning about. If it gets stuck, Antigravity pauses and surfaces a decision point: a small modal asks a clarifying question, you answer, and execution resumes. If the agent is confident, it plows through all the way to an artifact bundle at the end.

The artifact bundle is the feature most teams end up caring about. Every HTTP request, every file write, every console log, every screenshot, every test run is captured and stored as a single replay object. You can scrub the timeline, pin a step, annotate a decision, share the whole bundle with a reviewer, or re-run from any checkpoint. That is the part Google spent the longest on and it is the part that makes the product reviewable in a regulated environment. See the NIST AI guidance for a policy-level view on agentic-tool audit trails.

Why Google built a browser rather than another editor

Most engineering work now happens across a browser, not only inside an IDE.

The competing category is AI-native editors — Cursor, Windsurf, VS Code with its agent extensions. Those products live inside a code workspace and drive changes through a file tree. They are good at that job. But a great deal of modern engineering work no longer happens inside a code workspace. It happens in a pull request review, a dashboard, a runbook, a monitoring console, a ticket, an internal admin panel. All of those surfaces are browsers. An editor-based agent cannot click through a PR, open a monitoring graph, and correlate the graph with a log entry. A browser-based agent can.

Antigravity is Google's bet that the natural surface for an AI coding partner is the browser that already holds most of your work. The editor is embedded — there is a side-pane code editor with Gemini autocompletion and repo indexing — but the primary loop is a browser loop. The agent plans across tabs. The artifact store records across tabs. The review tools render across tabs. Engineers who spend most of their day in a browser rather than in a text editor have been the loudest adopters, which matches the thesis.

Multi-window orchestration in practice

One agent, four windows, one task — this is the layout engineers keep asking for.

The multi-window mode is the pattern that separates the browser from a chat session. You open a single task — say, "diagnose why the signup flow regressed last night" — and the agent splits the workspace into four panes. The first pane is the production dashboard with request-rate graphs. The second is the log viewer, pre-filtered to the signup service. The third is the git history of the services involved. The fourth is the editor with the relevant file already open. The agent keeps the panes in context; you can pin any of them, resize the grid, or hand the agent to take the next step based on what all four panes show.

Engineers used to do this manually — four Chrome tabs, four mental contexts, a notepad on the side. The browser is now the thing that holds the context, which means context does not evaporate when you close a window. Pin the grid, hand it off to a colleague, come back in the morning — the layout and the run history are still there, ready to keep going. Teams that run on-call have reported this pattern reducing mean-time-to-understand on regressions, because the first ten minutes of triage are already done by the time a human joins.

Where the name "Antigravity" comes from

A nod to the project's internal codename: "lift the dev loop off the ground."

Google has not published the full naming story, but the one leaked from the initial press briefing was that the internal codename for the project was Lift, then Liftoff, then Antigravity. The framing is that the repetitive mechanical parts of development — the form-filling, the log-hunting, the runbook-walking, the copy-between-windows — hold engineers down. A browser that automates those parts removes the gravity from the workflow. Whether that framing lands for you is a matter of taste, but it explains the upward-motion imagery across the product surface and the launch materials.

Naming confusion is real. "Antigravity" overlaps with older "anti gravity" physics terminology and with legacy Google experiments like the old Google Code hosting service. Each of those has its own deep-dive page on this reference site — the anti gravity AI primer and the Google Code naming page cover the adjacent terms. If you landed here searching for the Google developer product, this is the right site.

What Antigravity actually does

The short version: Antigravity is a browser that codes for you. The long version is six capabilities that rarely appear together in one application, which is why Google gave them a single product name rather than bolting them onto Chrome.

Agentic browsing

Antigravity plans a multi-step task, opens the tabs, clicks the buttons, fills the forms, and reads the results. You watch it happen and stop it any time.

AI agent →

Code intelligence

Side-pane editor with a Gemini-backed autocompletion, whole-repo indexing, and a quick-fix loop that runs tests and applies the patch.

Code intelligence →

Multi-window orchestration

One agent, four windows, one task. Antigravity coordinates tabs the way a developer switches between a PR, a dashboard, a runbook, and a shell.

All features →

Artifacts runtime

Antigravity captures every file the agent writes, every HTTP response it reads, and bundles them as a replay you can audit, share, or re-run.

Developer tools →

Open SDK & API

Extend Antigravity with custom tools, connect it to your internal services, and script it from the command line. The agent surface is pluggable, not a black box.

Antigravity API →

Security and isolation

Each agent run executes in a sandboxed profile with explicit permissions, credential scopes, and an offline-first mode that never leaves the local host.

Security model →

What engineers building on Antigravity say

Six longer quotes from teams that have spent real shift-hours with the AI-native browser since the November 2025 drop.

Popular Antigravity topics

Fifteen of the most-searched Antigravity pages — tap a pill to jump straight to a deep dive.

Antigravity — the seven questions people ask first

Short grounded answers to the things that come up the first week on the browser. Longer walkthroughs live on the dedicated pages.

  1. What is Antigravity, in one paragraph?

    Antigravity is Google's AI-native developer browser, announced in late 2025. It bundles a Chromium-based browsing surface, a Gemini-backed coding agent, a multi-window orchestrator, and an artifacts runtime into one desktop app. The agent can plan a task, drive the browser, edit a local workspace, run tests, and report what it did — with human-in-the-loop checkpoints between steps. The product is positioned between an AI-native editor like Cursor and a generic chatbot: an agent that lives inside the surface where most modern development actually happens, which is a browser window.

  2. Is Antigravity free to download?

    Yes — the core download is free at launch. A paid tier is rolling out for teams that need higher agent-run quotas, larger context windows, and organisation-level sharing. See the Antigravity install guide for current pricing context. The free tier is designed to be usable for real work, not just a demo: the per-day quota covers several full agent runs, and the artifact storage is generous enough to keep a week of session history. Heavy users and team seats graduate to the paid tier; casual users stay free indefinitely.

  3. Which platforms does Antigravity run on?

    Native desktop builds ship for Windows and macOS on release day, with Linux following shortly after. The Antigravity download for Windows guide covers requirements — 64-bit x86 or ARM, Windows 11, 8 GB RAM minimum, 2 GB of free disk. macOS requires Ventura or newer and runs natively on Apple Silicon. A Chrome extension bridge lets existing Chrome profiles keep working while the agent surface handles the new workflow. Mobile builds are not shipped and there is no public ETA — Google has said the browser is laptop-first by design.

  4. How is the AI-native browser different from a normal browser?

    A normal browser renders pages. The Antigravity surface operates across pages: it plans a task, opens multiple windows, observes the DOM, edits a local folder, runs tests, and reports artifacts. You get a plan-execute-review loop rather than a tab-and-bookmark loop. In practice that means you can ask the browser to "open the three dashboards linked from this ticket, pull the request rate for the last hour, write a one-paragraph summary and paste it back in the ticket" — and it will do that in one session, with the artifact timeline showing every click.

  5. Does Antigravity need a Google account?

    Yes. Antigravity sign-in is gated on a Google identity for Gemini model access, billing, and quota tracking. Workspace accounts are supported on the enterprise tier with admin controls, retention policies, and per-team cost attribution. See the Antigravity login reference for the identity boundary and token scopes. Agent runs cannot cross the identity boundary — if you are signed in as a personal account the agent cannot reach a work Workspace tenant, and vice versa. The NIST Cybersecurity Framework has a policy-level view on identity controls for agent tools.

  6. Is Antigravity open source?

    No — Antigravity itself is a closed Google product, though it embeds Chromium and ships SDKs. You can extend the agent runtime with custom tools, add your own MCP-style servers, and script runs from the shell. The Antigravity API page covers the extension surface. The Chromium core is upstream, the Gemini calls are closed, and the agent orchestrator is closed. The SDKs are permissively licensed, so tools you write to extend the browser are yours and can be published back to the community.

  7. How does Antigravity compare to Cursor, Windsurf, or VS Code with Copilot?

    Cursor, Windsurf and VS Code + Copilot are AI-native editors — they live inside a code workspace. The Antigravity browser is an AI-native surface that renders pages, drives DOM interactions, and coordinates tasks across the live web surface, not only over a repository. The two categories are complements, not substitutes. Teams often run both: the editor for heads-down code work, the browser for cross-window orchestration, ticket triage, dashboard review, and agentic automation of the long tail of "click here, read that, paste here" chores.