Skip to content

Instantly share code, notes, and snippets.

View Fray117's full-sized avatar
🏠
Working from home

Fray Dalton Fray117

🏠
Working from home
View GitHub Profile
@junielton
junielton / antigravity-browser-wsl.md
Last active March 16, 2026 03:32
How to Run Antigravity Browser Automation on WSL2

Strategy: Bridge the WSL connection to use the native Windows Chrome installation via port forwarding. This avoids slow rendering inside Linux and utilizes your GPU.

1. Windows Setup (One-Time)

Open PowerShell as Administrator for these steps.

  1. Get your WSL Gateway IP (Run this inside your WSL terminal):
    ip route show | grep -i default | awk '{ print $3}'