Skip to content
On this page

Updated at:

AUR โ€‹

Arch LinuxArch Linux
AUR

CoolerControl is available in the AUR as both binary and source packages.

Use your preferred AUR installation method (e.g., makepkg, yay, paru, pikaur):

Binary package (prebuilt; faster to install):

bash
yay -S coolercontrol-bin

Source package (builds locally; longer to install):

bash
yay -S coolercontrol

Optional: Install liquidctl for USB AIOs and fan hubs and lm_sensors for improved hwmon support.

bash
yay -S liquidctl lm_sensors

Then enable and start the systemd service:

bash
sudo systemctl enable --now coolercontrold

If you're using Wayland, ensure your environment is set up correctly as described in the Arch Wiki.

Troubleshooting โ€‹

Could not find the Qt platform plugin "wayland" in "" โ€‹

Install the qt6-wayland package as documented in the Arch Wiki:

bash
sudo pacman -S --asdeps qt6-wayland

Released under the GPLv3+ License.