Xray, Penetrates Everything. Also the best v2ray-core. Where the magic happens. An open platform for various uses. https://t.me/projectXray
Find a file
2024-07-12 00:20:06 +02:00
.github Fix typos (#3527) 2024-07-12 00:20:06 +02:00
app Fix typos (#3527) 2024-07-12 00:20:06 +02:00
common Fix typos (#3527) 2024-07-12 00:20:06 +02:00
core Fix typos (#3527) 2024-07-12 00:20:06 +02:00
features
infra
main Fix typos (#3527) 2024-07-12 00:20:06 +02:00
proxy Fix typos (#3527) 2024-07-12 00:20:06 +02:00
testing
transport Fix typos (#3527) 2024-07-12 00:20:06 +02:00
.gitignore
CODE_OF_CONDUCT.md
go.mod
go.sum
LICENSE
Makefile Fix typos (#3527) 2024-07-12 00:20:06 +02:00
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.

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Installation

Usage

GUI Clients

Others that support VLESS, XTLS, REALITY, XUDP, PLUX...

Contributing

Code of Conduct

Credits

Compilation

Windows (PowerShell)

$env:CGO_ENABLED=0
go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main

Linux / macOS

CGO_ENABLED=0 go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main

Reproducible Releases

make

Stargazers over time

Stargazers over time