Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Find a file
2025-03-26 12:30:48 +00:00
.github Build: End of the easily mistaken 'Makefile' () 2025-02-18 08:33:05 +00:00
app DNS: Add expectedIPs as an alias of expectIPs () 2025-03-26 12:18:58 +00:00
common Env: Add XRAY_LOCATION_CERT variable () 2025-03-24 13:02:35 +00:00
core v25.3.6 2025-03-06 13:50:15 +00:00
features DNS: Support returning upstream TTL to clients () 2025-03-24 13:33:56 +00:00
infra DNS: Add expectedIPs as an alias of expectIPs () 2025-03-26 12:18:58 +00:00
main Chore: Fix tests () 2025-02-25 13:11:37 +00:00
proxy HTTP inbound: Directly forward plain HTTP 1xx response header () 2025-03-26 12:30:48 +00:00
testing DNS: Support returning upstream TTL to clients () 2025-03-24 13:33:56 +00:00
transport DNS: Support returning upstream TTL to clients () 2025-03-24 13:33:56 +00:00
.gitignore SplitHTTP: Read and validate HTTP/1.1 responses () 2024-09-16 12:33:03 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md () () 2021-10-22 12:38:40 +08:00
go.mod Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 () 2025-03-26 12:20:17 +00:00
go.sum Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 () 2025-03-26 12:20:17 +00:00
LICENSE v1.0.0 2020-11-25 19:01:53 +08:00
README.md README.md: Add Remnawave to Web Panels () 2025-03-20 10:50:43 +00:00

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