Нема описа

copilot-swe-agent[bot] 1427b2098f feat: new strategy with PRNG seeded by CPU, random 25-45 day intervals from 2026.1.13 пре 4 месеци
.github 394e117998 GitHub Actions: Add wintun.dll into Windows zips; Workflow refinement (#5501) пре 5 месеци
app c661bc1c2a fix: remove extra blank lines in burst/ping.go and http/client.go пре 4 месеци
common 1427b2098f feat: new strategy with PRNG seeded by CPU, random 25-45 day intervals from 2026.1.13 пре 4 месеци
core 8c3f246dcb v26.2.4 пре 4 месеци
features 59dc2cee2e API: Add ListRule() for routing (#5569) пре 4 месеци
infra a7c0037c2b refactor: move ChromeUA to utils as var, add UA to XHTTP/WS/HTTPUpgrade/gRPC, revert proxy/http пре 4 месеци
main 74c726ff62 Commands: Print CA cert's SHA256 in `tls ping` (#5644) пре 4 месеци
proxy c661bc1c2a fix: remove extra blank lines in burst/ping.go and http/client.go пре 4 месеци
testing 2c92339f95 TLS config: `allowInsecure`->`pinnedPeerCertSha256`; `verifyPeerCertInNames`->`verifyPeerCertByName` пре 4 месеци
transport f0021d65f6 fix: apply gofmt and remove redundant check in grpc dial пре 4 месеци
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) пре 10 месеци
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) пре 4 година
LICENSE c7f7c08ead v1.0.0 пре 5 година
README.md 19186edfa1 README.md: Add Egern & Quantumult X to Others (#5624) пре 4 месеци
SECURITY.md 1cf5662949 Create SECURITY.md пре 5 месеци
go.mod 83fcb8b3f3 chore: go mod tidy - cpuid is now a direct dependency пре 4 месеци
go.sum 9c46a2d55a Upgrade gVisor to latest version v0.0.0-20260122175437-89a5d21be8f0 пре 4 месеци

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

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