Driver for emulation SMC device with hardware sensors support
Working 10.6 to 15.x
- FakeSMC.kext version 3.x
- ACPIMonitor.kext for custom making ACPI methods to access to hardware
- VoodooBatterySMC for laptop battery monitoring
- IntelMCHMonitor for chipset temperature monitoring, from 7th gen (Kabylake, Coffeelake, and up). Get also DIMM temperature
- CPU sensors:
- IntelCPUMonitor, from Core Duo up to RaptorLake
- AmdCpuMonitor, FX... and Ryzen
- GPUSensors
- RadeonMonitor for ATI/AMD Radeon card (temperature only), up to RX6900
- GeforceSensors for Nvidia card Fermi, Kepler, Maxwell, Pascal
- NVClockX for Nvidia Geforce 7xxx, 8xxx, Tesla
- X3100 for IntelX3100 (at GM950 chipset)
- LPC chip sensors, motherboard parameters like FAM, Voltages, temperatures
- ITEIT87x for chips ITE 87xx, 86xx, usually present on Gigabyte motherboards
- W836x for chips Winbond/Nuvoton 83xxx, NCT67xx, usually present on ASUS motherboards
- F718x for chips Fintek
- PC8739x for chip SMC
- SMI Monitor
- monitor and control temperature and fans in Dell computers by using SMM technology
- Applications
- HWMonitorSMC, it has less functionality. Working with old computer. Up to Sonoma 14.x compatible.
- HWMonitorSMC2 for SandyBridge and up. It is separate project https://github.com/CloverHackyColor/HWMonitorSMC2
Take MacKernelSDK (https://github.com/joevt/MacKernelSDK) and copy it into the project. Or just make a symbol link
user FakeSMC3_with_plugins % ln -s ../joevt/MacKernelSDK MacKernelSDK
The xcodeproject already tuned to use it and tested with Xcode14.3.