Install in Google Antigravity
Google Antigravity is Google's agentic development platform built on VS Code. It uses the Open VSX Registry by default, where SF Veritas is available.
Prerequisites
- Google Antigravity installed (download from antigravity.google)
Installation from Open VSX (Recommended)
Antigravity connects to Open VSX Registry by default, so you can install directly:
Method 1: Search in Antigravity
- Open Google Antigravity
- Open the Extensions view:
- Click the Extensions icon in the Activity Bar, or
- Press
Ctrl+Shift+X(Windows/Linux) orCmd+Shift+X(macOS)
- Search for "SF Veritas"
- Click Install on the "SF Veritas" extension
- The extension will activate automatically
Method 2: Using the Antigravity CLI
Antigravity includes its own CLI for extension management:
antigravity --install-extension sailfish-ai.sf-veritas-extension
On macOS, the CLI is located at:
/Applications/Antigravity.app/Contents/Resources/app/bin/antigravity
You may want to add it to your PATH for easier access.
Alternative: Install from VSIX
If you prefer to install from a VSIX file:
- Download the VSIX file from Open VSX
- In Antigravity, open the Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Click the
...(More Actions) button - Select "Install from VSIX..."
- Navigate to and select the downloaded VSIX file
- Click Install and reload when prompted
Or via CLI:
antigravity --install-extension /path/to/sf-veritas-extension-x.x.x.vsix
Verify Installation
- Look for the SF Veritas icon in the Activity Bar
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Type "SF Veritas" and verify you see these commands:
SF Veritas: Show Console LogsSF Veritas: Show FlamechartSF Veritas: Start Local Server
Configuration
After installation, configure the extension through Antigravity settings:
- Open Settings (
Ctrl+,/Cmd+,) - Search for "SF Veritas"
- Key settings include:
- Local Mode: Enable/disable the local telemetry server (default: enabled)
- Auto Start Server: Automatically start the server when Antigravity opens (default: enabled)
- Local Server Port: Port for the telemetry server (default: 6776)
Antigravity-Specific Notes
Using VS Code Marketplace Instead of Open VSX
If you prefer to use the VS Code Marketplace (which has more extensions available), you can configure Antigravity to connect to it:
- Open Antigravity Settings (
Ctrl+,/Cmd+,) - Go to the Editor tab
- Update these settings:
- Marketplace Item URL:
https://marketplace.visualstudio.com/items - Marketplace Gallery URL:
https://marketplace.visualstudio.com/_apis/public/gallery
- Marketplace Item URL:
- Restart Antigravity
After this change, you can search for and install extensions directly from the VS Code Marketplace.
VS Code Compatibility
Since Antigravity is built on VS Code, SF Veritas features work the same way:
- Console view for logs
- Flamechart visualization
- Click-to-navigate to source code
- All VS Code keyboard shortcuts
Extension Registry
Antigravity uses Open VSX by default. If SF Veritas doesn't appear in search:
- Verify your Antigravity version is up to date
- Try installing via CLI or VSIX as alternatives
Troubleshooting
Extension not appearing in search
- Check that Open VSX is accessible from your network
- Try the CLI installation method
- Download and install the VSIX manually
Extension not loading
- Restart Antigravity after installation
- Check the Output panel → "SF Veritas" for error messages
- Verify the extension is enabled in the Extensions view
Port 6776 already in use
If another application is using port 6776:
- Open Antigravity Settings
- Search for
sfVeritas.localServerPort - Change to an available port (e.g., 6777)
- Restart the local server via Command Palette:
SF Veritas: Restart Local Server