v2fly/v2ray-core

A platform for building proxies to bypass network restrictions.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 1st, 2026
Created on April 15th, 2019
Open Issues & Pull Requests: 39 (+0)
GitHub issues: Enabled
Number of forks: 5,075
Total Stargazers: 34,560 (+0)
Total Subscribers: 453 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 35.1 hours
Mean response time: 18.5 days
90th percentile: 82.0 days
Tracked items: 192

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 255 days
Stale 30+ days: 19
Stale 90+ days: 9

Recent activity

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

Top labels

  • Stale (139)
  • invalid (6)
  • bug (5)
  • enhancement (3)
  • need more (2)
  • documentation (1)
  • help wanted (1)
  • planned (1)

Detailed Description

v2ray-core is a proxy platform that helps you build custom networks to bypass network restrictions and protect privacy.

The tool addresses the need for flexible, configurable proxy infrastructure by providing a modular platform for constructing network tunnels with multiple protocol support. It implements various proxy protocols including VMESS, VLESS, Shadowsocks, SOCKS5, and Trojan, allowing users to route traffic through custom network paths. The architecture supports multiple transport mechanisms such as WebSocket and QUIC, enabling adaptation to different network conditions and restrictions.

The project suits developers and operators who need to deploy custom proxy solutions rather than relying on off-the-shelf services. It works well for scenarios requiring fine-grained control over network routing, protocol selection, and tunnel configuration. The tool is particularly relevant for users in restricted network environments who need reliable circumvention capabilities. Those seeking a ready-made consumer VPN product should look elsewhere; v2ray-core is designed for building infrastructure rather than providing turnkey solutions.

Development activity shows consistent engagement with the project. The repository maintains active issue tracking and welcomes contributions for packaging across additional distributions and platforms. Documentation is actively maintained with translation efforts coordinated through community channels. The codebase relies on established Go libraries for core functionality including WebSocket handling, QUIC protocol support, and DNS operations, indicating a pragmatic approach to leveraging proven dependencies rather than reimplementing common functionality.