No Description

yuhan6665 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
.github f9653d0d88 chore(ci): use go version file to specify the go version 1 year ago
app 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
common 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
core 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
features fa5d7a255b Least load balancer (#2999) 1 year ago
infra fe3a0cf954 Chore: Clean up legacy `field` usage 1 year ago
main a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 year ago
proxy 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
testing a994bf8b04 chore: fix some errors detected by staticcheck (#3089) 1 year ago
transport 657c5c8570 Update HTTPUpgrade spelling and proto 1 year ago
.gitignore 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) 4 years ago
LICENSE c7f7c08ead v1.0.0 5 years ago
Makefile 7b4db50c9d Feat: Using `Makefile` to build xray (#2882) 1 year ago
README.md c05fd2f8c2 Update README.md 1 year ago
go.mod f848a364e3 Bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0 1 year ago
go.sum f848a364e3 Bump github.com/quic-go/quic-go from 0.41.0 to 0.42.0 1 year 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.

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