



I MADE THIS OPEN SOURCE APP FOR INTEL MAC USERS USING WINDOWS
For a while I couldn't find a good free option to control fan speeds on my intel Mac on windows, so I wrote my own, and I'm sharing it in case it's useful to anyone in the same situation.
It's called RPMac. It talks to the Mac's SMC directly to read fan speeds and temperatures, and lets you set each fan to Automatic, Maximum, a fixed RPM, or a temperature curve (ramp the RPM between a min and max temperature on a sensor you pick). It also has an optional on-screen overlay for RPM/temps, light/dark themes, and a small command-line tool if you'd rather script it.
Honest limitations: I've only been able to verify it on a couple of Mac Pros, so I'd really appreciate reports from other models (whether it works or not both are useful). Macs with the T2 chip (2018–2020) aren't supported yet; the T2 changes how the SMC is reached and I'm still working on that.
Source and downloads are here: https://github.com/golirt1/RPMAC/tree/main
Not selling anything just hoping it helps someone and that the feedback makes it more reliable across different Macs. Happy to answer questions.