Last translated: 09 Jun 2025

Translation Not Available Yet

This repository's README hasn't been translated yet. Once translated, it will be easier to read and understand in your native language (中文).

After translating, add the links to README so others can view it directly.

Projet X

Project X est issu du protocole XTLS, fournissant un ensemble d'outils réseau tels que Xray-core et REALITY.

Le README est ouvert, n'hésitez pas à soumettre votre projet ici.

Dons & NFTs

Licence

Mozilla Public License Version 2.0

Documentation

Site officiel de Project X

Telegram

Project X

Project X Channel

Project VLESS (Русский)

Project XHTTP (Persian)

Installation

Utilisation

Clients GUI

Autres supports pour VLESS, XTLS, REALITY, XUDP, PLUX...

Contribution

Code de conduite

Ask DeepWiki

Crédits

Compilation en une ligne

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

Versions reproductibles

Assurez-vous d'utiliser la même version de Go, et n'oubliez pas de définir l'ID de commit git (7 octets) :

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 au fil du temps

Stargazers au fil du temps