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 →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.
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.
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.
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.
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.
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.
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 →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 →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 →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 →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 →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 →Six longer quotes from teams that have spent real shift-hours with the AI-native browser since the November 2025 drop.
"I gave Antigravity my legacy migration ticket as the first real test — it read the issue, opened four windows, wrote the adapter, ran the integration tests, and submitted the PR for review. I still verified every step, but the walltime dropped from two days to about three hours of my own time."
"Multi-window is the feature that sold my team. We used to run four chat sessions to keep the build, the logs, the spec, and the editor in sync. Antigravity does that in one window grid and the agent keeps its context across all of them. That context-sharing alone justified the switch."
"The artifact log is the feature I did not expect to love. Every time the agent writes a file or hits an endpoint, Antigravity stores it. My team now reviews agent runs the way we review pull requests — by walking the artifact timeline, annotating steps, and filing issues against the agent plan, not just the code."
"I have been skeptical of every AI-coding demo for two years. Antigravity is the first one where the agent backs off when it is unsure, asks for a decision instead of hallucinating, and leaves the diff in a state that a human reviewer can actually ship. The checkpoints matter more than the speed."
"Antigravity replaced three separate browser profiles on my laptop — a throwaway agent profile, the team dashboard profile, and my personal workspace. The per-run sandbox actually works, cookies do not leak across agents, and the identity boundary is clear enough that security signed off in a single meeting."
"We moved our runbook execution into Antigravity and the on-call rotation is the happiest it has been in four years. The agent follows the playbook step by step, logs the intermediate decisions, and when it gets stuck it escalates with a useful summary. Not every runbook is a good fit, but the fit cases save real sleep."
Fifteen of the most-searched Antigravity pages — tap a pill to jump straight to a deep dive.
Short grounded answers to the things that come up the first week on the browser. Longer walkthroughs live on the dedicated pages.
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.
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.
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.
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.
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.
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.
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.