104 lines
3.6 KiB
Markdown
104 lines
3.6 KiB
Markdown
---
|
||
title:
|
||
source:
|
||
author: shenwei
|
||
published:
|
||
created:
|
||
description:
|
||
tags: [linux, v2rayn, windows]
|
||
---
|
||
|
||
|
||
#linux #v2rayn #windows
|
||
### 通用说明
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#%E9%80%9A%E7%94%A8%E8%AF%B4%E6%98%8E)
|
||
|
||
1. 发布包中含部分 Core 文件(`Xray`,`sing-box`, `mihomo`),方便使用;其他 Core 需要自己去下载,[支持的核心列表](https://github.com/2dust/v2rayN/wiki/List-of-supported-cores)
|
||
2. `zip`格式包为便携版,解压缩到文件夹后直接可以运行,存储文件位置为本文件夹;可以复制多份互相独立
|
||
|
||
### Windows
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#windows)
|
||
|
||
1. 支持的系统版本
|
||
|
||
```
|
||
Windows 10+
|
||
```
|
||
|
||
|
||
#### Windows x64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#windows-x64)
|
||
|
||
- `v2rayN-windows-64.zip` WPF实现的界面,需要安装 [Microsoft .NET 8.0 Desktop Runtime]
|
||
- `v2rayN-windows-64-SelfContained.zip` WPF实现的界面
|
||
- `v2rayN-windows-64-desktop.zip` Avalonia UI 实现的界面
|
||
- 其他 Core 你可以从 [这里](https://github.com/2dust/v2rayN-core-bin/blob/master/v2rayN-windows-64-other-bins.zip) 下载后放入 bin 文件夹
|
||
|
||
#### Windows arm64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#windows-arm64)
|
||
|
||
- [在 Windows arm64 下能使用吗?](https://github.com/2dust/v2rayN/wiki/Faq#%E5%9C%A8-windows-arm64-%E4%B8%8B%E8%83%BD%E4%BD%BF%E7%94%A8%E5%90%97)
|
||
- `v2rayN-windows-arm64.zip` WPF实现的界面,需要安装 [Microsoft .NET 8.0 Desktop Runtime]
|
||
- `v2rayN-windows-arm64-desktop.zip` Avalonia UI 实现的界面
|
||
|
||
### Linux
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#linux)
|
||
|
||
1. 非`zip`格式包为安装版,存储文件位置为系统规定的用户文件中
|
||
2. deb 适用于 Debian/Ubuntu,rpm 适用于 Fedora/Redhat
|
||
3. 支持的发行版
|
||
|
||
```
|
||
Debian 12 +
|
||
Ubuntu 22.04 +
|
||
Fedora 36 +
|
||
Redhat 9 +
|
||
```
|
||
|
||
|
||
#### Linux x64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#linux-x64)
|
||
|
||
- `v2rayN-linux-64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN`
|
||
- `v2rayN-linux-64.deb` 安装:`sudo apt install -y ./v2rayN-linux-64.deb`
|
||
- `v2rayN-linux-rhel-x64.rpm` 安装:`sudo dnf install -y ./v2rayN-linux-rhel-x64.rpm`
|
||
|
||
#### Linux arm64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#linux-arm64)
|
||
|
||
- `v2rayN-linux-arm64.zip` 执行: `chmod +x v2rayN` 普通用户运行 `./v2rayN`
|
||
- `v2rayN-linux-arm64.deb` 安装:`sudo apt install -y ./v2rayN-linux-arm64.deb`
|
||
- `v2rayN-linux-rhel-arm64.rpm` 安装:`sudo dnf install -y ./v2rayN-linux-rhel-arm64.rpm`
|
||
|
||
### macOS
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#macos)
|
||
|
||
1. 非`zip`格式包为安装版,存储文件位置为系统规定的用户文件中
|
||
2. 支持的系统版本
|
||
|
||
```
|
||
macOS 12+
|
||
```
|
||
|
||
|
||
#### macOS x64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#macos-x64)
|
||
|
||
- `v2rayN-macos-64.zip` 执行:`chmod +x v2rayN` 普通用户运行 `./v2rayN`
|
||
- `v2rayN-macos-64.dmg` 由于安装包没有签名,会提示应用已损坏;安装后需要运行:`xattr -cr /Applications/v2rayN.app`
|
||
|
||
#### macOS arm64
|
||
|
||
[](https://github.com/2dust/v2rayN/wiki/Release-files-introduction#macos-arm64)
|
||
|
||
- `v2rayN-macos-arm64.zip` 执行:`chmod +x v2rayN` 普通用户运行 `./v2rayN`
|
||
- `v2rayN-macos-arm64.dmg` 由于安装包没有签名,会提示应用已损坏;安装后需要运行:`xattr -cr /Applications/v2rayN.app` |