Skip to content
On this page

Updated at:

AUR โ€‹

Arch LinuxArch Linux
AUR

There are official binary and source packages in the AUR.

Use your installed AUR Helper, i.e.:

bash
# binary package
yay -S coolercontrol-bin

# source package
yay -S coolercontrol

If you want liquidctl integration:

bash
yay -S coolercontrol-liqctld

Then enable and start the systemd service:

bash
sudo systemctl enable --now coolercontrold

If you're using Wayland, make sure you've set it up correctly according to wiki.

Troubleshooting โ€‹

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

You're missing the qt6-wayland package as documented in the wiki. You can install it with:

bash
sudo pacman -S --asdeps qt6-wayland

Released under the GPLv3+ License.