Нет описания

dependabot[bot] 7f23a1cb65 Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#4919) 6 месяцев назад
.github 79c6f99384 Workflows: Cleaner Docker builds, support for manual exec and pre-release (#4809) 6 месяцев назад
app ca8ef209a7 Stats API: Return status "not found" instead of "unknown" (#4860) 6 месяцев назад
common cb1afb33e6 common: fix task leak in timer (#4831) 7 месяцев назад
core fbae89d017 v25.6.8 7 месяцев назад
features af7a76da67 API: Add ListInbounds and ListOutbounds (#4723) 7 месяцев назад
infra 446315cf1f REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions (#4915) 6 месяцев назад
main 446315cf1f REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions (#4915) 6 месяцев назад
proxy 83686ebfaa DNS outbound: Prevent panic from rejecting invalid domain (#4903) 6 месяцев назад
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 7 месяцев назад
transport 446315cf1f REALITY protocol: Add optional Post-Quantum ML-DSA-65 verification for cert's ExtraExtensions (#4915) 6 месяцев назад
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 9 месяцев назад
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 лет назад
LICENSE c7f7c08ead v1.0.0 5 лет назад
README.md 10dbeb4335 README.md: Add AnyPortal to GUI Clients (#4902) 6 месяцев назад
go.mod 7f23a1cb65 Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#4919) 6 месяцев назад
go.sum 7f23a1cb65 Bump google.golang.org/grpc from 1.73.0 to 1.74.2 (#4919) 6 месяцев назад

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 (Русский)

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