therealaleph/masterhttprelayvpn-rust

Rust port of @masterking32's MasterHttpRelayVPN — all credit to @masterking32 for the original idea and Python implementation. Free DPI bypass via a Google...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 19th, 2026
Created on April 21st, 2026
Open Issues & Pull Requests: 187 (+0)
GitHub issues: Enabled
Number of forks: 541
Total Stargazers: 3,589 (+0)
Total Subscribers: 36 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.2 hours
Mean response time: 10.9 hours
90th percentile: 15.3 hours
Tracked items: 1,134

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 3% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 98% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 86% of issues opened in the past year have been closed, leaving a working backlog. Three people close 89% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 166
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 126 days
Stale 30+ days: 162
Stale 90+ days: 162

Recent activity

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

Top labels

  • enhancement (8)
  • bug (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

MasterHttpRelayVPN-RUST is a censorship-circumvention proxy that bypasses DPI and SNI blocking by relaying traffic through Google's infrastructure.

The tool solves the problem of accessing blocked websites in censored networks by using a Google Apps Script deployed to a user's own free Google account as a relay. Traffic is encrypted and appears to ISPs as ordinary HTTPS connections to google.com, while the actual destination lookup happens inside Google's network. The approach requires no paid services or external infrastructure beyond what a user already has access to.

The project suits individuals in censored regions who need reliable circumvention without cost or complexity. It works across Mac, Windows, Linux, Android, and OpenWRT routers, and integrates with any application supporting HTTP or SOCKS5 proxies. The tool distinguishes itself through its minimal footprint—a single three-megabyte binary with no runtime dependencies—and the fact that setup involves only deploying a script to a free Google account and running a local proxy application. The README does not compare it to alternative circumvention tools.

The project is a Rust port of an earlier Python implementation, with the original concept credited elsewhere. Development appears focused on maintaining cross-platform compatibility and usability, with documentation provided in both English and Persian to serve its primary user base. The codebase includes a desktop UI built with egui alongside a command-line interface, indicating attention to accessibility for non-technical users.