Skip to content

Antigravity CLI

Antigravity CLI is Google’s agent-first terminal experience, the successor to Gemini CLI, which has been phased out.

For install, schema setup, and shared patterns, see the AI Tools overview.

Launch command: agy

Authentication: Antigravity signs in via Google OAuth on first launch (credentials live in your system keyring).

Terminal window
varlock run -- agy

Personal schema at ~/.env.antigravity for project-agnostic defaults:

~/.env.antigravity
# @type=enum(development, staging, production)
APP_ENV=development
Terminal window
varlock run -p ~/.env.antigravity -- agy
Terminal window
alias vagy='varlock run -p ~/.env.antigravity --no-redact-stdout -- agy'

See the Antigravity CLI getting started guide and installation and auth docs for OAuth, enterprise, and headless setup.