Skip to content
Download

Installing QtEasyTier

Note: Please read the installation instructions below carefully before downloading.

  • System Support: Windows 10/11 (Windows 10 requires build 1809 or later; compatibility is not guaranteed for older versions)
  • Daemon Management: QtEasyTier3 uses a frontend/backend separated architecture. Administrator privileges are required to register the backend as a system service. For the installer version, the system service is automatically registered/unregistered during installation/uninstallation; for the portable version, when the program detects that the Daemon is not running at startup, it will guide you through registration. Before removing the program, you need to run the following commands with administrator privileges in the program directory to stop and unregister the system service:
.\DaemonInstaller.exe stop
.\DaemonInstaller.exe uninstall
  • Environment Requirements: Qt Framework version must be 6.8 or higher, using systemd as the system service manager
  • Package System Support: Debian 13 / Ubuntu 26.04 and above

QtEasyTier is available on Arch Linux / Manjaro and can be installed via the AUR.

Terminal window
# Install an AUR helper (using yay as an example; add the archlinuxcn repo on Arch)
sudo pacman -Syu && sudo pacman yay
# Install QtEasyTier (choose one)
yay -S qteasytier-bin # Directly download the executable
yay -S qteasytier # Build from source

Go to the Quick Start page to learn how to use QtEasyTier.