Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Find a file
2025-05-04 15:01:40 +00:00
.github Workflows: Build Android(7+) using NDK; Add Android(7+) amd64 build (#4664) 2025-04-29 11:29:52 +00:00
app DNS: Extend hosts Abilities (#4673) 2025-04-30 04:32:52 +00:00
common DNS: Fix some bugs; Refactors; Optimizations (#4659) 2025-04-29 08:39:57 +00:00
core v25.4.30 2025-04-30 04:40:58 +00:00
features DNS: Fix some bugs; Refactors; Optimizations (#4659) 2025-04-29 08:39:57 +00:00
infra Do some rename 2025-05-04 15:01:39 +00:00
main Refine xray tls ech output format 2025-05-04 15:01:38 +00:00
proxy DNS: Fix some bugs; Refactors; Optimizations (#4659) 2025-04-29 08:39:57 +00:00
testing DNS: Support returning upstream TTL to clients (#4526) 2025-03-24 13:33:56 +00:00
transport Missing rename 2025-05-04 15:01:40 +00:00
.gitignore Chore: Optimize .gitignore (#4564) 2025-03-29 13:46:26 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md (#941) (#749) 2021-10-22 12:38:40 +08:00
go.mod Update goech to v0.0.1 2025-05-04 15:01:32 +00:00
go.sum Update goech to v0.0.1 2025-05-04 15:01:32 +00:00
LICENSE v1.0.0 2020-11-25 19:01:53 +08:00
README.md README.md: Rename Clash.Meta to mihomo in Others 2025-04-18 03:57:14 +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