Skip to content
On this page

Cloudsmith Package Options โ€‹

Hosted By: Cloudsmith

Package repositories for some distros is graciously provided by Cloudsmith - a fully hosted, cloud-native, universal package management solution.

For special options, such as if you need to force a specific distribution, release/version, or you want to do the steps manually, check out the CoolerControl repository on Cloudsmith. When using a distribution that is based on another, but not natively supported by Cloudsmith, you can use the base-distribution repository.

For example, if your distribution is based on Ubuntu 24.04:

bash
curl -1sLf \
  'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.deb.sh' \
  | sudo -E distro=ubuntu codename=noble bash

Or if your distribution is based on Fedora 42:

bash
curl -1sLf \
  'https://dl.cloudsmith.io/public/coolercontrol/coolercontrol/setup.rpm.sh' \
  | sudo -E distro=fedora codename=42 bash

Repository Alternative โ€‹

You can download the package files directly from the Releases Page and install the packages manually.

Released under the GPLv3+ License.