InterceptSuite/ProxyBridge

Cinterceptsuite.com
macOSWindowsLinux

Proxifier Alternative to redirect any Windows/MacOS/Linux TCP and UDP traffic to HTTP/Socks5 proxy

ccybersecurityhttpproxyproxyclientthick-clientwindivertwindowsproxifierproxifier-alternativehttp3tcpudp
スター成長
スター
6.3k
フォーク
380
週間成長
+67
Issue
36
2k4k6k
25年10月26年1月26年5月26年9月
README

ProxyBridge

ProxyBridge Logo

Build Windows Build macOS Build Linux Total Downloads

InterceptSuite%2FProxyBridge | Trendshift   InterceptSuite%2FProxyBridge | Trendshift

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 →

Table of Contents

💖 Support ProxyBridge Development
If you find ProxyBridge useful, consider sponsoring to support ongoing development and new features!

Sponsor InterceptSuite

Download

🌐 Official Download Portal

Visit our Official Download Page for the latest automated builds and platform detection.

📦 Release Packages

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

Linux One-Command Quick Install:

curl -Lo deploy.sh https://raw.githubusercontent.com/InterceptSuite/ProxyBridge/refs/heads/master/Linux/deploy.sh && sudo bash deploy.sh

macOS via Homebrew (official):

brew install --cask proxybridge

Windows via winget:

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.

Features

  • Cross-platform - Available for Windows, macOS and Linux
  • Dual interface - Feature-rich GUI and powerful CLI for all use cases
  • Process-based traffic control - Route, block, or allow traffic for specific applications
  • Universal compatibility - Works with proxy-unaware applications
  • Multiple proxy protocols - Supports SOCKS5 and HTTP proxies
  • System-level interception - Reliable packet capture at kernel/network extension level
  • No configuration needed - Applications work without any modifications
  • Protocol agnostic - Compatible with TCP and UDP protocols (HTTP/HTTPS, HTTP/3, databases, RDP, SSH, games, DTLS, DNS, etc.)
  • Traffic blocking - Block specific applications from accessing the internet or any network (LAN, localhost, etc.)
  • Flexible rules - Direct connection, proxy routing, or complete blocking per process
  • Advanced rule configuration - Target specific processes, IPs, ports, protocols (TCP/UDP), and hostnames with wildcard support - full IPv4 and IPv6 support on Windows
  • Process exclusion - Prevent proxy loops by excluding proxy applications
  • Import/Export rules - Share rule configurations across systems with JSON-based import/export

[!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):

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.json for update checks (triggered only on app launch or manual update checks);

Documentation

[!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

interceptsuite.com/docs/proxybridge

Screenshots

macOS

ProxyBridge macOS Main Interface
ProxyBridge GUI - Main Interface

Proxy Settings macOS
Proxy Settings Configuration

Proxy Rules macOS
Proxy Rules Management

Add/Edit Rule macOS
Add/Edit Proxy Rule

Windows

GUI

ProxyBridge Windows Main Interface
ProxyBridge GUI - Main Interface

Proxy Settings
Proxy Settings Configuration

Proxy Rules
Proxy Rules Management

Proxy Tester
Proxy Tester

CLI

ProxyBridge CLI
ProxyBridge CLI Interface

Linux

GUI

ProxyBridge Linux Main Interface
ProxyBridge GUI - Main Interface

Proxy Settings Linux
Proxy Settings Configuration

Proxy Rules Linux
Proxy Rules Management

Add/Edit Rule Linux
Add/Edit Proxy Rule

CLI

ProxyBridge Linux CLI
ProxyBridge CLI Interface

Use Cases

  • Redirect proxy-unaware applications (games, desktop apps) through InterceptSuite/Burp Suite for security testing
  • Route specific applications through Tor, SOCKS5 or HTTP proxies
  • Intercept and analyze traffic from applications that don't support proxy configuration
  • Test application behavior under different network conditions
  • Analyze protocols and communication patterns

InterceptSuite

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:

  • Full TLS/SSL interception and certificate spoofing
  • TCP, UDP, StartTLS, DTLS traffic analysis
  • Live request and response editing
  • Scripting and automation

ProxyBridge routes the traffic in. InterceptSuite sees inside it.

Try InterceptSuite →

License

MIT License - See LICENSE file for details

Author

Sourav Kalal / InterceptSuite

Credits

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.

関連リポジトリ
Genymobile/scrcpy

Display and control your Android device

CappApache License 2.0androidc
149.2k13.7k
neovim/neovim

Vim-fork focused on extensibility and usability

Vim ScriptlibraryOtherneovimc
neovim.io
102.2k7.1k
obsproject/obs-studio

OBS Studio - Free and open source software for live streaming and screen recording

CGNU General Public License v2.0cc-plus-plus
obsproject.com
76k10.1k
fffaraz/awesome-cpp

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.

awesomeMIT Licensecppcppcon
fffaraz.github.io/awesome-cpp/
73.2k8.3k
FFmpeg/FFmpeg

Mirror of https://git.ffmpeg.org/ffmpeg.git

COtherffmpegvideo
ffmpeg.org
64.1k14.3k
git/git

Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

COthercshell
63.1k28.4k
serhii-londar/open-source-mac-os-apps

🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps

awesomeCreative Commons Zero v1.0 Universalmacosmac
serhii-londar.github.io/open-source-mac-os-apps/
50.3k2.8k
curl/curl

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

CcliOtherhttphttps
curl.se
42.8k7.3k
vim/vim

The official Vim repository

Vim ScriptVim Licensevimc
vim.org
40.9k6.1k
huihut/interview

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

C++interviewOtherinterviewinterview-questions
interview.huihut.com
38.2k8.1k
mpv-player/mpv

🎥 Command line media player

COthermpvmplayer
mpv.io
36.9k3.5k
kovidgoyal/kitty

If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.

PythonPyPIcliGNU General Public License v3.0terminal-emulatorsopengl
sw.kovidgoyal.net/kitty/
34.8k1.5k