Antigravity CLI

Install Antigravity CLI with winget

Google.AntigravityCLI · Google

Install command

winget install -e --id Google.AntigravityCLI

About Antigravity CLI

Work with Antigravity directly in your codebase. Build, debug, and ship from your terminal. Describe what you need, and Antigravity handles the rest.

Version
v1.0.7
Publisher
Google
License
Proprietary
Min OS
Windows 10+
Catalog refreshed: 6/12/2026

How to install Antigravity CLI

  1. 1
    Make sure winget is available
    Windows 11 and recent Windows 10 builds ship winget via the App Installer. Check it’s ready:
    winget --version
    If it’s missing, install App Installer from the Microsoft Store.
  2. 2
    Open a terminal
    Launch Windows Terminal, PowerShell, or Command Prompt.
    Right-click the Start button — or press ⊞ Win + X
    Disk Management
    Computer Management
    Terminal
    Terminal (Admin)
    Task Manager
    Settings
    Windows Terminal
    PS C:\>
  3. 3
    Run the install command
    Installs the latest version of Antigravity CLI. The -e flag matches the exact package ID.
    winget install -e --id Google.AntigravityCLI
    Windows Terminal — winget
    PS C:\>
  4. 4
    Silent / unattended install (optional)
    For scripts or deployment, install with no prompts (works with the .portable installer):
    winget install -e --id Google.AntigravityCLI --silent --accept-package-agreements --accept-source-agreements

Other commands

Upgradewinget upgrade -e --id Google.AntigravityCLI
Uninstallwinget uninstall -e --id Google.AntigravityCLI
Show detailswinget show -e --id Google.AntigravityCLI

Comments

Leave a comment