No Description

Fangliding b33fde2e44 Add brutal 3 months ago
.github 7dc3f87cd8 Build: Remove Windows ARM 32-bit build (#4584) 1 month ago
app b33fde2e44 Add brutal 2 weeks ago
common b33fde2e44 Add brutal 2 weeks ago
core 1fe6d4a0f5 core/core.go: Replace "Custom" with vcs info if available (#5665) 1 month ago
features 59dc2cee2e API: Add ListRule() for routing (#5569) 1 month ago
infra b33fde2e44 Add brutal 2 weeks ago
main d100be5ad5 Chore: Migrate to Go 1.26 (#5680) 1 month ago
proxy 6a909b2507 Proxy: Add Hysteria 2 inbound & transport (supports listening port range, Salamander finalmask) (#5679) 1 month ago
testing 2c92339f95 TLS config: `allowInsecure`->`pinnedPeerCertSha256`; `verifyPeerCertInNames`->`verifyPeerCertByName` 1 month ago
transport 65da3d9c9d Add brutal infra 2 weeks ago
.gitignore 3a54924045 Chore: Optimize .gitignore (#5029) 6 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 19186edfa1 README.md: Add Egern & Quantumult X to Others (#5624) 1 month ago
SECURITY.md 1cf5662949 Create SECURITY.md 1 month ago
go.mod d100be5ad5 Chore: Migrate to Go 1.26 (#5680) 1 month ago
go.sum a079890ef0 Bump github.com/klauspost/cpuid/v2 from 2.0.12 to 2.3.0 (#5668) 1 month 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.

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