No Description

风扇滑翔翼 00f3147242 app/proxyman/inbound/inbound.go: Fix ListHandlers() (#4976) 3 months ago
.github 66025f2889 Workflows: Fix github.ref_name sometimes is empty when building Docker images (#4937) 3 months ago
app 00f3147242 app/proxyman/inbound/inbound.go: Fix ListHandlers() (#4976) 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 b6b51c51c8 v25.7.26 3 months ago
features 923b5d7229 DNS hosts: Support returning RCode (#4681) 3 months ago
infra 7cbf5b004c TLS ECH client: `echForceQuery` "full" / "half" / "none" (default) (#4973) 3 months ago
main fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 3 months ago
proxy 146b14ab55 Tunnel inbound: Add `portMap` config (local listening port -> remote specified address/port) 3 months ago
testing a576a4b183 Tests: Real fix for TestCommanderListHandlers (#4792) 4 months ago
transport 7cbf5b004c TLS ECH client: `echForceQuery` "full" / "half" / "none" (default) (#4973) 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 c569f478af Update readme 3 months ago
go.mod fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 3 months ago
go.sum fb7a9d8d61 TLS client & server: Support Encrypted Client Hello (ECH) (#3813) 3 months ago

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

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

Stargazers over time

Stargazers over time