安装 QtEasyTier
下载 QtEasyTier
Section titled “下载 QtEasyTier”注意:下载前请仔细阅读下方的安装说明
最新版本: QtEasyTier v3.0.2 (Desktop) · 发布于 2026年7月20日
前往 Release 页面 →
Windows 系统
Section titled “Windows 系统”- 系统支持:Windows 10/11 (Windows 10要求1809以上版本,低于此版本不保证兼容性)
- Daemon 管理:QtEasyTier3 采用前后端分离的架构设计,需要使用管理员权限将后端注册为系统服务运行,对于安装包版本,安装/卸载时会自动注册/注销系统服务;对于免安装版,程序启动时若检测到 Daemon 未运行会引导您进行注册,在删除程序前,您需要使用管理员权限在程序目录下执行以下命令来停止与注销系统服务
.\DaemonInstaller.exe stop.\DaemonInstaller.exe uninstallLinux 系统
Section titled “Linux 系统”- 环境要求:Qt Framework 版本要大于等于 6.8,使用 systemd 作为系统服务管理器
- 安装包系统支持:Debian13 / Ubuntu 26.04 及以上
对于 Arch 系用户
Section titled “对于 Arch 系用户”QtEasyTier 在 Arch Linux / Manjaro 发行版下可用,可以通过 AUR 进行安装
# 安装 AUR 工具(以 yay 为例子, Arch 下要添加 archlinuxcn 源)sudo pacman -Syu && sudo pacman yay
# 安装 QtEasyTier(二选一)yay -S qteasytier-bin # 直接下载可执行程序yay -S qteasytier # 从源码构建进入快速上手页面查看如何使用