Files
nexus/wiki/sources/安装v2rayn.md

49 lines
2.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "安装v2rayN"
type: source
tags: [linux, v2rayn, windows]
date: 2026-05-14
---
## Source File
- [[raw/Home Office/安装v2rayN.md]]
## Summary用中文描述
- 核心主题v2rayN 跨平台代理工具的各操作系统安装包说明与安装方法
- 问题域用户在不同操作系统Windows、Linux、macOS上安装 v2rayN 客户端的需求
- 方法/机制通过官方提供的便携版zip和安装版deb/rpm/dmg两种方式覆盖不同使用场景内置 Xray、sing-box、mihomo 核心;支持 x64 和 ARM64 架构
- 结论/价值:提供了清晰的跨平台安装指引,用户可根据系统和架构选择对应包
## Key Claims用中文描述
- v2rayN 发布包内置部分 CoreXray、sing-box、mihomo其他 Core 需自行下载
- zip 格式为便携版,解压即用,文件存储在程序文件夹,可复制多份互相独立
- Windows 版需要 Windows 10+x64 版提供 WPF 界面(需 .NET 8.0 Runtime和 Avalonia UI 界面两种选择
- Linux 版支持 Debian 12+、Ubuntu 22.04+、Fedora 36+、Redhat 9+;提供 zip 便携版和 deb/rpm 安装版
- macOS 版支持 macOS 12+dmg 安装包因无签名会提示"应用已损坏",需执行 `xattr -cr` 修复
- ARM64 架构在 Windows、Linux、macOS 上均有对应包
## Key Quotes
> "zip格式包为便携版解压缩到文件夹后直接可以运行存储文件位置为本文件夹可以复制多份互相独立" — 便携版特性说明
> "v2rayN-windows-64-desktop.zip Avalonia UI 实现的界面" — WPF vs Avalonia 区别
> "由于安装包没有签名会提示应用已损坏安装后需要运行xattr -cr /Applications/v2rayN.app" — macOS dmg 安装后必须操作
## Key Concepts
- [[代理客户端]]:运行代理协议的桌面/服务器端程序,接收本地流量并转发至远程服务器
- [[代理核心 Core]]代理客户端的内核引擎负责实际的协议通信v2rayN 支持 Xray、sing-box、mihomo 等多种核心
- [[跨平台兼容]]:同一软件支持 Windows、Linux、macOS 多操作系统
- [[ARM64 架构支持]]:支持 Apple Silicon、ARM 服务器等 ARM64 硬件平台
## Key Entities
- [[v2rayN]]2dust 开发的跨平台代理客户端,支持多种代理协议和多个代理核心
- [[Xray]]:代理核心之一,内置于 v2rayN 发布包
- [[sing-box]]:代理核心之一,内置于 v2rayN 发布包
- [[mihomo]]代理核心Clash.Meta之一内置于 v2rayN 发布包
- [[Microsoft .NET 8.0 Desktop Runtime]]Windows WPF 版 v2rayN 的运行时依赖
## Connections
- [[3X-UI Xray on BandwagonVPS]] ← relates_to ← [[安装v2rayn]](均涉及 Xray/代理工具生态)
- [[Ubuntu Server科学上网]] ← extends ← [[安装v2rayn]]Linux 服务器端科学上网的客户端安装参考)
## Contradictions
- 无已知冲突