Sen descrición

RPRX 3954ee83d2 v26.3.27 hai 2 semanas
.github ae3ddd1c06 Bump nick-fields/retry from 3 to 4 (#5838) hai 2 semanas
app 9e09399087 Xray-core: More robust browser header masquerading (chrome, firefox, edge) (#5802) hai 3 semanas
common 8aacdbd71b WireGuard inbound: Fix multi-peer; Fix potential routing issue (#5843) hai 2 semanas
core d2758a023c v26.3.27 hai 2 semanas
features bb05684407 VLESS Reverse Proxy: Check burstObservatory immediately after inbound adds new reverse-mux to reverse-outbound (#5752) hai 3 semanas
infra 14524cc3b7 Finalmask: Add `randRange` to "noise" (UDP), as the same as "header-custom"'s (TCP & UDP) (#5850) hai 2 semanas
main 35800e953e Commands: `x25519` outputs "Password" -> "Password (PublicKey)" (#5759) hai 3 semanas
proxy 8aacdbd71b WireGuard inbound: Fix multi-peer; Fix potential routing issue (#5843) hai 2 semanas
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) hai 1 mes
transport 14524cc3b7 Finalmask: Add `randRange` to "noise" (UDP), as the same as "header-custom"'s (TCP & UDP) (#5850) hai 2 semanas
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) hai 7 meses
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) %!s(int64=4) %!d(string=hai) anos
LICENSE c7f7c08ead v1.0.0 %!s(int64=5) %!d(string=hai) anos
README.md ce66db7032 README.md: Add CELERITY to Web Panel (#5834) hai 2 semanas
SECURITY.md 1cf5662949 Create SECURITY.md hai 2 meses
go.mod 67a71adad1 WireGuard: Implement UDP FullCone NAT (#5833) hai 2 semanas
go.sum 755f0a1d12 VLESS Reverse Proxy: Add "sniffing" to outbound's "reverse" (which is actually an inbound) (#5837) hai 2 semanas

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