Antigravity-Proxy is a transparent proxy injector for Windows that forces SOCKS5 and HTTP proxy traffic without requiring TUN mode.
The tool solves the problem of routing application traffic through a proxy on Windows systems, particularly for the Antigravity editor in regions where TUN mode is unreliable or unavailable. It works by injecting a DLL into target processes and hooking network functions to intercept and redirect traffic through the configured proxy. The approach uses MinHook for function hooking and supports both x86 and x64 architectures.
Developers working with Antigravity on Windows who need stable proxy connectivity without TUN mode should consider this tool. It is particularly suited for environments where standard proxy configuration methods are insufficient or where transparent proxy injection is required. The README emphasizes that users should first verify their proxy exit IP is supported by Antigravity's services before assuming the injection has failed, as connection errors often stem from IP geolocation restrictions rather than tool malfunction.
Maintainers typically respond to new issues and pull requests within a day.