Temperature control center for MSI laptops
ChillSpot is a program used to monitor CPU and GPU temperatures, enable or disable Coolerboost, change the battery threshold or adjust the fan curve of a MSI laptop.
- Use it at your own risk!
- Secure boot can prevent access to the EC.
- You may need to restart your computer after installation before the program is able to access your EC.
See our Wiki for a list of compatible devices.
| Main page | Fan curve page |
|---|---|
![]() |
![]() |
Arch based distributions can install ChillSpot from the AUR, or using an aurhelper such as yay: yay -S chillspot
Note: Flatpak applications run in a sandbox and cannot directly communicate with the system's EC. You must also install the background daemon on your host system. See the Daemon Installation Instructions on our wiki for more details.
You can install ChillSpot from the official FVtronics Flatpak repository:
flatpak remote-add --user --if-not-exists fvtronics https://www.fvtronics.com/flatpak/repo/fvtronics.flatpakrepoflatpak install --user fvtronics com.fvtronics.chillspotAlternatively, ChillSpot can be built and installed locally with Flatpak Builder:
flatpak-builder --user --install --install-deps-from=flathub build-dir com.fvtronics.chillspot.json --force-cleanChillSpot uses the meson build system. Run the following commands to clone ChillSpot and initialize the build:
git clone https://codeberg.org/fvtronics/chillspot.git
cd chillspot
meson setup buildTo install the built package on your system, run the following command:
meson install -C buildThis project's translations are handled by Codeberg Translate, a community-hosted instance of Weblate.
New languages and translation improvements are appreciated.
Licensed under the GPLv3. See the COPYING file for the full license information.

