Skip to content

hockerschwan/Anemos

Repository files navigation

Control chassis, CPU & GPU fans on Windows 10 or later.

*This is for desktop PCs. For laptops, try NoteBook FanControl.

*This app does not control RGB LEDs. Use OpenRGB with hardware sync plugin.

Screenshots

Features

  • Switch profiles automatically based on customizable rules
    • Process
      • Process name ("steam")
      • Memory used ("python" && Memory > 4000MB)
    • Sensor
    • Time of day
  • Show current value and history of fan speed, curve value and sensor value in tray

Usage

To run this app, you need to install .NET8 and Windows App SDK runtime.

(You don't need to if you use "Self-Contained" version.)

GPU Support

Multi-GPU not tested.

  • AMD

    Cards supported by ADLX (Tested on a RDNA2 card)

    ADLX does not support some legacy AMD GPUs

  • Intel

    No (I don't have Arc cards so can't test them.)

  • NVIDIA

    Cards supported by LibreHardwareMonitorLib (Tested on an Ampere card)

Building

  1. Install Visual Studio components for WinUI development.
  2. Install "Desktop development with C++" and "Windows 11 SDK (10.0.22621.0)" in Visual Studio Installer
  3. Download ADLX
  4. Copy SDK folder of ADLX to Libs/ADLXWrapperCpp (even if you don't have AMD cards, otherwise build fails.)

Libraries used

Contributing

Please create an issue / discussion before making a pull request.

Use issues for issues (bug reports) only.

License

GPL 3

Credits