No Description

风扇滑翔翼 fed6b77902 Add TypedSyncMap 4 months ago
.github d44c78b819 Workflows: Refactor docker (#4738) 4 months ago
app 6232e230d9 DNS New Features: `disableCache`, `finalQuery`, `unexpectedIPs`, `"*"`, `UseSystem-queryStrategy`, `useSystemHosts` (#4666) 4 months ago
common fed6b77902 Add TypedSyncMap 4 months ago
core f38d3f786a v25.6.7 4 months ago
features af7a76da67 API: Add ListInbounds and ListOutbounds (#4723) 4 months ago
infra 97fdcb4228 New feature: Happy Eyeballs (RFC 8305) (#4667) 4 months ago
main af7a76da67 API: Add ListInbounds and ListOutbounds (#4723) 4 months ago
proxy aa4134f4a6 DNS: Fix some bugs; Refactors; Optimizations (#4659) 5 months ago
testing 402067d281 Tests: Fix TestCommanderListHandlers (#4789) 4 months ago
transport fed6b77902 Add TypedSyncMap 4 months ago
.gitignore 681e943848 Chore: Optimize .gitignore (#4564) 6 months ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 4 years ago
README.md f67c70c4a2 README.md: Add SimpleXray to Android Clients (#4761) 4 months ago
go.mod bfbccc2721 Update github.com/xtls/reality to 20250607105625 4 months ago
go.sum bfbccc2721 Update github.com/xtls/reality to 20250607105625 4 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

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

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