下载 Edge Daemon

Edge Daemon 运行在您本地设备上,提供 P2P 文件传输与虚拟局域网能力。

🪟 Windows 🍎 macOS 🐧 Linux
📥 方式一:直接下载(浏览器会提示 SmartScreen,点击「保留」即可) 下载 webpan-daemon-v1.5.1.exe

约 14 MB · Windows 10/11 x64

⚡ 方式二:终端下载(推荐 — 绕过 SmartScreen)

打开 PowerShell(无需管理员),粘贴以下命令:

curl.exe -L -o webpan-daemon.exe "https://webpan-au9.pages.dev/downloads/webpan-daemon-v1.5.1.exe" Unblock-File webpan-daemon.exe .webpan-daemon.exe

完成后浏览器打开 Webpan 并登录,自动完成配对。

🛡 方式三:管理员一键安装(注册为 Windows 服务)

管理员身份打开 PowerShell,粘贴:

Add-MpPreference -ExclusionPath "$env:APPDATAWebpanin" mkdir "$env:APPDATAWebpanin" -Force | Out-Null curl.exe -L -o "$env:APPDATAWebpaninwebpan-daemon.exe" "https://webpan-au9.pages.dev/downloads/webpan-daemon-v1.5.1.exe" Unblock-File "$env:APPDATAWebpaninwebpan-daemon.exe" Start-Process -WindowStyle Hidden "$env:APPDATAWebpaninwebpan-daemon.exe"

服务自启动,无需手动管理。

← 返回 Webpan