0
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2026-05-14 11:19:06 +00:00
Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses.
Find a file
2026-05-09 17:36:29 +00:00
.github Docker: Update confdir's default files (#6089) 2026-05-09 12:35:16 +00:00
app Direct/Freedom outbound: Prefer IPv4 for finalRules' "AsIs" (#6075) 2026-05-07 14:12:39 +00:00
common Direct/Freedom outbound: Prefer IPv4 for finalRules' "AsIs" (#6075) 2026-05-07 14:12:39 +00:00
core Xray-core v26.5.9 2026-05-09 17:36:29 +00:00
features
infra Config: Rename network/address/port in Tunnel inbound and DNS outbound (#6084) 2026-05-07 14:13:25 +00:00
main Config: Rename inbounds' clients/accounts to users (#6083) 2026-05-07 14:13:05 +00:00
proxy Config: Rename network/address/port in Tunnel inbound and DNS outbound (#6084) 2026-05-07 14:13:25 +00:00
testing Config: Rename network/address/port in Tunnel inbound and DNS outbound (#6084) 2026-05-07 14:13:25 +00:00
transport XDNS finalmask: Allow "domain+udp://0.0.0.0:0" for using dialerProxy (#6086) 2026-05-09 17:30:08 +00:00
.gitignore
CODE_OF_CONDUCT.md
go.mod Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#6077) 2026-05-07 10:43:21 +00:00
go.sum Bump google.golang.org/grpc from 1.80.0 to 1.81.0 (#6077) 2026-05-07 10:43:21 +00:00
LICENSE
README.md
SECURITY.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

BlancVPN

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