No Description

RPRX 0a8470cb14 v25.1.30 10 months ago
.github aeb12d9e3b Build: Update GeoIP/GeoSite Cache per hour (#4247) 11 months ago
app a7a83624c5 Upgrade quic-go to official v0.49.0 11 months ago
common a7a83624c5 Upgrade quic-go to official v0.49.0 11 months ago
core 0a8470cb14 v25.1.30 10 months ago
features 9b1855f719 chore: fix struct field name in comment (#4284) 11 months ago
infra 2522cfd7be DNS DoH: Add h2c Remote mode (with TLS `serverNameToVerify`) 11 months ago
main b287d6419b chore: use errors.New to replace fmt.Errorf with no parameters (#4204) 1 year ago
proxy 03131c72db XTLS Vision: Use separate uplink/downlink flag for direct copy (#4329) 11 months ago
testing ae62a0fb52 Transport: Remove HTTP 1 year ago
transport efdc70fbf7 XHTTP client: Add back minimal path padding for compatibility 10 months ago
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 16de0937a8 Fix typos (#3527) 1 year ago
README.md 7b59379d73 README.md: Add xray-checker to Xray Tools (#4319) 11 months ago
go.mod f35fb08aeb Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#4331) 11 months ago
go.sum f35fb08aeb Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 (#4331) 11 months ago

README.md

Project X

Project X originates from XTLS protocol, providing a set of network tools such as Xray-core and REALITY.

README is open, so feel free to submit your project here.

Donation & NFTs

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time