Sin descripción

Fangliding 544eccca83 bump REALITY hace 2 meses
.github ee8eb99bed Bump docker/build-push-action from 6 to 7 (#5765) hace 3 meses
app 9e09399087 Xray-core: More robust browser header masquerading (chrome, firefox, edge) (#5802) hace 2 meses
common 9e09399087 Xray-core: More robust browser header masquerading (chrome, firefox, edge) (#5802) hace 2 meses
core 1fe6d4a0f5 core/core.go: Replace "Custom" with vcs info if available (#5665) hace 4 meses
features bb05684407 VLESS Reverse Proxy: Check burstObservatory immediately after inbound adds new reverse-mux to reverse-outbound (#5752) hace 2 meses
infra 157e65b34d REALITY config: Print Warning when user is choosing apple/icloud as the target or listening on non-443 ports hace 2 meses
main 35800e953e Commands: `x25519` outputs "Password" -> "Password (PublicKey)" (#5759) hace 3 meses
proxy 9e09399087 Xray-core: More robust browser header masquerading (chrome, firefox, edge) (#5802) hace 2 meses
testing e86c365572 TLS ECH: Avoid outer ALPN http/1.1 for WSS & HUS; Change `echForceQuery`'s default value to "full"; Update github.com/refraction-networking/utls to 20260301010127; Add irrelevant tests for uTLS-REALITY (#5725) hace 3 meses
transport c1b67a961e XHTTP transport: Some optimizations (#5803) hace 2 meses
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) hace 10 meses
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) hace 4 años
LICENSE c7f7c08ead v1.0.0 hace 5 años
README.md e0ab00f6a8 README.md: Add BlancVPN to Sponsors hace 2 meses
SECURITY.md 1cf5662949 Create SECURITY.md hace 5 meses
go.mod 544eccca83 bump REALITY hace 2 meses
go.sum 544eccca83 bump REALITY hace 2 meses

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.

Sponsors

Remnawave

Happ

BlancVPN

Sponsor Xray-core

Donation & NFTs

Collect a Project X NFT to support the development of Project X!

Project X NFT

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (Русский)

Project XHTTP (Persian)

Installation

Usage

GUI Clients

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

Contributing

Code of Conduct

Ask DeepWiki

Credits

One-line Compilation

Windows (PowerShell)

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

Linux / macOS

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

Reproducible Releases

Make sure that you are using the same Go version, and remember to set the git commit id (7 bytes):

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -gcflags="all=-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

If you are compiling a 32-bit MIPS/MIPSLE target, use this command instead:

CGO_ENABLED=0 go build -o xray -trimpath -buildvcs=false -gcflags="-l=4" -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

Stargazers over time

Stargazers over time