下载 ProtonVPN

2026 最新版 v3.5.0 · 全平台支持 · 命令行安装

{ } 平台客户端矩阵

所有客户端完全开源 · 可执行代码 · 可审计

🪟
ACTIVE

Windows

win64-build · 桌面操作系统客户端。

$ protonvpn install --os=windows --version=3.5.0
v3.5.0 latest
32.4 MB size
2026.09 released
🍎
ACTIVE

macOS

macos-build · Apple Silicon 原生构建。

$ brew install --cask protonvpn
v3.4.2 stable
28.7 MB size
2026.08 released
🤖
ACTIVE

Android

android-build · 移动设备客户端。

$ adb install protonvpn-5.2.0.apk
v5.2.0 latest
24.1 MB size
2026.09 released
📱
ACTIVE

iOS

ios-build · iPhone/iPad 原生应用。

$ xcrun simctl install booted protonvpn.app
v5.2.0 stable
38.5 MB size
2026.09 released
🐧
ACTIVE

Linux

linux-build · CLI 命令行工具。

$ apt install protonvpn && protonvpn init
v3.3.0 lts
14.2 MB size
2026.07 released
🌐
ACTIVE

Browser Ext

web-ext-build · 浏览器扩展构建。

$ npm i -g @protonvpn/browser-ext
v1.4.0 latest
3.2 MB size
2026.09 released

客户端构建流水线

🔨 从源码到发布的 5 步流程 · CI/CD 自动触发 · 平均耗时 4m 32s

build #2,847
main · 9f3a2b1 · triggered 2 min ago
DURATION
4m 32s
ARTIFACTS
6
STATUS
✓ PASSED
01

$ clone & checkout

✓ 完成 ⏱ 12s

克隆源码仓库并切换到发布分支

git clone https://github.com/protonvpn/client.git && cd client && git checkout release/3.5.0
→ Receiving objects: 100% (8472/8472), 12.4 MB | 24.8 MB/s, done.
02

$ install deps

✓ 完成 ⏱ 1m 24s

安装项目依赖(npm/yarn/pip)

npm ci --frozen-lockfile
→ added 1,247 packages in 1m 24s · 0 vulnerabilities
03

$ run tests

✓ 完成 ⏱ 1m 47s

运行单元测试和集成测试

npm test -- --coverage
→ Tests: 2,847 passed · Coverage: 87.4% · Time: 1m 47s
Coverage 87%
04

$ build artifacts

进行中 ⏱ 0m 49s

为各平台构建安装包

npm run build -- --target=win,mac,linux
→ Compiling for Win32... [████████░░] 78% · 49s remaining
Win32 78% · macOS pending · Linux pending
05

$ sign & publish

○ 等待 ⏱ --

代码签名并发布到下载服务器

npm run publish -- --sign --mirror=cn,jp,us
→ Waiting for previous step...

git GitHub Releases

📦 所有版本在 GitHub 公开可审计 · 5 个稳定版 · 共 13.4M 下载

📦
5
Releases
13.4M
Downloads
42.1k
Stars
🍴
3.8k
Forks
📝
787
Commits

📌 protonvpn v3.5.0

★ LATEST STABLE
📅 2026-09-15 📊 2.4M downloads 📝 156 commits 🔖 SHA256: 9f3a2b1...

🎉 全新视觉设计 · ⚡ VPN Accelerator 提速 30% · 🔒 WireGuard 升级

+ feat + feat - fix - fix ~ perf

📌 protonvpn v3.4.2

STABLE SECURITY
📅 2026-08-20 📊 1.8M downloads 📝 89 commits 🔖 SHA256: 7c4e9f2...

🔒 安全更新 · 🐛 Bug 修复 · 📊 性能优化

! security ! security - fix

📌 protonvpn v3.4.1

STABLE
📅 2026-07-12 📊 1.5M downloads 📝 42 commits 🔖 SHA256: 2a8f6c3...

🐛 修复 macOS 偶发连接断开问题 · 性能小幅优化

- fix - fix ~ perf

📌 protonvpn v3.4.0

LTS
📅 2026-06-05 📊 3.2M downloads 📝 213 commits 🔖 SHA256: d5b1e94...

🚀 VPN Accelerator 提速 30% · 智能路由算法升级

+ feat + feat ~ perf

📌 protonvpn v3.3.0

ARCHIVE
📅 2026-04-18 📊 4.5M downloads 📝 287 commits 🔖 SHA256: e7c2d81...

📦 Linux LTS 版本 · 旧版归档保留

CI/CD 发布流程

⚙ 从代码到用户的全自动化流水线 · 10 阶段 · 平均 4 分 32 秒

PIPELINE
protonvpn-release.yml
TRIGGER
git push origin release/3.5.0
RUNNER
ubuntu-22.04 · 4 vCPU · 16 GB
STATUS
● RUNNING
💻
Code Commit
git push
2m ago
🔨
CI Build
GitHub Actions
1m 24s
🧪
Test Suite
unit + e2e
1m 47s
📦
Artifact
.exe / .dmg / .deb
49s
✍️
Code Sign
GPG/Authenticode
8s
↓ ACTIVE
🌐
CDN Push
全球镜像
⏱ 22s
📊
Health Check
可用性测试
--
🚀
Release
v3.5.0
--
📢
Notify
Slack/Webhook
--
Done
用户可下载
--

{ } Webhook API

📡 订阅下载事件,集成到您的 DevOps 流程 · 4 种事件类型 · RESTful API

🔌
API
v1.0 REST
📡
4
Event Types
99.99%
Uptime SLA
🔐
HMAC
Signed

📡 端点 URL: https://api.protonvpn.com/v1/webhooks

cURL JavaScript Python PHP
POST /v1/webhooks/subscribe HTTP/1.1
POST /v1/webhooks/subscribe HTTP/1.1
Host: api.protonvpn.com
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
X-Signature: sha256=4f8b...

{
  "url": "https://your-server.com/hook",
  "events": [
    "release.published",
    "download.started",
    "version.deprecated",
    "security.alert"
  ],
  "secret": "whsec_...",
  "active": true
}
200 OK 247ms
{
  "id": "wh_9f3a2b1c",
  "status": "active",
  "created_at": "2026-09-19T19:00:00Z",
  "events_subscribed": 4
}

📨 支持的事件类型

POST release.published 新版本发布时触发
/v1/releases 12.4k/月
POST download.started 用户开始下载时触发
/v1/downloads 847k/月
POST version.deprecated 旧版本标记为 deprecated
/v1/versions 2.1k/月
POST security.alert 安全公告 / CVE 通知
/v1/security 187/月
$ curl -X POST https://api.protonvpn.com/v1/webhooks/test \\
  -H "Authorization: Bearer YOUR_API_KEY" \\
  -d '{"event":"release.published"}'

{ } 客户端界面预览

$ protonvpn --preview --all-platforms

protonvpn@main
$ protonvpn connect
[+] Initializing secure tunnel...
[+] Selecting optimal server...
[+] Server: NL-AMS-#5 [28ms]
[+] Protocol: WireGuard
[] CONNECTED
╔═══════════════════════════╗
VPN STATUS: SECURE
IP: 185.40.4.18
Up: 02:14:36 / ↓48.2Mbps
╚═══════════════════════════╝
$

主界面 - CLI 终端

命令行式连接状态

protonvpn@server-list
$ protonvpn servers --top 5
ID LOCATION PING LOAD
──── ─────────────── ───── ─────
NL-5 Amsterdam, NL 28ms
DE-3 Frankfurt, DE 42ms
US-12 New York, US 95ms
JP-8 Tokyo, JP 138ms
SG-1 Singapore, SG 185ms
──── ─────────────── ───── ─────
[5/67] servers shown · type id to connect
$

服务器选择 - ASCII 列表

CLI 风格的服务器矩阵

netshield@filter
$ netshield status --live
[●] ACTIVE · block-rate: 63%
─────────────────────────────────
14:32:01 BLOCK tracker.example.com
14:32:04 BLOCK ads.doubleclick.net
14:32:07 ALLOW github.com
14:32:11 BLOCK fbcdn.net
14:32:15 BLOCK malwaredomain.com
14:32:18 BLOCK tracker.io
─────────────────────────────────
Today: 12,847 blocked · 42 MB saved
$

NetShield - 实时拦截日志

命令行动态过滤

monitor@bandwidth
$ bandwidth --interval 1s
TIME ↓DOWN ↑UP ▁▂▃▄▅▆▇█
14:32 48.2 MB 12.7 MB ▆▇█▇▆▅▆▇█▇
14:33 52.1 MB 13.4 MB ▇█▇▆▇▆▇▇█▆
14:34 45.8 MB 11.9 MB ▅▆▇▆▅▆▇▆▅
14:35 61.3 MB 14.2 MB ▇█▇█▇▆▇██▇
14:36 55.7 MB 13.8 MB ▆▇█▇▆▇▇▆▇
───────────────────────────────────────
total: 2.4 GB · peak: 62.4 · session: 1h 23m
$

流量监控 - Sparkline

时间序列可视化

config@advanced
$ cat /etc/protonvpn.conf
protocol = "WireGuard"
kill_switch = true
auto_connect= true
dns_leak_prot= true
ipv6_leak = true
split_tun = false
mtu = 1380
port = 51820
─────────────────────────────────
[✓] config loaded · 8 keys
#

高级设置 - INI 配置

配置文件风格

traceroute@secure-core
$ traceroute --secure-core nl
hops · location · encryption · latency
──────────────────────────────────────
01 YOU 2x 0ms
━━▰▰▰▰▰
02 🇮🇸 IS-SEC 🔐 +12ms
━━▰▰▰▰▰
03 🇳🇱 NL +18ms
──────────────────────────────────────
[✓] 2 hops · 2x encrypted · safe ✓
$

Secure Core - Traceroute

路径追踪可视化

各平台系统要求

$ cat system_requirements.json | jq '.platforms[]'

🖥
6
PLATFORMS
100%
QA PASSED
🌍
28
LOCALES
~50 MB
AVG SIZE
平台 最低系统 推荐系统 磁盘空间 内存 状态
🪟WindowsWin 8.1Win 10/11 (64位)100 MB512 MBFULL
🍎macOSmacOS 10.13macOS 12+ (Apple Silicon)120 MB512 MBFULL
🤖AndroidAndroid 5.0Android 10+80 MB256 MBFULL
📱iOSiOS 13.0iOS 15+100 MB256 MBFULL
🐧LinuxUbuntu 18.04Ubuntu 22.04 LTS60 MB256 MBFULL
🌐BrowserChrome 90+Chrome 100+ / FF 100+10 MB128 MBBETA

📱 扫码下载手机客户端

使用手机相机扫描左侧二维码,即可直接下载对应平台的客户端,支持 Android 和 iOS。

全球镜像下载节点

$ ./download-mirror --auto-select --region=cn

🌍
6
REGIONS
📡
2,847
EDGE NODES
8.3 MB/s
FASTEST
📊
28ms
LOWEST LATENCY
99.97%
UPTIME
[ GLOBAL EDGE NETWORK ] BEST FAST NORMAL
🇨🇳
CN · 2.4 MB/s · 68ms
🇯🇵
JP · 5.1 MB/s · 45ms
🇸🇬
SG ⚡ · 8.3 MB/s · 32ms
🇩🇪
DE · 9.1 MB/s · 28ms
🇬🇧
GB · 4.8 MB/s · 92ms
🇺🇸
US · 6.7 MB/s · 138ms
🇨🇦
CA · 5.5 MB/s · 112ms
🇦🇺
AU · 3.9 MB/s · 156ms
⚡ BEST MIRROR
🇸🇬
Singapore · AWS Asia Pacific
auto-selected · based on your location
PING
32ms
DOWNLOAD
8.3 MB/s
⬇ 立即下载

[ mirror list ]

⚡ RECOMMENDED
🇸🇬

Singapore · AWS Asia

SPEED8.3 MB/s PING32ms STATUS
LOAD22%
⬇ 下载
🇩🇪

Frankfurt, Germany

SPEED9.1 MB/s PING28ms STATUS
LOAD38%
⬇ 下载
🇯🇵

Tokyo, Japan · NTT

SPEED5.1 MB/s PING45ms STATUS
LOAD55%
⬇ 下载
🇺🇸

US West · GitHub CDN

SPEED6.7 MB/s PING138ms STATUS
LOAD62%
⬇ 下载
🇨🇳

China · Aliyun Mirror

SPEED2.4 MB/s PING68ms STATUS
LOAD78%
⬇ 下载
🇬🇧

London, UK · Official

SPEED4.8 MB/s PING92ms STATUS
LOAD88%
⬇ 下载
🇨🇦

Canada · Cloudflare

SPEED5.5 MB/s PING112ms STATUS
LOAD48%
⬇ 下载
🇦🇺

Sydney, Australia

SPEED3.9 MB/s PING156ms STATUS
LOAD65%
⬇ 下载

{ } 客户端更新日志

$ git log --oneline --decorate --graph

main ⎇ master ↑3 ↓0 · 4 commits · HEAD → origin
v3.5.0
9f3a2b1 📧 alice@protonvpn.com 2026-09-15 14:23:11 +0800 RELEASE +1,247 -389

feat 🎉 全新视觉设计 (ui/theme)

全平台统一 UI,新增深色 / 浅色主题切换

📝 Changed files (8):
Msrc/ui/ThemeProvider.tsx+184 -23
Asrc/ui/themes/dark.css+312 -0
Asrc/ui/themes/light.css+298 -0
Msrc/components/Sidebar.tsx+45 -12
+ 暗色玻璃拟态主题 + Split Tunneling 白名单 + 12 个国家 / 28 台服务器 ~ 握手速度 +22% - macOS 14 断流
rollout:
98% 2.1M / 2.14M
!
7c4e9f2 📧 bob@protonvpn.com 2026-08-20 09:15:42 +0800 SECURITY +128 -204

fix 🔒 安全更新 (wireguard/cve)

WireGuard 协议升级至最新版本,修复已知 CVE

⚠ VULNERABILITY PATCHED
CVE-2026-2847 AV:N/AC:L/PR:N/UI:N
7.5 HIGH
CVE-2026-2901 AV:N/AC:L/PR:N/UI:N
8.0 HIGH
! CVE-2026-2847 patched ! CVE-2026-2901 patched ~ wireguard v1.0.20240805
2a8f6c3 📧 carol@protonvpn.com 2026-07-12 16:42:08 +0800 PATCH +85 -152

fix 🐛 Bug 修复 (macos/connection)

修复 macOS 上偶发的连接断开问题

Msrc/macos/NetworkManager.swift+45 -38
Msrc/ios/VPNConfig.m+22 -8
Msrc/linux/dns_resolver.c+18 -106
- macOS Sonoma 断流 - iOS VPN 图标未更新 - Linux DNS 解析慢
+
d5b1e94 📧 dave@protonvpn.com 2026-06-05 11:08:33 +0800 FEATURE +2,847 -1,205

feat 🚀 VPN Accelerator 提速 30% (perf/route)

智能路由算法升级,长距离连接速度大幅提升

SPEED
+30%
LATENCY
-18%
CONN
+100%
+ VPN Accelerator 算法 + WireGuard 并行隧道 + 智能服务器推荐 ~ 重构网络栈

下载与安装常见问题

如何选择最合适的服务器?
建议选择距离您物理位置较近的服务器以获得最佳速度。如需访问特定地区内容,可选择该地区节点。Plus 付费用户优先分配高速节点。
下载速度慢怎么办?
可尝试切换其他服务器节点、检查本地网络连接,或联系客服获取帮助。本地下载服务器分布全球,根据网络环境选择就近节点。
iOS 版如何下载?
iOS 用户请前往 App Store 搜索「ProtonVPN」直接安装。也可在 Proton 官网查看 TestFlight 测试版。
是否提供路由器配置?
是的,我们提供详细的路由器配置指南(OpenWrt、DD-WRT、AsusWRT 等),让全家所有设备都受到 VPN 保护。
客户端开源吗?
是的,所有 ProtonVPN 客户端都是开源的,代码可在 GitHub 公开审查,接受社区安全审计。