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.

Proyecto X

Project X se origina del protocolo XTLS, proporcionando un conjunto de herramientas de red como Xray-core y REALITY.

El README está abierto, así que no dudes en enviar tu proyecto aquí.

Donaciones & NFTs

Licencia

Mozilla Public License Versión 2.0

Documentación

Sitio web oficial de Project X

Telegram

Project X

Canal de Project X

Project VLESS (Русский)

Project XHTTP (Persian)

Instalación

Uso

Clientes GUI

Otros que soportan VLESS, XTLS, REALITY, XUDP, PLUX...

Contribuciones

Código de Conducta

Pregunta a DeepWiki

Créditos

Compilación en una línea

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

Lanzamientos Reproducibles

Asegúrate de usar la misma versión de Go, y recuerda establecer el ID del commit de git (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 a lo largo del tiempo

Stargazers a lo largo del tiempo