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).
varlock run -- agyFrom any directory
Section titled “From any directory”Personal schema at ~/.env.antigravity for project-agnostic defaults:
# @type=enum(development, staging, production)APP_ENV=developmentvarlock run -p ~/.env.antigravity -- agyShell alias (optional)
Section titled “Shell alias (optional)”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.