
Proxifier Alternative to redirect any Windows/MacOS/Linux TCP and UDP traffic to HTTP/Socks5 proxy
ProxyBridge is a lightweight, open-source universal proxy client (Proxifier alternative) that provides transparent proxy routing for applications on Windows, macOS, and Linux. It redirects TCP and UDP traffic from specific processes through SOCKS5 or HTTP proxies, with the ability to route, block, or allow traffic on a per-application basis. ProxyBridge fully supports both TCP and UDP proxy routing and works at the system level, making it compatible with proxy-unaware applications without requiring any configuration changes.
[!TIP] ProxyBridge routes your traffic - InterceptSuite lets you see inside it. Full MITM proxy with SSL/TLS inspection, live request editing, scripting, and support for TCP, UDP, StartTLS, DTLS and more. Built by the same team. Try InterceptSuite →
💖 Support ProxyBridge Development
If you find ProxyBridge useful, consider sponsoring to support ongoing development and new features!
Visit our Official Download Page for the latest automated builds and platform detection.
curl -Lo deploy.sh https://raw.githubusercontent.com/InterceptSuite/ProxyBridge/refs/heads/master/Linux/deploy.sh && sudo bash deploy.sh
brew install --cask proxybridge
winget install InterceptSuite.ProxyBridge
[!WARNING] The winget package is community-maintained and not official. It may lag behind releases or be unverified. For guaranteed-latest, verified builds always use the Official Download Page.
[!NOTE] For historical versions, change logs, and direct access to raw assets, visit the GitHub Releases page.
[!CAUTION] Beware of Fake ProxyBridge Downloads
Multiple fake ProxyBridge download sources have been identified. Some of these sources distribute unwanted binaries and malicious software.
❌ Do NOT download ProxyBridge from any third-party or unofficial sources.
✅ Official ProxyBridge sources (only):
- GitHub Repository: https://github.com/InterceptSuite/ProxyBridge/
- Official Website: https://interceptsuite.com/download/proxybridge
If you prefer not to use prebuilt binaries, you may safely build ProxyBridge yourself by following the Contribution Guide and compiling directly from the official source code.
ProxyBridge does not communicate with any external servers except its own update feed at
https://download.interceptsuite.com/proxybridge.jsonfor update checks (triggered only on app launch or manual update checks);
[!IMPORTANT] 📖 Full Documentation
Everything you need to get started and go deep:
- Installation and setup guides
- Proxy rules and rule configuration
- CLI reference
- UDP, IPv6, HTTP/3, DTLS setup
- Troubleshooting and advanced usage
ProxyBridge GUI - Main Interface
Proxy Settings Configuration
Proxy Rules Management
Add/Edit Proxy Rule
ProxyBridge GUI - Main Interface
Proxy Settings Configuration
Proxy Rules Management
Proxy Tester
ProxyBridge CLI Interface
ProxyBridge GUI - Main Interface
Proxy Settings Configuration
Proxy Rules Management
Add/Edit Proxy Rule
ProxyBridge CLI Interface
ProxyBridge is a proxy client - it routes your application traffic through any SOCKS5 or HTTP proxy. It does not inspect or modify the traffic itself.
InterceptSuite is a MITM SOCKS5 proxy server built for traffic interception and analysis. Point ProxyBridge at InterceptSuite and you can inspect everything:
ProxyBridge routes the traffic in. InterceptSuite sees inside it.
MIT License - See LICENSE file for details
Sourav Kalal / InterceptSuite
Windows Implementation: This project is built on top of WinDivert by basil00. WinDivert is a powerful Windows packet capture and manipulation library that makes kernel-level packet interception possible. Special thanks to the WinDivert project for providing such a robust foundation.
Based on the StreamDump example from WinDivert: https://reqrypt.org/samples/streamdump.html
The Windows GUI and CLI are written in native C using the Win32 API, keeping the footprint small and startup instant.
macOS Implementation: Built using Apple's Network Extension framework for transparent proxy capabilities on macOS.
Linux Implementation: Built using Linux Netfilter NFQUEUE for kernel-level packet interception and iptables for traffic redirection. The GUI uses GTK3 for native Linux desktop integration.
| Platform | Download Link | Package Type | System Requirements |
|---|
| Windows | Download Installer | .exe | Windows 10+ (64-bit), Admin privileges |
| macOS | Download Installer | .pkg (Universal) | macOS 13.0+ ARM/x64 (Ventura or later) |
| Linux | Download Tarball | .tar.gz | x64 Kernel with NFQUEUE support |