You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.8 KiB

# 下载安装
4 years ago
## 平台支持
Xray 在以下平台中可用:
- Windows 7 及之后版本x86 / amd64 / arm32 / arm64
- macOS 10.10 Yosemite 及之后版本amd64 / arm64
4 years ago
- 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)
- Dragonfly BSD (amd64)
## 下载 Xray
预编译的二进制 ZIP 格式压缩包可在 [Github Releases](https://github.com/xtls/Xray-core/releases) 中找到。
下载对应平台的压缩包,解压后即可使用。
## 验证安装包
Xray 提供两种验证方式:
- ZIP 压缩包的 SHA1 / SHA256 摘要
4 years ago
- 可复现构建:请参照 [编译 Xray](../development/intro/compile.md)
4 years ago
## Windows 安装方式
4 years ago
- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 Windows 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray.exe`
,然后[通过命令行带参数运行](./command) 即可
4 years ago
- 通过 [Scoop](https://scoop.sh) 包管理器安装Xray 已经被添加到 [Mochi](https://github.com/Qv2ray/mochi)。
4 years ago
- 通过 [Chocolatey](https://chocolatey.org)
包管理器安装:[Xray](https://chocolatey.org/packages/xray/1.3.1),感谢 [Markson](https://chocolatey.org/profiles/markson_ho)
4 years ago
## macOS 安装方式
4 years ago
- 在 [Github Releases](https://github.com/xtls/Xray-core/releases) 下载适用于 macOS 平台的 ZIP 压缩包,解压后可得到可执行文件 `xray`
,然后[通过命令行带参数运行](./command.md) 即可
- 通过 [Homebrew](https://brew.sh) 包管理器安装:`brew install xray`
4 years ago
## Linux 安装方式
### 安装脚本
- Linux Script
4 years ago
4 years ago
- [Xray-install](https://github.com/XTLS/Xray-install)
4 years ago
* One Click
4 years ago
4 years ago
- [Xray-script](https://github.com/kirin10000/Xray-script)
4 years ago
- [ProxySU](https://github.com/proxysu/ProxySU)
- [v2ray-agent](https://github.com/mack-a/v2ray-agent)
- [Xray-yes](https://github.com/jiuqi9997/Xray-yes)
- [Xray-onekey](https://github.com/wulabing/Xray_onekey)
4 years ago
4 years ago
* Magisk
4 years ago
- [Xray4Magisk](https://github.com/CerteKim/Xray4Magisk)
- [Xray_For_Magisk](https://github.com/E7KMbb/Xray_For_Magisk)
4 years ago
### 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` 安装。
4 years ago
4 years ago
### Linuxbrew
4 years ago
4 years ago
Linuxbrew 包管理器的使用方式与 Homebrew 一致:`brew install xray`
4 years ago
4 years ago
### Debian <Badge text="WIP" type="warning"/>
4 years ago
### 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 至本地,然后即可安装。
4 years ago
## Docker 安装方式
- [teddysun/xray](https://hub.docker.com/r/teddysun/xray)
- Xray-docker
### Docker image 的文件结构
- `/etc/xray/config.json`:配置文件
- `/usr/bin/xray`Xray 主程序
- `/usr/local/share/xray/geoip.dat`IP 数据文件
- `/usr/local/share/xray/geosite.dat`:域名数据文件
## 更多更多...
4 years ago
您可以点击 [传送至众多大佬集结区的任意门](../links.md) 获取更多资源
4 years ago
## FAQ <Badge text="WIP" type="warning"/>