Sem descrição

mmmray f406b2dee0 SplitHTTP client: Fix xmux config deserialization (#3827) há 1 ano atrás
.github 592c2daf58 Update go 1.23 (#3730) há 1 ano atrás
app 5f0642a671 Errors: Add PrintRemovedFeatureError & PrintDeprecatedFeatureWarning (#3804) há 1 ano atrás
common 5f0642a671 Errors: Add PrintRemovedFeatureError & PrintDeprecatedFeatureWarning (#3804) há 1 ano atrás
core a35d5719f4 v24.9.16 há 1 ano atrás
features 5f0642a671 Errors: Add PrintRemovedFeatureError & PrintDeprecatedFeatureWarning (#3804) há 1 ano atrás
infra f406b2dee0 SplitHTTP client: Fix xmux config deserialization (#3827) há 1 ano atrás
main c0a98f74fc Transport: Remove DomainSocket (#3757) há 1 ano atrás
proxy 363e86c585 UDP noises: Add base64 and multi-packet support (#3794) há 1 ano atrás
testing f04cb0b288 Config: Remove some legacy fields from V2Ray 3.x era (#3776) há 1 ano atrás
transport f406b2dee0 SplitHTTP client: Fix xmux config deserialization (#3827) há 1 ano atrás
.gitignore a931507dd6 SplitHTTP: Read and validate HTTP/1.1 responses (#3797) há 1 ano atrás
CODE_OF_CONDUCT.md 6a60332700 Create CODE_OF_CONDUCT.md (#941) (#749) há 4 anos atrás
LICENSE c7f7c08ead v1.0.0 há 5 anos atrás
Makefile 16de0937a8 Fix typos (#3527) há 1 ano atrás
README.md 9438517130 README.md: Add SaeedDev94/Xray to Android clients há 1 ano atrás
go.mod 67c2a29065 Bump github.com/sagernet/sing from 0.4.1 to 0.4.3 (#3818) há 1 ano atrás
go.sum 67c2a29065 Bump github.com/sagernet/sing from 0.4.1 to 0.4.3 (#3818) há 1 ano atrás

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