Independent community project. Not affiliated with Google LLC. Read the disclaimer
  1. Home
  2. Features

Every feature, and what it is actually for

Feature lists are easy to write and hard to use. This page explains what each part of Antigravity does in practice, when it helps, and where it does not.

Agent Manager

A control room rather than a chat log. Spawn an agent per workspace, give each one a task, and watch the queue rather than a scrolling transcript.

  • Parallel agents across separate repositories
  • Task groups that gather related work under one feature
  • Approvals surfaced as a queue, not buried in history

Browser control

The agent launches your dev server, opens the page and drives it. It clicks, types, waits for the network and captures what it sees at each step.

  • Real Chrome session against your local build
  • Screenshots attached to the step that produced them
  • Select a region of a screenshot and comment on it

Artifacts

Plans, task lists, command logs, screenshots and a closing walkthrough — generated as the work happens, not written up afterwards.

Editor

VS Code lineage: your keybindings, your themes, most of your extensions. Plus tab completion and an embedded agent that can act on the file you are in.

Scoped terminal

Commands run in a bounded shell with output captured. Risky operations stay visible and auditable instead of vanishing into a background process.

Feedback on the artifact

Correcting an agent by retyping the whole request is wasteful. Antigravity lets you comment on the sentence in the plan or the region of the screenshot that is wrong.

  • Inline comments on plan paragraphs
  • Region comments on screenshots
  • The agent picks the comment up as its next instruction

Knowledge base

Corrections and conventions are written back and retrieved on later runs, which is the difference between an assistant that learns your codebase and one that starts fresh daily.

  • Retrieved automatically on related tasks
  • Reduces repeat corrections across a team
  • Reviewable, so you can see what it thinks it knows
What is still missing No product is only its strengths. At the time of writing, MCP server support is announced but not shipped, preview rate limits can interrupt a long agent run, and the browser integration expects a Chrome-family browser. Check Google's release notes for the current state.
Requirements

What you need to run it

System requirements by platform
PlatformMinimumNotes
WindowsWindows 10, 64-bit or laterARM64 devices should check the release notes first
macOSmacOS 12 Monterey or laterApple silicon and Intel builds are both published
Linuxglibc 2.28+, glibcxx 3.4.25+Rules out several long-term-support distributions from 2018 and earlier
AccountA Google accountSign-in is needed for model access, not for downloading

Checked 24 August 2026. Requirements change between preview builds — the official download page is authoritative.