interceptsuite/proxybridge

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 10th, 2026
Created on October 13th, 2025
Open Issues & Pull Requests: 47 (+0)
GitHub issues: Enabled
Number of forks: 383
Total Stargazers: 6,335 (+0)
Total Subscribers: 33 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.4 hours
Mean response time: 7.5 days
90th percentile: 25.0 days
Tracked items: 163

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 6% of issues opened in the past year have been closed. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 37
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 78 days
Stale 30+ days: 22
Stale 90+ days: 1

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (71)
  • enhancement (50)
  • Fixed Released (38)
  • invalid (26)
  • Backlog (15)
  • Completed in Dev (15)
  • wontfix (15)
  • question (10)

Detailed Description

Proxybridge is a cross-platform traffic redirection tool that intercepts and routes Windows, macOS, and Linux TCP and UDP traffic through HTTP or SOCKS5 proxies.

The tool solves the problem of forcing applications to use a proxy when they do not natively support proxy configuration. Rather than modifying individual applications, proxybridge operates at the system level to transparently redirect all network traffic to a specified proxy server. This approach allows users to monitor, filter, or route traffic from any application through a centralized proxy without requiring changes to the application itself.

Proxybridge suits developers and security professionals who need to inspect or control traffic from thick-client applications, legacy software, or any program that lacks built-in proxy support. It works across Windows, macOS, and Linux, making it useful for cross-platform development and testing scenarios. The tool handles both TCP and UDP protocols, covering a broader range of traffic types than proxy solutions limited to HTTP alone. Users evaluating adoption should note that this is positioned as an alternative to Proxifier, offering similar functionality for traffic interception and redirection.

The project shows active development with regular commits and ongoing refinement of core functionality. Work spans multiple platforms with platform-specific implementations to handle the different mechanisms required for traffic interception on Windows, macOS, and Linux. The codebase maintains focus on the core interception and routing logic without scope creep into unrelated features.