No Description

RPRX 26de58933f README.md: Update Donation & NFTs 3 months ago
.github 79c6f99384 Workflows: Cleaner Docker builds, support for manual exec and pre-release (#4809) 3 months ago
app 4e826abebf Chore: Three small fixes (#4922) 3 months ago
common b065595f58 Reverse: portal-worker should not be closed before making sure there is at least one other active worker (#4869) 3 months ago
core d141d01d0c v25.7.23 3 months ago
features 923b5d7229 DNS hosts: Support returning RCode (#4681) 3 months ago
infra 31b508d372 REALITY config: Convert `mldsa65Seed` to its private key later 3 months ago
main 446315cf1f REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions (#4915) 3 months ago
proxy 4e826abebf Chore: Three small fixes (#4922) 3 months ago
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 4 months ago
transport 31b508d372 REALITY config: Convert `mldsa65Seed` to its private key later 3 months ago
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 7 months ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
README.md 26de58933f README.md: Update Donation & NFTs 3 months ago
go.mod 4433641e30 Update github.com/xtls/reality to 20250723121014 3 months ago
go.sum 4433641e30 Update github.com/xtls/reality to 20250723121014 3 months ago

README.md

Project X

Project X NFT

Collect a Project X NFT to support the development of 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 (Русский)

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 -ldflags="-X github.com/xtls/xray-core/core.build=REPLACE -s -w -buildid=" -v ./main

Stargazers over time

Stargazers over time