Нет описания

RPRX cb7bfeb54c v26.3.23 2 недель назад
.github ae3ddd1c06 Bump nick-fields/retry from 3 to 4 (#5838) 2 недель назад
app 9e09399087 Xray-core: More robust browser header masquerading (chrome, firefox, edge) (#5802) 3 недель назад
common 982c95d89a OpenBSD: Disable readV (#5786) 2 недель назад
core cb7bfeb54c v26.3.23 2 недель назад
features bb05684407 VLESS Reverse Proxy: Check burstObservatory immediately after inbound adds new reverse-mux to reverse-outbound (#5752) 3 недель назад
infra 755f0a1d12 VLESS Reverse Proxy: Add "sniffing" to outbound's "reverse" (which is actually an inbound) (#5837) 2 недель назад
main 35800e953e Commands: `x25519` outputs "Password" -> "Password (PublicKey)" (#5759) 3 недель назад
proxy d62f5cfb62 Loopback outbound: Fix potential nil InboundFromContext (#5836) 2 недель назад
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) 1 месяц назад
transport 67a71adad1 WireGuard: Implement UDP FullCone NAT (#5833) 2 недель назад
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) 7 месяцев назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md ce66db7032 README.md: Add CELERITY to Web Panel (#5834) 2 недель назад
SECURITY.md 1cf5662949 Create SECURITY.md 2 месяцев назад
go.mod 67a71adad1 WireGuard: Implement UDP FullCone NAT (#5833) 2 недель назад
go.sum 755f0a1d12 VLESS Reverse Proxy: Add "sniffing" to outbound's "reverse" (which is actually an inbound) (#5837) 2 недель назад

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