No Description

dependabot[bot] 94c02f090e Bump golang.org/x/sys from 0.26.0 to 0.27.0 (#3987) 1 year ago
.github 592c2daf58 Update go 1.23 (#3730) 1 year ago
app 71cfea8aae Chore: Fix some spelling errors (#3976) 1 year ago
common 71cfea8aae Chore: Fix some spelling errors (#3976) 1 year ago
core 71cfea8aae Chore: Fix some spelling errors (#3976) 1 year ago
features 2c72864935 API: Add user online stats (#3637) 1 year ago
infra 71cfea8aae Chore: Fix some spelling errors (#3976) 1 year ago
main 2c72864935 API: Add user online stats (#3637) 1 year ago
proxy 71cfea8aae Chore: Fix some spelling errors (#3976) 1 year ago
testing 9bdf72d658 WireGuard config: Replace `kernelMode` with `noKernelTun` 1 year ago
transport b98f29bf3e Chore: Fix some comments (#3979) 1 year ago
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) 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 16de0937a8 Fix typos (#3527) 1 year ago
README.md cf182b0482 README.md: Update WARNING for Web Panel 1 year ago
go.mod 5af750b336 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3986) 1 year ago
go.sum 5af750b336 Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#3986) 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.

Donation & NFTs

Announcement of NFTs by Project X

License

Mozilla Public License Version 2.0

Documentation

Project X Official Website

Telegram

Project X

Project X Channel

Project VLESS (non-Chinese)

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