T
traeai
Sign in
返回首页
Google DeepMind Blog

Introducing Google Antigravity 2.0

8.5Score
Introducing Google Antigravity 2.0

TL;DR · AI Summary

Google Antigravity 2.0 is a standalone desktop application featuring dynamic subagents, asynchronous task management, and JSON hooks for more efficient and flexible agent interactions across platforms.

Key Takeaways

  • Dynamic subagents enable parallelism by offloading subtasks to child agents with
  • /schedule command supports timed automation eliminating manual triggers
  • Project-based architecture decouples agents from repositories with multi-folder

Outline

Jump quickly between sections.

  1. Introduces cross-platform capabilities and core design principles of the standalone application

  2. Details technical innovations like dynamic subagents, asynchronous workflows, and JSON hooks

  3. Explores new scheduling, voice transcription, and command-line enhancements

  4. Explains project-based repository decoupling and permission system improvements

  5. Compares 2.0 with prior IDE version emphasizing agent-first design evolution

Mindmap

See how the topics connect at a glance.

查看大纲文本(无障碍 / 无 JS 友好)
  • Google Antigravity 2.0
    • 核心功能
      • 动态子代理
      • 异步任务管理
      • JSON钩子
    • 交互创新
      • 任务调度
      • 语音转录
      • 新命令行指令
    • 架构改进
      • 项目管理解耦
      • 多文件夹支持

Highlights

Key sentences worth saving and sharing.

#Google Antigravity#Gemini Model#Dynamic Subagents#Asynchronous Tasks
Open original article

Google Antigravity 2.0 is a new, standalone desktop application that fully delivers on a truly agent-optimized experience, available on macOS, Linux, and Windows (download here). Users interact with powerful agents both synchronously and asynchronously, and there is no IDE. While it retains many of the core principles of the Antigravity IDE’s Agent Manager surface, it is a completely separate desktop application. It is available to enterprises, powered by the latest Gemini models, and orchestrates agents capable of completing complex tasks.

Let us walk through the high level of the new features and capabilities. For more demos and deep dives, check out this blog post.

At the core is still an agent. You can synchronously have a conversation with an agent, view the artifacts it produces, and provide feedback directly on the artifacts to guide towards your desired outcomes:

Image 1: Agent-first layout of Antigravity 2.0.

Agent-first layout of Antigravity 2.0.

These agents are more powerful than before. Some new capabilities include:

  • Dynamic subagents: the main agent can dynamically choose to define and invoke subagents to complete focused subtasks, thereby not polluting the main agents’ context window and allowing for parallelism of work.
  • Asynchronous task management: Tasks and commands are managed and can run asynchronously to not block the main agent from continuing its work.
  • JSON hooks: You can now define hooks in a simple JSON format, allowing you to intercept and control the Antigravity agent’s behavior.

A brand new way of interacting with agents in Antigravity 2.0 is through Scheduled Tasks, where you can define crons to trigger the invocation of Antigravity agents on a predefined schedule. No longer do you need to manually invoke every agent:

Image 2: Set recurring schedules or one-off timers using the /schedule command or Scheduled Tasks.

Set recurring schedules or one-off timers using the /schedule command or Scheduled Tasks.

We’ve also removed the tight coupling between agent and repository. Instead of agent conversations being grouped by “workspace” (i.e. repository), they are now grouped by “project,” which can correspond to multiple folders and enforce its own agent settings and permissions. This allows you to let agents access more information and tackle more complex tasks, while still providing the knobs to put appropriate, specific guardrails.

There is a whole list of new fun slash commands:

  • /goal: Run until the specified task is completely finished, not asking for intermediate input from the user.
  • /grill-me: Before starting to implement, ask questions back to align on the specific details of the plan.
  • /schedule: Run an instruction as a one-time timer in the future or on some recurring schedule (via Scheduled Tasks)
  • /browser: We heard the feedback that the agents were still not capable enough to determine exactly when to be using the browser. So for now, we’ve made it such that an explicit slash command controls these behaviors. When used, the agent diligently uses the browser primitives, and when not, it will ignore.

One favorite new feature is that the voice input (mic icon next to text input boxes) now does live transcription of your words, as opposed to collecting the raw audio file to pass into the model:

Image 3: Google Antigravity Blinking Cursor

play_arrow

Live voice transcription.

And of course, there is a long list of UI polish and performance improvements to make Antigravity 2.0 the most powerful and intuitive way to work with agents: sidebar organization, standalone conversations, a sleek review flow for changes, new UI elements for all of the new agent capabilities, and much more.

Again, check out this deep-dive into a number of the new features in Antigravity 2.0.

Why a 2.0?

When we launched the Google Antigravity IDE in November 2025, there was no agent-first GUI surface in the market. We wanted to prove that such a surface worked, at least for software development. So, while the core of the Antigravity IDE was a familiar agent-powered IDE, we introduced the Agent Manager, a second surface that stripped away much of the “IDE” UI. This allowed users to focus on the agent conversations themselves, the artifacts the agents produced, and multi-agent management. Since that launch, millions of developers have adopted the Antigravity IDE, and this agent-first paradigm has become standard across the industry.

However, we knew the entire time that:

  • At some point, coding would expand to knowledge work, both because the models would become better and because naturally there is a ceiling to the overall value we can provide users by accelerating _just_ coding.
  • In such a world, tying together an IDE and agent-first surface in a single application would be confusing and potentially daunting to those less familiar with code and IDEs. Even without this separation, we have been pleasantly surprised how many people have adopted the Agent Manager in the Antigravity IDE for such non-development tasks, but it is not particularly intuitive.
  • The product, agent harness, and model layers all had to be co-optimized and co-developed, and while agentic coding is a necessary step towards general model intelligence, it is not sufficient.

We’ve been busy in the last few months so that we could:

  • Integrate the Antigravity product agent harness with the Gemini training and evaluation stacks
  • Rearchitect the product to be agent-first from the ground up, independent of an IDE or other dev-specific concepts such as repositories
  • Round out the Antigravity platform with more surfaces and tooling to be a complete offering (see the launches for the Antigravity CLI, the Antigravity SDK, and more).

Getting Started with Antigravity 2.0

If you are brand new to Google Antigravity, visit our download page.

If you already have installed the Antigravity IDE, when that application next updates, it will automatically update to Antigravity 2.0. At this point, you will be asked if you would like to still keep the Antigravity IDE, which is recommended for developers:

Image 4: Google Antigravity Blinking Cursor

play_arrow

Update screen from the Antigravity IDE to Antigravity 2.0.

These two applications will be differentiated on your machine’s dock via icon background. Antigravity 2.0 has the logo on a white background while Antigravity IDE has the logo on top of a black grid:

Image 5: Antigravity IDE and Antigravity 2.0 logos, respectively.

Antigravity IDE and Antigravity 2.0 logos, respectively.

The Antigravity IDE

Although Antigravity 2.0 is the future, we won’t disrupt your workflows right away. For now, both the Antigravity IDE application itself _and_ the Agent Manager in the Antigravity IDE will remain available. In an upcoming release, we will remove the Agent Manager from the Antigravity IDE, turning the IDE into a purely agent-powered IDE.

We recommend dual-wielding Antigravity 2.0 with your IDE of choice, whether it is the Antigravity IDE or otherwise. Googlers have already been dual wielding Antigravity 2.0 with a whole host of IDEs! We will have compatible extensions and plugins into other popular IDEs shortly.

Looking Forward

Alongside Antigravity 2.0, we have introduced a CLI, SDK, API, and more. We have built integrations with other Google products and tech stacks. And we have the momentum of the model and agent harness being co-optimized.

This is just the beginning. We look forward to launching remote control, more product integrations, cloud-deployed agents, and much more.

AI may generate inaccurate information. Please verify important content.