The Rundown AI homepage

Independent tool overview

Antigravity 2.0 at a glance

Google's standalone desktop command center for running and supervising multiple Gemini-powered agents across coding and knowledge-work projects.

Visit the official Antigravity 2.0 site ↗
Antigravity 2.0 product preview
Released
May 19, 2026
Platforms
macOS, Windows, and Linux
Interface
Standalone agent command center, not an IDE
Core models
Gemini models including 3.1 Pro and 3.5 Flash
Reviewed
August 30, 2026

Overview

What Antigravity 2.0 is

Google Antigravity 2.0 is a standalone agent application for macOS, Windows, and Linux. Unlike the original Antigravity Agent Manager, it is not an IDE. It organizes work around agent conversations, projects, artifacts, permissions, and verification while letting multiple local agents run synchronously or asynchronously across coding and broader knowledge-work tasks.

Its central capability is orchestration. A main agent can dynamically create focused subagents, run them in parallel, and keep long-running work in the background. Projects can span multiple folders, use scoped settings, and create Git worktrees for isolation. Scheduled Tasks can launch recurring or one-time agent jobs, while Skills, MCP servers, JSON hooks, browser control, and voice transcription extend behavior.

Parallel autonomy increases both throughput and risk. Before granting access, define project boundaries, protect secrets, choose conservative permissions, isolate write-heavy work, review artifacts and diffs, and require tests or other verification. Scheduled and browser-enabled agents can act when you are not watching, so start with reversible tasks and explicit approval rules.

Use cases

Who Antigravity 2.0 is best for

The strongest fit depends on the job you need the product to complete, not the size of its feature list.

Developers coordinating parallel work

Delegate codebase research, implementation, tests, debugging, and documentation to isolated background agents.

Technical teams with recurring checks

Schedule repository, deployment, report, or operational tasks that produce reviewable artifacts.

Knowledge workers needing local context

Run research, file, browser, and multi-folder workflows from a desktop command center without living inside an IDE.

Capabilities

Core Antigravity 2.0 features

1

Dynamic subagents

The main agent can define focused subagents at runtime, delegate independent work, and keep their context separate.

2

Asynchronous task management

Long-running commands and agent tasks can continue in the background while the user or main agent works elsewhere.

3

Projects and scoped permissions

Group conversations across multiple folders with project-specific settings, access boundaries, and agent behavior.

4

Git worktree isolation

Create separate working folders for concurrent code changes and subagent tasks instead of colliding in one checkout.

5

Scheduled Tasks

Run a prompt once in the future or on a cron schedule, with results appearing as conversations for follow-up.

6

Artifacts and review

Agents communicate plans, changes, diagrams, recordings, and verification outcomes through reviewable deliverables.

7

Skills, MCP, and JSON hooks

Add reusable instructions and tools, connect outside services, and intercept agent behavior with configurable hooks.

8

Browser and remote control

Invoke browser work explicitly and monitor or approve desktop sessions from another browser where Remote Control is available.

9

Live voice transcription

Gemini Audio models turn spoken prompts into editable, clearly phrased text before submission.

10

Related CLI, SDK, and IDE

Use the terminal-first CLI, build custom agents with the SDK, or keep the separate Antigravity IDE for editor-centered development.

Process

How the Antigravity 2.0 workflow works

  1. Step 1

    Create a bounded project

    Include only the folders and tools required for the outcome, then set the narrowest useful permissions.

  2. Step 2

    Define completion and verification

    State the deliverable, constraints, tests, evidence, failure conditions, and actions that still require approval.

  3. Step 3

    Split independent work

    Use subagents for tasks that can genuinely proceed in parallel, such as research, implementation, test coverage, and review.

  4. Step 4

    Isolate concurrent changes

    Use worktrees or separate projects when agents may edit overlapping code or files.

  5. Step 5

    Monitor artifacts, not only status

    Inspect plans, diffs, logs, screenshots, browser recordings, test results, and unresolved assumptions as agents progress.

  6. Step 6

    Gate risky actions

    Require confirmation for credentials, production systems, external messages, purchases, deployments, destructive commands, and permission expansion.

  7. Step 7

    Schedule after proving the runbook

    Manually validate a workflow first, then add a schedule with conservative access, clear output, failure alerts, and an owner.

  8. Step 8

    Merge and verify centrally

    Reconcile parallel output, run the complete test and review suite, and confirm the real target environment before treating work as done.

Cost

Antigravity 2.0 pricing and free plan

Individual Google accounts receive a baseline Antigravity quota, including product features and supported Gemini models. Google AI Pro and Ultra provide higher limits; Pro and Ultra users can optionally spend purchased AI credits after baseline quota is exhausted. Enterprise usage is available through the Gemini Enterprise Agent Platform with consumption pricing. Google does not publish a fixed number of prompts because usage depends on work performed and capacity.

Baseline individual access

Included with a Google account

Meaningful weekly quota for evaluating the platform.

  • Gemini 3.1 Pro and 3.5 Flash among supported models
  • Unlimited tab completions
  • Scheduled Tasks and CLI included
  • Weekly quota and variable capacity limits

Google AI Pro

See current Google AI pricing

Higher Antigravity quota for frequent individual use.

  • Generous quota refreshed every five hours until weekly limit
  • Higher weekly rate limit
  • Optional AI credit overages
  • No bring-your-own key or endpoint

Google AI Ultra

See current Google AI pricing

Google's highest individual quota and broader model access.

  • Most generous quota refreshed every five hours
  • Highest weekly limits
  • Third-party model access
  • Optional AI credit overages

Enterprise

Consumption-based

Team access under Google Cloud terms through Gemini Enterprise Agent Platform.

  • Enterprise identity and governance
  • AI credits at platform consumption rates
  • Latest Gemini-powered agents
  • Contact Google for deployment details

Pricing checked . Check current pricing at the source ↗

Assessment

Antigravity 2.0 strengths and limitations

Where it stands out

  • Purpose-built interface for supervising many concurrent agents
  • Dynamic subagents keep specialized work out of the main context
  • Projects, scoped permissions, and worktrees provide useful isolation controls
  • Artifacts and verification outcomes improve reviewability
  • Scheduled Tasks support recurring local workflows
  • Extensible through Skills, MCP servers, hooks, CLI, SDK, and browser tools

What to consider

  • Parallel agents can consume quota quickly and create coordination overhead
  • Agents with file, shell, browser, MCP, or credential access can make consequential mistakes
  • Scheduled tasks may run unattended and require carefully bounded permissions and ownership
  • Individual limits are variable rather than a guaranteed prompt count
  • Bring-your-own model keys and endpoints are not supported for extra quota
  • The standalone application is not a replacement for an editor when close manual coding is the primary workflow

Compare

Antigravity 2.0 alternatives

The right alternative depends on the specific output, workflow, controls and budget your project requires.

Coding

Codex App

A desktop alternative centered on supervising OpenAI coding agents across repositories and tasks.

Explore Codex App

Coding

Cursor 3

Better when parallel agents should remain tightly integrated with an editor and code-navigation workflow.

Explore Cursor 3

Coding

Claude Code

A terminal-first alternative for deep codebase work and agentic software-development tasks.

Explore Claude Code

Questions

Antigravity 2.0 FAQs

Is Antigravity 2.0 an IDE?

No. Antigravity 2.0 is a standalone desktop command center for agents. Google maintains a separate Antigravity IDE for editor-centered development, plus CLI and SDK surfaces.

What can Antigravity 2.0 agents do?

Depending on permissions, agents can run commands, read and write files, search the web, use browser tools, connect through Skills and MCP servers, create artifacts, invoke subagents, and work across multiple project folders.

Can Antigravity run multiple agents at once?

Yes. The main agent can dynamically create subagents for focused tasks, run them asynchronously, and use isolated worktrees for concurrent code changes.

Is Google Antigravity free?

Individual Google accounts receive a baseline quota with product features. Google AI Pro and Ultra provide higher limits, and enterprise access uses Gemini Enterprise Agent Platform consumption pricing.

How do Scheduled Tasks work?

You define a one-time or recurring schedule and prompt. The agent runs in the background and the result appears as a conversation. Validate the workflow manually first and restrict access because it may execute while you are away.

Is Antigravity safe to give full machine access?

Full-machine or unrestricted access materially increases risk. Prefer scoped projects and conservative permissions, isolate edits, exclude secrets, review artifacts and commands, and require approval for destructive, external, credentialed, or production actions.

Does Antigravity support my own API key?

Google's current plan documentation says bring-your-own keys and endpoints are not supported for additional rate limits.

Bottom line

Our Antigravity 2.0 verdict

Antigravity 2.0 is compelling for people whose bottleneck is no longer writing one prompt but coordinating many long-running agents. Its projects, subagents, worktrees, schedules, artifacts, and extensions form a serious control plane. The payoff depends on disciplined scoping and review: greater autonomy should come with narrower permissions, stronger verification, and clear ownership.

Visit Antigravity 2.0 website ↗
The Rundown University

AI training for the future of work.

Get access to all our AI courses, hundreds of real-world AI use cases, live expert-led workshops, an exclusive network of AI early adopters, and more.

AI Courses

Get unlimited access to all of our current & upcoming industry-specific AI courses for the duration of your subscription.

Daily Guides

To keep up with the rapid pace of AI, our team publishes AI implementation guides daily. Our library contains 300+ practical use cases to automate real-world work.

Workshops

Join weekly, live, interactive sessions with industry leaders who are at the forefront of AI for hands-on implementation guidance and exclusive insights.

Community

Network with an exclusive community of AI-first professionals who are working smarter with AI. Learn how early adopters are using AI in their work and businesses.