diff --git a/docs/document/install.md b/docs/document/install.md index 758b286b..63b5cf4b 100644 --- a/docs/document/install.md +++ b/docs/document/install.md @@ -2,16 +2,19 @@ ## 平台支持 -Xray 在以下平台中可用: +官方 Release 支持以下平台 -- Windows 7 及之后版本(x86 / amd64 / arm32 / arm64); - - Windows 7 中使用 1.8.4、1.8.6 的常规版本以及 1.8.18 以后的 `win7` 版本需要系统安装有 **KB4474419** 更新方可使用;推荐同时安装 KB4490628 以便联网后接受后续的操作系统安全更新。 - - 从 v25 开始,在 Windows 7 上运行 `win7` 版本只需安装 SP1 即可正常运行,但对联网系统而言仍然强烈建议安装后续操作系统安全更新。 -- macOS 10.10 Yosemite 及之后版本(amd64 / arm64); -- Linux 2.6.23 及之后版本(x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64); - - 包括但不限于 Debian 7 / 8、Ubuntu 12.04 / 14.04 及后续版本、CentOS 7 / 8、Arch Linux 等; -- FreeBSD (x86 / amd64); -- OpenBSD (x86 / amd64); +| 平台 | 最低版本 | 架构 | +| :------ | :-------------------------------------------------------------- | :------------------------------------------------------------------ | +| Windows | 7 及之后版本 [1] | x86 / amd64 / arm32 / arm64 | +| macOS | 10.10 Yosemite 及之后版本 | amd64 / arm64 | +| Linux | 2.6.23 及之后版本 [2] | x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64 | +| FreeBSD | - | x86 / amd64 | +| OpenBSD | - | x86 / amd64 | + +[1] Windows 7 中使用 1.8.4、1.8.6 的常规版本以及 1.8.18 以后的 `win7` 版本,需要系统安装 **KB4474419**;推荐同时安装 KB4490628 以便联网后接受后续操作系统安全更新。从 v25 开始,在 Windows 7 上运行 `win7` 版本只需安装 SP1 即可正常运行,但对联网系统仍强烈建议安装后续操作系统安全更新。 + +[2] 包括但不限于 Debian 7 / 8、Ubuntu 12.04 / 14.04 及后续版本、CentOS 7 / 8、Arch Linux 等。 ## 下载 Xray @@ -28,9 +31,7 @@ Xray 提供两种验证方式: ## Windows 安装方式 -- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 Windows 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray.exe` - ,然后[通过命令行带参数运行](./command) 即可 -- 通过 [Scoop](https://scoop.sh) 包管理器安装:Xray 已经被添加到 [Mochi](https://github.com/Qv2ray/mochi)。 +- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 Windows 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray.exe`,然后[通过命令行带参数运行](./command) 即可 ## macOS 安装方式 @@ -41,130 +42,108 @@ Xray 提供两种验证方式: ## Linux 安装方式 -### 安装脚本 +### 安装脚本与项目 -- Linux Script - - [XTLS/Xray-install](https://github.com/XTLS/Xray-install) (**官方脚本**) - - [tempest](https://github.com/team-cloudchaser/tempest) (支持 [`systemd`](https://systemd.io) 以及 [OpenRC](https://github.com/OpenRC/openrc); 仅限 Linux 下使用) +| 类型 | 项目 | 说明 | +| :----------- | :-------------------------------------------------------------------- | :----------------------------------------------------------------------------------- | +| Linux Script | [XTLS/Xray-install](https://github.com/XTLS/Xray-install)(**官方**) | 官方维护的 Linux 安装脚本 | +| Linux Script | [tempest](https://github.com/team-cloudchaser/tempest) | 支持 [`Systemd`](https://systemd.io) 与 [`OpenRC`](https://github.com/OpenRC/openrc) | +| One Click | [Xray-REALITY](https://github.com/zxcvos/Xray-script) | 一键安装方案 | +| One Click | [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) | 一键安装方案 | +| One Click | [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey) | 一键安装方案 | +| One Click | [v2ray-agent](https://github.com/mack-a/v2ray-agent) | 一键安装方案 | +| One Click | [ProxySU](https://github.com/proxysu/ProxySU) | 一键安装方案 | +| Magisk | [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) | 适用于 Magisk 环境 | +| Magisk | [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) | 适用于 Magisk 环境 | -* One Click - - [Xray-REALITY](https://github.com/zxcvos/Xray-script), [xray-reality](https://github.com/sajjaddg/xray-reality), [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) - - [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey), [XTool](https://github.com/LordPenguin666/XTool) - - [v2ray-agent](https://github.com/mack-a/v2ray-agent), [Xray_onekey](https://github.com/wulabing/Xray_onekey), [ProxySU](https://github.com/proxysu/ProxySU) +### 包管理器与发行版仓库 -* Magisk - - [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) - - [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) - -### Arch Linux - -#### Arch User Repository - -需要使用 [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers),以 [yay](https://github.com/Jguer/yay) -为例,可通过 `yay -S xray` 安装。 - -#### Arch Linux CN - -首先添加 [Arch Linux CN 仓库](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/),然后在 root 用户下使用 `pacman -S xray` 安装。 - -### Linuxbrew - -Linuxbrew 包管理器的使用方式与 Homebrew 一致:`brew install xray` - -### Debian - -### Gentoo - -目前有三个第三方 Overlay 提供 Portage 安装脚本: - -- [CHN-beta/touchfish-os](https://github.com/gentoo-mirror/touchfish-os/tree/master/net-proxy/Xray): 个人维护,适用于 systemD 系统 -- [Gentoo-zh](https://github.com/microcai/gentoo-zh): 社区维护,适用于 systemD 系统 -- [JuanCldCmt/Xray-Overlay](https://github.com/JuanCldCmt/Xray-Overlay):个人维护,适用于 openRC 系统,同时使用 xray 用户组运行以提高安全性 - -使用 layman 或 eselect-repository 添加 Overlay 至本地,然后即可安装。 +| 方式 | 项目 | 说明 | +| :------------------- | :------------------------------------------------------------------------------ | :------------------------------------------------------------------------- | +| Arch User Repository | [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers) | 以 [yay](https://github.com/Jguer/yay) 为例,可通过 `yay -S xray` 安装 | +| Arch Linux CN | [Arch Linux CN 仓库](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/) | 添加仓库后,在 root 用户下使用 `pacman -S xray` 安装 | +| Linuxbrew | [Homebrew](https://brew.sh) | 用法与 Homebrew 一致:`brew install xray` | +| Gentoo Portage | [Gentoo-zh](https://github.com/microcai/gentoo-zh) | 适用于 Systemd 系统;使用 layman 或 eselect-repository 添加 Overlay 后安装 | ## Docker 安装方式 目前提供两种不同风格的 Docker 映像: -- [teddysun/xray](https://hub.docker.com/r/teddysun/xray) 有 root 权限、有 shell 环境、兼容所有 Alpine 支持的架构。由私人服务器 dl.lamp.sh 编译并构建。使用起来更便捷 -- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core) 无 root 权限、无 shell 环境、支持更多的架构。由官方库编译并构建支持追溯。牺牲了便利性来追求更极端的安全性 +- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core)(**官方**)
+ 无 root 权限、无 shell 环境、支持更多的架构。由官方库编译并构建支持追溯。牺牲了便利性来追求更极端的安全性 + ::: details 文件结构 + - `/usr/local/bin/xray`:Xray 主程序(拥有者是 root:root、文件权限 755) + - `/usr/local/etc/xray/`:配置文件目录(挂载点)(拥有者是 root:root、目录权限 755、文件权限 644) + - 00_log.json + - 01_api.json + - 02_dns.json + - 03_routing.json + - 04_policy.json + - 05_inbounds.json + - 06_outbounds.json + - 07_stats.json + - 08_fakedns.json + - 09_metrics.json + - 10_observatory.json + - 11_geodata.json + - 99_version.json + - `/usr/local/share/xray/`:资源文件目录,存放了 Loyalsoldier 版本地理位置数据文件(权限同上) + - geoip.dat + - geosite.dat + - `/var/log/xray/`:日志文件目录(挂载点)(目录拥有者是 root:root、权限 755;文件拥有者是 65532:65532、权限 600) + - access.log + - error.log -### Docker image 的文件结构 + ::: -teddysun/xray 版本映像: +- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
+ 有 root 权限、有 shell 环境、兼容所有 Alpine 支持的架构。由私人服务器 dl.lamp.sh 编译并构建。使用起来更便捷 + ::: details 文件结构 + - `/usr/bin/xray`:Xray 主程序 + - `/etc/xray/config.json`:单一配置文件(其所在目录为挂载点) + - `/usr/share/xray/`:资源文件目录,存放了 v2fly 版本地理位置数据文件 + - geoip.dat + - geosite.dat -- `/usr/bin/xray`:Xray 主程序 -- `/etc/xray/config.json`:单一配置文件(其所在目录为挂载点) -- `/usr/share/xray/`:资源文件目录,存放了 v2fly 版本地理位置数据文件 - - geoip.dat - - geosite.dat + ::: -ghcr.io/xtls/xray-core 版本映像: +## 第三方图形化客户端 -- `/usr/local/bin/xray`:Xray 主程序(拥有者是 root:root、文件权限 755) -- `/usr/local/etc/xray/`:配置文件目录(挂载点)(拥有者是 root:root、目录权限 755、文件权限 644) - - 00_log.json - - 01_api.json - - 02_dns.json - - 03_routing.json - - 04_policy.json - - 05_inbounds.json - - 06_outbounds.json - - 07_stats.json - - 08_fakedns.json - - 09_metrics.json - - 10_observatory.json - - 11_geodata.json - - 99_version.json -- `/usr/local/share/xray/`:资源文件目录,存放了 Loyalsoldier 版本地理位置数据文件(权限同上) - - geoip.dat - - geosite.dat -- `/var/log/xray/`:日志文件目录(挂载点)(目录拥有者是 root:root、权限 755;文件拥有者是 65532:65532、权限 600) - - access.log - - error.log - -# 图形化客户端 - -- OpenWrt - - [PassWall](https://github.com/xiaorouji/openwrt-passwall), [PassWall 2](https://github.com/xiaorouji/openwrt-passwall2) - - [ShadowSocksR Plus+](https://github.com/fw876/helloworld) - - [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) -- Asuswrt-Merlin - - [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) -- Windows - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Android - - [v2rayNG](https://github.com/2dust/v2rayNG) - - [X-flutter](https://github.com/XTLS/X-flutter) - - [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) - - [SimpleXray](https://github.com/lhear/SimpleXray) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- iOS & macOS arm64 & tvOS - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) - - [FoXray](https://apps.apple.com/app/foxray/id6448898396) - - [Streisand](https://apps.apple.com/app/streisand/id6450534064) -- macOS arm64 & x64 - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [V2rayU](https://github.com/yanue/V2rayU) - - [V2RayXS](https://github.com/tzmax/V2RayXS) - - [Furious](https://github.com/LorenEteval/Furious) - - [OneXray](https://github.com/OneXray/OneXray) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Linux - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [GorzRay](https://github.com/ketetefid/GorzRay) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) +| 平台 | 项目 | +| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ | +| OpenWrt | [PassWall](https://github.com/Openwrt-Passwall/openwrt-passwall) | +| OpenWrt | [PassWall 2](https://github.com/Openwrt-Passwall/openwrt-passwall2) | +| OpenWrt | [ShadowSocksR Plus+](https://github.com/fw876/helloworld) | +| OpenWrt | [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) | +| Asuswrt-Merlin | [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) | +| Windows | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Windows | [v2rayN](https://github.com/2dust/v2rayN) | +| Windows | [Furious](https://github.com/LorenEteval/Furious) | +| Windows | [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) | +| Windows | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Android | [v2rayNG](https://github.com/2dust/v2rayNG) | +| Android | [X-flutter](https://github.com/XTLS/X-flutter) | +| Android | [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) | +| Android | [SimpleXray](https://github.com/lhear/SimpleXray) | +| Android | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| iOS / macOS arm64 / tvOS | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) | +| iOS / macOS arm64 / tvOS | [FoXray](https://apps.apple.com/app/foxray/id6448898396) | +| iOS / macOS arm64 / tvOS | [Streisand](https://apps.apple.com/app/streisand/id6450534064) | +| macOS arm64 / x64 | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) | +| macOS arm64 / x64 | [v2rayA](https://github.com/v2rayA/v2rayA) | +| macOS arm64 / x64 | [v2rayN](https://github.com/2dust/v2rayN) | +| macOS arm64 / x64 | [V2rayU](https://github.com/yanue/V2rayU) | +| macOS arm64 / x64 | [V2RayXS](https://github.com/tzmax/V2RayXS) | +| macOS arm64 / x64 | [Furious](https://github.com/LorenEteval/Furious) | +| macOS arm64 / x64 | [OneXray](https://github.com/OneXray/OneXray) | +| macOS arm64 / x64 | [GoXRay](https://github.com/goxray/desktop) | +| macOS arm64 / x64 | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Linux | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Linux | [v2rayN](https://github.com/2dust/v2rayN) | +| Linux | [Furious](https://github.com/LorenEteval/Furious) | +| Linux | [GorzRay](https://github.com/ketetefid/GorzRay) | +| Linux | [GoXRay](https://github.com/goxray/desktop) | +| Linux | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | ## UUID 生成器 diff --git a/docs/en/document/install.md b/docs/en/document/install.md index 320cfb64..d68d142e 100644 --- a/docs/en/document/install.md +++ b/docs/en/document/install.md @@ -2,166 +2,147 @@ ## Platform Support -Xray is available on the following platforms: +Official Releases support the following platforms -- Windows 7 and later (x86 / amd64 / arm32 / arm64); - - To use regular versions 1.8.4, 1.8.6, and `win7` versions after 1.8.18 on Windows 7, the system must have the **KB4474419** update installed; it is recommended to also install KB4490628 to receive subsequent operating system security updates after connecting to the internet. - - Starting from v25, running the `win7` version on Windows 7 only requires SP1 to function normally, but installing subsequent OS security updates is still strongly recommended for networked systems. -- macOS 10.10 Yosemite and later (amd64 / arm64); -- Linux 2.6.23 and later (x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64); - - Including but not limited to Debian 7 / 8, Ubuntu 12.04 / 14.04 and later, CentOS 7 / 8, Arch Linux, etc.; -- FreeBSD (x86 / amd64); -- OpenBSD (x86 / amd64); +| Platform | Minimum Version | Architectures | +| :------- | :------------------------------------------------------------- | :------------------------------------------------------------------ | +| Windows | 7 and later [1] | x86 / amd64 / arm32 / arm64 | +| macOS | 10.10 Yosemite and later | amd64 / arm64 | +| Linux | 2.6.23 and later [2] | x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64 | +| FreeBSD | - | x86 / amd64 | +| OpenBSD | - | x86 / amd64 | + +[1] On Windows 7, regular versions 1.8.4 and 1.8.6, as well as `win7` builds after 1.8.18, require **KB4474419** to be installed. Installing KB4490628 is also recommended so the system can continue receiving later security updates after connecting to the internet. Starting from v25, the `win7` build on Windows 7 only requires SP1 to run normally, but installing later OS security updates is still strongly recommended for networked systems. + +[2] Including but not limited to Debian 7 / 8, Ubuntu 12.04 / 14.04 and later, CentOS 7 / 8, Arch Linux, and more. ## Download Xray -Pre-compiled binary ZIP archives can be found in [Github Releases](https://github.com/xtls/Xray-core/releases). +Precompiled binary ZIP archives are available in [Github Releases](https://github.com/xtls/Xray-core/releases). -Download the archive for your platform, extract it, and it is ready to use. +Download the archive for your platform and extract it to start using Xray. ## Verify Installation Packages Xray provides two verification methods: -- SHA1 / SHA256 digests of the ZIP archive. -- Reproducible Builds: Please refer to [Compiling Xray](../development/intro/compile.md). +- SHA1 / SHA256 digests for ZIP archives +- Reproducible builds: please refer to [Compile Xray](../development/intro/compile.md) ## Windows Installation -- Download the ZIP archive for the Windows platform from [Github Releases](https://github.com/xtls/Xray-core/releases). After extraction, you will get the executable file `xray.exe`. You can then [run it via the command line with parameters](./command). -- Install via [Scoop](https://scoop.sh) package manager: Xray has been added to [Mochi](https://github.com/Qv2ray/mochi). +- Download the ZIP archive for Windows from [Github Releases](https://github.com/xtls/Xray-core/releases). After extracting it, you will get the executable file `xray.exe`, which you can then [run with command-line arguments](./command) ## macOS Installation -- Download the ZIP archive for the macOS platform from [Github Releases](https://github.com/xtls/Xray-core/releases). After extraction, you will get the executable file `xray`. You can then [run it via the command line with parameters](./command.md). -- Install via [Homebrew](https://brew.sh) package manager: `brew install xray` -- [homebrew-xray](https://github.com/N4FA/homebrew-xray) thanks to [@N4FA](https://github.com/N4FA). +- Download the ZIP archive for macOS from [Github Releases](https://github.com/xtls/Xray-core/releases). After extracting it, you will get the executable file `xray`, which you can then [run with command-line arguments](./command.md) +- Install via the [Homebrew](https://brew.sh) package manager: `brew install xray` +- [homebrew-xray](https://github.com/N4FA/homebrew-xray) thanks to [@N4FA](https://github.com/N4FA) ## Linux Installation -### Installation Scripts +### Installation Scripts and Projects -- Linux Script - - [XTLS/Xray-install](https://github.com/XTLS/Xray-install) (**Official Script**) - - [tempest](https://github.com/team-cloudchaser/tempest) (Supports [`systemd`](https://systemd.io) and [OpenRC](https://github.com/OpenRC/openrc); Linux only) +| Type | Project | Description | +| :----------- | :----------------------------------------------------------------------- | :---------------------------------------------------------------------------------------- | +| Linux Script | [XTLS/Xray-install](https://github.com/XTLS/Xray-install) (**Official**) | Officially maintained Linux installation script | +| Linux Script | [tempest](https://github.com/team-cloudchaser/tempest) | Supports [`Systemd`](https://systemd.io) and [`OpenRC`](https://github.com/OpenRC/openrc) | +| One Click | [Xray-REALITY](https://github.com/zxcvos/Xray-script) | One-click installation solution | +| One Click | [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) | One-click installation solution | +| One Click | [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey) | One-click installation solution | +| One Click | [v2ray-agent](https://github.com/mack-a/v2ray-agent) | One-click installation solution | +| One Click | [ProxySU](https://github.com/proxysu/ProxySU) | One-click installation solution | +| Magisk | [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) | For Magisk environments | +| Magisk | [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) | For Magisk environments | -- One Click - - [Xray-REALITY](https://github.com/zxcvos/Xray-script), [xray-reality](https://github.com/sajjaddg/xray-reality), [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) - - [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey), [XTool](https://github.com/LordPenguin666/XTool) - - [v2ray-agent](https://github.com/mack-a/v2ray-agent), [Xray_onekey](https://github.com/wulabing/Xray_onekey), [ProxySU](https://github.com/proxysu/ProxySU) +### Package Managers and Distribution Repositories -- Magisk - - [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) - - [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) - -### Arch Linux - -#### Arch User Repository - -Requires [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers). Taking [yay](https://github.com/Jguer/yay) as an example, you can install via `yay -S xray`. - -#### Arch Linux CN - -First add the [Arch Linux CN repository](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/), then install using `pacman -S xray` under the root user. - -### Linuxbrew - -The usage of the Linuxbrew package manager is consistent with Homebrew: `brew install xray` - -### Debian - -### Gentoo - -Currently, three third-party Overlays provide Portage installation scripts: - -- [CHN-beta/touchfish-os](https://github.com/gentoo-mirror/touchfish-os/tree/master/net-proxy/Xray): Personally maintained, suitable for systemD systems. -- [Gentoo-zh](https://github.com/microcai/gentoo-zh): Community maintained, suitable for systemD systems. -- [JuanCldCmt/Xray-Overlay](https://github.com/JuanCldCmt/Xray-Overlay): Personally maintained, suitable for openRC systems; runs with the xray user group to improve security. - -Use layman or eselect-repository to add the Overlay locally, then install. +| Method | Project | Description | +| :------------------- | :------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------------- | +| Arch User Repository | [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers) | Taking [yay](https://github.com/Jguer/yay) as an example, install with `yay -S xray` | +| Arch Linux CN | [Arch Linux CN repository](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/) | After adding the repository, install with `pacman -S xray` as root | +| Linuxbrew | [Homebrew](https://brew.sh) | Usage is the same as Homebrew: `brew install xray` | +| Gentoo Portage | [Gentoo-zh](https://github.com/microcai/gentoo-zh) | Suitable for Systemd systems; install after adding the Overlay with layman or eselect-repository | ## Docker Installation -Currently, two different styles of Docker images are provided: +Two different styles of Docker images are currently provided: -- [teddysun/xray](https://hub.docker.com/r/teddysun/xray): Has root privileges, has shell environment, compatible with all Alpine-supported architectures. Compiled and built by private server dl.lamp.sh. More convenient to use. -- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core): No root privileges, no shell environment, supports more architectures. Compiled and built by the official repository supporting traceability. Sacrifices convenience for more extreme security. +- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core) (**Official**)
+ No root privileges, no shell environment, and support for more architectures. It is compiled and built from the official repository with traceability support. It sacrifices convenience in pursuit of more extreme security. + ::: details File Structure + - `/usr/local/bin/xray`: Xray main program (owner: `root:root`, file permissions: `755`) + - `/usr/local/etc/xray/`: Configuration file directory (mount point) (owner: `root:root`, directory permissions: `755`, file permissions: `644`) + - 00_log.json + - 01_api.json + - 02_dns.json + - 03_routing.json + - 04_policy.json + - 05_inbounds.json + - 06_outbounds.json + - 07_stats.json + - 08_fakedns.json + - 09_metrics.json + - 10_observatory.json + - 11_geodata.json + - 99_version.json + - `/usr/local/share/xray/`: Resource file directory containing Loyalsoldier geolocation data files (same permissions as above) + - geoip.dat + - geosite.dat + - `/var/log/xray/`: Log file directory (mount point) (directory owner: `root:root`, permissions: `755`; file owner: `65532:65532`, permissions: `600`) + - access.log + - error.log -### Docker Image File Structure + ::: -teddysun/xray version image: +- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
+ Has root privileges, includes a shell environment, and is compatible with all architectures supported by Alpine. It is compiled and built by the private server `dl.lamp.sh`. More convenient to use. + ::: details File Structure + - `/usr/bin/xray`: Xray main program + - `/etc/xray/config.json`: Single configuration file (its parent directory is a mount point) + - `/usr/share/xray/`: Resource file directory containing v2fly geolocation data files + - geoip.dat + - geosite.dat -- `/usr/bin/xray`: Xray main program -- `/etc/xray/config.json`: Single configuration file (its directory is a mount point) -- `/usr/share/xray/`: Resource file directory, stores v2fly version geolocation data files - - geoip.dat - - geosite.dat + ::: -ghcr.io/xtls/xray-core version image: +## Third-Party Graphical Clients -- `/usr/local/bin/xray`: Xray main program (Owner is root:root, file permissions 755) -- `/usr/local/etc/xray/`: Configuration file directory (Mount point) (Owner is root:root, directory permissions 755, file permissions 644) - - 00_log.json - - 01_api.json - - 02_dns.json - - 03_routing.json - - 04_policy.json - - 05_inbounds.json - - 06_outbounds.json - - 07_stats.json - - 08_fakedns.json - - 09_metrics.json - - 10_observatory.json - - 11_geodata.json - - 99_version.json -- `/usr/local/share/xray/`: Resource file directory, stores Loyalsoldier version geolocation data files (Permissions same as above) - - geoip.dat - - geosite.dat -- `/var/log/xray/`: Log file directory (Mount point) (Directory owner is root:root, permissions 755; File owner is 65532:65532, permissions 600) - - access.log - - error.log - -# Graphical Clients - -- OpenWrt - - [PassWall](https://github.com/xiaorouji/openwrt-passwall), [PassWall 2](https://github.com/xiaorouji/openwrt-passwall2) - - [ShadowSocksR Plus+](https://github.com/fw876/helloworld) - - [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) -- Asuswrt-Merlin - - [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) -- Windows - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Android - - [v2rayNG](https://github.com/2dust/v2rayNG) - - [X-flutter](https://github.com/XTLS/X-flutter) - - [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) - - [SimpleXray](https://github.com/lhear/SimpleXray) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- iOS & macOS arm64 & tvOS - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) - - [FoXray](https://apps.apple.com/app/foxray/id6448898396) - - [Streisand](https://apps.apple.com/app/streisand/id6450534064) -- macOS arm64 & x64 - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [V2rayU](https://github.com/yanue/V2rayU) - - [V2RayXS](https://github.com/tzmax/V2RayXS) - - [Furious](https://github.com/LorenEteval/Furious) - - [OneXray](https://github.com/OneXray/OneXray) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Linux - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [GorzRay](https://github.com/ketetefid/GorzRay) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) +| Platform | Project | +| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ | +| OpenWrt | [PassWall](https://github.com/Openwrt-Passwall/openwrt-passwall) | +| OpenWrt | [PassWall 2](https://github.com/Openwrt-Passwall/openwrt-passwall2) | +| OpenWrt | [ShadowSocksR Plus+](https://github.com/fw876/helloworld) | +| OpenWrt | [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) | +| Asuswrt-Merlin | [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) | +| Windows | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Windows | [v2rayN](https://github.com/2dust/v2rayN) | +| Windows | [Furious](https://github.com/LorenEteval/Furious) | +| Windows | [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) | +| Windows | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Android | [v2rayNG](https://github.com/2dust/v2rayNG) | +| Android | [X-flutter](https://github.com/XTLS/X-flutter) | +| Android | [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) | +| Android | [SimpleXray](https://github.com/lhear/SimpleXray) | +| Android | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| iOS / macOS arm64 / tvOS | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) | +| iOS / macOS arm64 / tvOS | [FoXray](https://apps.apple.com/app/foxray/id6448898396) | +| iOS / macOS arm64 / tvOS | [Streisand](https://apps.apple.com/app/streisand/id6450534064) | +| macOS arm64 / x64 | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) | +| macOS arm64 / x64 | [v2rayA](https://github.com/v2rayA/v2rayA) | +| macOS arm64 / x64 | [v2rayN](https://github.com/2dust/v2rayN) | +| macOS arm64 / x64 | [V2rayU](https://github.com/yanue/V2rayU) | +| macOS arm64 / x64 | [V2RayXS](https://github.com/tzmax/V2RayXS) | +| macOS arm64 / x64 | [Furious](https://github.com/LorenEteval/Furious) | +| macOS arm64 / x64 | [OneXray](https://github.com/OneXray/OneXray) | +| macOS arm64 / x64 | [GoXRay](https://github.com/goxray/desktop) | +| macOS arm64 / x64 | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Linux | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Linux | [v2rayN](https://github.com/2dust/v2rayN) | +| Linux | [Furious](https://github.com/LorenEteval/Furious) | +| Linux | [GorzRay](https://github.com/ketetefid/GorzRay) | +| Linux | [GoXRay](https://github.com/goxray/desktop) | +| Linux | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | ## UUID Generator diff --git a/docs/ru/document/install.md b/docs/ru/document/install.md index e8abd1e6..153726a2 100644 --- a/docs/ru/document/install.md +++ b/docs/ru/document/install.md @@ -1,165 +1,149 @@ # Загрузка и установка -## Поддерживаемые платформы +## Поддержка платформ -Xray доступен на следующих платформах: +Официальные Release поддерживают следующие платформы -- Windows 7 и выше (x86 / amd64 / arm32 / arm64); - - Если вам требуется использовать эти версии (1.8.18 и более новые, отмеченные как `win7`, 1.8.6, 1.8.4) в Windows 7, необходимо убедиться, что в вашей ОС установлено обновление **KB4474419**. Для повышения уровня безопасности также рекомендуем убедиться, что у вас установлено обновление KB4490628. -- macOS 10.10 Yosemite и выше (amd64 / arm64); -- Linux 2.6.23 и выше (x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64); - - Включая, но не ограничиваясь: Debian 7 / 8, Ubuntu 12.04 / 14.04 и выше, CentOS 7 / 8, Arch Linux и др.; -- FreeBSD (x86 / amd64); -- OpenBSD (x86 / amd64); +| Платформа | Минимальная версия | Архитектуры | +| :-------- | :----------------------------------------------------------- | :------------------------------------------------------------------ | +| Windows | 7 и новее [1] | x86 / amd64 / arm32 / arm64 | +| macOS | 10.10 Yosemite и новее | amd64 / arm64 | +| Linux | 2.6.23 и новее [2] | x86 / amd64 / arm / arm64 / mips64 / mips / ppc64 / s390x / riscv64 | +| FreeBSD | - | x86 / amd64 | +| OpenBSD | - | x86 / amd64 | + +[1] В Windows 7 для обычных версий 1.8.4 и 1.8.6, а также для сборок `win7` после 1.8.18, требуется установленное обновление **KB4474419**. Также рекомендуется установить KB4490628, чтобы система могла получать последующие обновления безопасности после подключения к интернету. Начиная с v25, для нормальной работы сборки `win7` на Windows 7 требуется только SP1, однако для систем с доступом к сети по-прежнему настоятельно рекомендуется устанавливать последующие обновления безопасности ОС. + +[2] Включая, но не ограничиваясь Debian 7 / 8, Ubuntu 12.04 / 14.04 и новее, CentOS 7 / 8, Arch Linux и другими. ## Загрузка Xray -Предварительно скомпилированные ZIP-архивы с двоичными файлами можно найти в [списке релизов на GitHub](https://github.com/xtls/Xray-core/releases). +Предварительно собранные ZIP-архивы с бинарными файлами доступны в [Github Releases](https://github.com/xtls/Xray-core/releases). -Скачайте архив для своей платформы, распакуйте его и можете использовать. +Скачайте архив для своей платформы и распакуйте его, после чего Xray можно использовать. -## Проверка установочного пакета +## Проверка установочных пакетов -Xray предлагает два способа проверки: +Xray предоставляет два способа проверки: -- По хэш-сумме ZIP-архива (SHA1 / SHA256); -- Воспроизводимая сборка: см. [Сборка Xray](../development/intro/compile.md). +- SHA1 / SHA256 хэши ZIP-архивов +- Воспроизводимая сборка: см. [Сборка Xray](../development/intro/compile.md) -## Установка на Windows +## Установка в Windows -- Скачайте ZIP-архив для Windows из [релизов на GitHub](https://github.com/xtls/Xray-core/releases), распакуйте его, чтобы получить исполняемый файл `xray.exe`, а затем [запустите его из командной строки с параметрами](./command). -- Установите с помощью менеджера пакетов [Scoop](https://scoop.sh): Xray был добавлен в [Mochi](https://github.com/Qv2ray/mochi). +- Скачайте ZIP-архив для Windows из [Github Releases](https://github.com/xtls/Xray-core/releases). После распаковки вы получите исполняемый файл `xray.exe`, который затем можно [запустить с аргументами командной строки](./command) -## Установка на macOS +## Установка в macOS -- Скачайте ZIP-архив для macOS из [релизов на GitHub](https://github.com/xtls/Xray-core/releases), распакуйте его, чтобы получить исполняемый файл `xray`, а затем [запустите его из командной строки с параметрами](./command.md). -- Установите с помощью менеджера пакетов [Homebrew](https://brew.sh): `brew install xray`. -- [homebrew-xray](https://github.com/N4FA/homebrew-xray) Спасибо, [@N4FA](https://github.com/N4FA)! +- Скачайте ZIP-архив для macOS из [Github Releases](https://github.com/xtls/Xray-core/releases). После распаковки вы получите исполняемый файл `xray`, который затем можно [запустить с аргументами командной строки](./command.md) +- Установите через менеджер пакетов [Homebrew](https://brew.sh): `brew install xray` +- [homebrew-xray](https://github.com/N4FA/homebrew-xray), спасибо [@N4FA](https://github.com/N4FA) -## Установка на Linux +## Установка в Linux -### Установочные скрипты +### Скрипты и проекты для установки -- Скрипты для Linux - - [XTLS/Xray-install](https://github.com/XTLS/Xray-install) (**официальный**) - - [tempest](https://github.com/team-cloudchaser/tempest) (поддерживает [`systemd`](https://systemd.io) и [OpenRC](https://github.com/OpenRC/openrc); подходит только для Linux) +| Тип | Проект | Описание | +| :----------- | :-------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------ | +| Linux Script | [XTLS/Xray-install](https://github.com/XTLS/Xray-install) (**Официальный**) | Официально поддерживаемый скрипт установки для Linux | +| Linux Script | [tempest](https://github.com/team-cloudchaser/tempest) | Поддерживает [`Systemd`](https://systemd.io) и [`OpenRC`](https://github.com/OpenRC/openrc) | +| One Click | [Xray-REALITY](https://github.com/zxcvos/Xray-script) | Решение для установки в один клик | +| One Click | [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) | Решение для установки в один клик | +| One Click | [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey) | Решение для установки в один клик | +| One Click | [v2ray-agent](https://github.com/mack-a/v2ray-agent) | Решение для установки в один клик | +| One Click | [ProxySU](https://github.com/proxysu/ProxySU) | Решение для установки в один клик | +| Magisk | [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) | Для окружений с Magisk | +| Magisk | [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) | Для окружений с Magisk | -* Установка одной командой - - [Xray-REALITY](https://github.com/zxcvos/Xray-script), [xray-reality](https://github.com/sajjaddg/xray-reality), [reality-ezpz](https://github.com/aleskxyz/reality-ezpz) - - [Xray_bash_onekey](https://github.com/hello-yunshu/Xray_bash_onekey), [XTool](https://github.com/LordPenguin666/XTool) - - [v2ray-agent](https://github.com/mack-a/v2ray-agent), [Xray_onekey](https://github.com/wulabing/Xray_onekey), [ProxySU](https://github.com/proxysu/ProxySU) +### Менеджеры пакетов и репозитории дистрибутивов -* Magisk - - [Xray4Magisk](https://github.com/Asterisk4Magisk/Xray4Magisk) - - [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk) +| Способ | Проект | Описание | +| :------------------- | :------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------- | +| Arch User Repository | [AUR helpers](https://wiki.archlinux.org/index.php/AUR_helpers) | Например, с [yay](https://github.com/Jguer/yay) установка выполняется командой `yay -S xray` | +| Arch Linux CN | [репозиторий Arch Linux CN](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/) | После добавления репозитория установите через `pacman -S xray` от имени root | +| Linuxbrew | [Homebrew](https://brew.sh) | Использование такое же, как у Homebrew: `brew install xray` | +| Gentoo Portage | [Gentoo-zh](https://github.com/microcai/gentoo-zh) | Подходит для систем с Systemd; установка после добавления Overlay через layman или eselect-repository | -### Arch Linux +## Установка через Docker -#### Arch User Repository +Сейчас доступны Docker-образы двух разных типов: -Требуется [помощник AUR](https://wiki.archlinux.org/index.php/AUR_helpers), например, [yay](https://github.com/Jguer/yay), установка с помощью команды `yay -S xray`. +- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core) (**Официальный**)
+ Не имеет root-прав, не содержит shell-окружения и поддерживает больше архитектур. Компилируется и собирается из официального репозитория с поддержкой отслеживаемости. Удобство принесено в жертву ради более строгой безопасности. + ::: details Структура файлов + - `/usr/local/bin/xray`: основная программа Xray (владелец: `root:root`, права на файл: `755`) + - `/usr/local/etc/xray/`: каталог конфигурационных файлов (точка монтирования) (владелец: `root:root`, права на каталог: `755`, права на файлы: `644`) + - 00_log.json + - 01_api.json + - 02_dns.json + - 03_routing.json + - 04_policy.json + - 05_inbounds.json + - 06_outbounds.json + - 07_stats.json + - 08_fakedns.json + - 09_metrics.json + - 10_observatory.json + - 11_geodata.json + - 99_version.json + - `/usr/local/share/xray/`: каталог файлов ресурсов с геоданными Loyalsoldier (те же права, что и выше) + - geoip.dat + - geosite.dat + - `/var/log/xray/`: каталог логов (точка монтирования) (владелец каталога: `root:root`, права: `755`; владелец файлов: `65532:65532`, права: `600`) + - access.log + - error.log -#### Arch Linux CN + ::: -Сначала добавьте [репозиторий Arch Linux CN](https://www.archlinuxcn.org/archlinux-cn-repo-and-mirror/), затем установите от имени пользователя `root` с помощью команды `pacman -S xray`. +- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
+ Имеет root-права, shell-окружение и совместим со всеми архитектурами, поддерживаемыми Alpine. Компилируется и собирается на частном сервере `dl.lamp.sh`. Более удобен в использовании. + ::: details Структура файлов + - `/usr/bin/xray`: основная программа Xray + - `/etc/xray/config.json`: единый конфигурационный файл (его родительский каталог является точкой монтирования) + - `/usr/share/xray/`: каталог файлов ресурсов с геоданными v2fly + - geoip.dat + - geosite.dat -### Linuxbrew + ::: -Использование менеджера пакетов Linuxbrew аналогично Homebrew: `brew install xray`. +## Сторонние графические клиенты -### Debian - -### Gentoo - -В настоящее время существуют три оверлея от сторонних разработчиков, которые предоставляют сценарии установки Portage: - -- [CHN-beta/touchfish-os](https://github.com/gentoo-mirror/touchfish-os/tree/master/net-proxy/Xray): Поддерживается отдельным пользователем, подходит для систем с systemD. -- [Gentoo-zh](https://github.com/microcai/gentoo-zh): Поддерживается сообществом, подходит для систем с systemD. -- [JuanCldCmt/Xray-Overlay](https://github.com/JuanCldCmt/Xray-Overlay): Поддерживается отдельным пользователем, подходит для систем с openRC, использует группу пользователей xray для повышения безопасности. - -Добавьте оверлей в локальную систему с помощью layman или eselect-repository, а затем выполните установку. - -## Установка с помощью Docker - -- [teddysun/xray](https://hub.docker.com/r/teddysun/xray) Имеет root-права, есть оболочка (shell), совместим со всеми архитектурами, поддерживаемыми Alpine. Скомпилирован и собран на частном сервере dl.lamp.sh. Более удобен в использовании. -- [ghcr.io/xtls/xray-core](https://ghcr.io/xtls/xray-core) Не имеет root-прав, нет оболочки (shell), поддерживает большее количество архитектур. Скомпилирован и собран из официального репозитория с поддержкой отслеживания. Удобство принесено в жертву ради более высокой безопасности. - -### Файловая структура образа Docker - -Образ версии teddysun/xray: - -- `/usr/bin/xray`: Основная программа Xray -- `/etc/xray/config.json`: Единый конфигурационный файл (каталог, в котором он находится, является точкой монтирования) -- `/usr/share/xray/`: Каталог с файлами ресурсов, содержит файлы геолокационных данных от v2fly - - geoip.dat - - geosite.dat - -Образ версии ghcr.io/xtls/xray-core: - -- `/usr/local/bin/xray`: Основная программа Xray (владелец root:root, права доступа к файлу 755) -- `/usr/local/etc/xray/`: Каталог конфигурационных файлов (точка монтирования) (владелец каталога root:root, права доступа к каталогу 755, права доступа к файлам 644) - - 00_log.json - - 01_api.json - - 02_dns.json - - 03_routing.json - - 04_policy.json - - 05_inbounds.json - - 06_outbounds.json - - 07_stats.json - - 08_fakedns.json - - 09_metrics.json - - 10_observatory.json - - 11_geodata.json - - 99_version.json -- `/usr/local/share/xray/`: Каталог с файлами ресурсов, содержит файлы геолокационных данных от Loyalsoldier (права доступа те же, что и выше) - - geoip.dat - - geosite.dat -- `/var/log/xray/`: Каталог лог-файлов (точка монтирования) (владелец каталога root:root, права доступа 755; владелец файлов 65532:65532, права доступа 600) - - access.log - - error.log - -# Графические клиенты - -- OpenWrt - - [PassWall](https://github.com/xiaorouji/openwrt-passwall), [PassWall 2](https://github.com/xiaorouji/openwrt-passwall2) - - [ShadowSocksR Plus+](https://github.com/fw876/helloworld) - - [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) -- Asuswrt-Merlin - - [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) -- Windows - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Android - - [v2rayNG](https://github.com/2dust/v2rayNG) - - [X-flutter](https://github.com/XTLS/X-flutter) - - [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) - - [SimpleXray](https://github.com/lhear/SimpleXray) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- iOS & macOS arm64 & tvOS - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) - - [FoXray](https://apps.apple.com/app/foxray/id6448898396) - - [Streisand](https://apps.apple.com/app/streisand/id6450534064) -- macOS arm64 & x64 - - [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [V2rayU](https://github.com/yanue/V2rayU) - - [V2RayXS](https://github.com/tzmax/V2RayXS) - - [Furious](https://github.com/LorenEteval/Furious) - - [OneXray](https://github.com/OneXray/OneXray) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) -- Linux - - [v2rayA](https://github.com/v2rayA/v2rayA) - - [v2rayN](https://github.com/2dust/v2rayN) - - [Furious](https://github.com/LorenEteval/Furious) - - [GorzRay](https://github.com/ketetefid/GorzRay) - - [GoXRay](https://github.com/goxray/desktop) - - [AnyPortal](https://github.com/AnyPortal/AnyPortal) +| Платформа | Проект | +| :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------ | +| OpenWrt | [PassWall](https://github.com/Openwrt-Passwall/openwrt-passwall) | +| OpenWrt | [PassWall 2](https://github.com/Openwrt-Passwall/openwrt-passwall2) | +| OpenWrt | [ShadowSocksR Plus+](https://github.com/fw876/helloworld) | +| OpenWrt | [luci-app-xray](https://github.com/yichya/luci-app-xray) ([openwrt-xray](https://github.com/yichya/openwrt-xray)) | +| Asuswrt-Merlin | [XRAYUI](https://github.com/DanielLavrushin/asuswrt-merlin-xrayui) | +| Windows | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Windows | [v2rayN](https://github.com/2dust/v2rayN) | +| Windows | [Furious](https://github.com/LorenEteval/Furious) | +| Windows | [Invisible Man - Xray](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient) | +| Windows | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Android | [v2rayNG](https://github.com/2dust/v2rayNG) | +| Android | [X-flutter](https://github.com/XTLS/X-flutter) | +| Android | [SaeedDev94/Xray](https://github.com/SaeedDev94/Xray) | +| Android | [SimpleXray](https://github.com/lhear/SimpleXray) | +| Android | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| iOS / macOS arm64 / tvOS | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) ([tvOS](https://apps.apple.com/us/app/happ-proxy-utility-for-tv/id6748297274)) | +| iOS / macOS arm64 / tvOS | [FoXray](https://apps.apple.com/app/foxray/id6448898396) | +| iOS / macOS arm64 / tvOS | [Streisand](https://apps.apple.com/app/streisand/id6450534064) | +| macOS arm64 / x64 | [Happ](https://apps.apple.com/app/happ-proxy-utility/id6504287215) | +| macOS arm64 / x64 | [v2rayA](https://github.com/v2rayA/v2rayA) | +| macOS arm64 / x64 | [v2rayN](https://github.com/2dust/v2rayN) | +| macOS arm64 / x64 | [V2rayU](https://github.com/yanue/V2rayU) | +| macOS arm64 / x64 | [V2RayXS](https://github.com/tzmax/V2RayXS) | +| macOS arm64 / x64 | [Furious](https://github.com/LorenEteval/Furious) | +| macOS arm64 / x64 | [OneXray](https://github.com/OneXray/OneXray) | +| macOS arm64 / x64 | [GoXRay](https://github.com/goxray/desktop) | +| macOS arm64 / x64 | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | +| Linux | [v2rayA](https://github.com/v2rayA/v2rayA) | +| Linux | [v2rayN](https://github.com/2dust/v2rayN) | +| Linux | [Furious](https://github.com/LorenEteval/Furious) | +| Linux | [GorzRay](https://github.com/ketetefid/GorzRay) | +| Linux | [GoXRay](https://github.com/goxray/desktop) | +| Linux | [AnyPortal](https://github.com/AnyPortal/AnyPortal) | ## Генератор UUID -Генератор UUID от сторонних разработчиков: [uuidgenerator.net](https://www.uuidgenerator.net) +Сторонний генератор UUID: [uuidgenerator.net](https://www.uuidgenerator.net)