Zero-dependency bridge connecting Google Antigravity 2.0 (
agy) to the Paseo agent orchestrator and mobile app.
Run directly in your terminal with npx — no pre-installation required:
npx paseo-antigravity- Locates local
agy: Resolves your installedagybinary (PATH, Homebrew, or~/.local/bin/agy). - Discovers Gemini models: Dynamically queries
agy modelsfor your available Gemini 3.6 / 3.5 models. - Deploys zero-dependency bridge: Places an ultra-lightweight bridge script in
~/.gemini/antigravity/paseo-bridge/agy-bridge.py. - Configures Paseo: Safely adds the Google Antigravity 2.0 provider to
~/.paseo/config.json. - Auto-Syncs new models: Automatically checks and updates newly released Gemini models in the background every 24 hours.
Supports all of Paseo's native agent execution modes out of the box:
| Paseo UI Mode | Functionality | Native agy Flag |
|---|---|---|
| 🛡️ Plan mode | Puts Antigravity into read-only planning mode (no file edits). | --mode plan |
| 🛡️ Accept file edits | Permits file editing while requiring approval for commands. | --mode accept-edits |
| 🛡️ Auto mode | Automatically applies edits and tool steps. | --mode accept-edits |
| 🔓 Bypass | Bypasses all permission prompts for autonomous execution. | --dangerously-skip-permissions |
- Zero NPM Dependencies:
dependencies: {}inpackage.json— zero supply-chain risk. - Zero Remote Downloads: Operates 100% locally on your machine without fetching external binaries.
- 100% Open Plaintext Code: Every line of code is human-readable JavaScript & Python.
- Preserves Authentication: Respects your local Google credentials and enterprise quotas.
# Clone the repository
git clone https://github.com/fuller/paseo-antigravity.git
cd paseo-antigravity
# Run tests
npm test
# Test dry-run setup
node bin/setup.js --dry-runMIT License © Andrew Fuller