SMCAMDProcessor
XNU kernel extension for power management and monitoring of AMD processors. Also comes with a plugin for VirtualSMC to export readings to other applications.Changelog v0.7.1
- Fix panic on macOS Ventura Beta 3
Notes
- If you encountered problems with the SMCAMDProcessor.kext included in this release. Please load the one from previous release instead. The previous version of SMCAMDProcessor.kext should be compatible with 0.7. See #138 for more information.
Installation
SMCAMDProcessor now comes in two separate binaries(kernel extensions):- AMDRyzenCPUPowerManagement.kext for all power management features. This kext is also required if you would like to use AMD Power Gadget.
- SMCAMDProcessor.kext to publish readings to VirtualSMC, which enables macOS applications like iStat to display sensor data. This kext depends on AMDRyzenCPUPowerManagement.kext to collect sensor data, thus must be loaded after.
- Download the kext(s) and application from Release page
- Add AMDRyzenCPUPowerManagement.kext to kext folder of your bootloader.
- Edit your bootloader's config file to make sure the kext is enabled.
- If you're using VirtualSMC you can also load SMCAMDProcessor.kext to publish sensor data.
- Bootloaders like OpenCore will link each kext in the order they present in config file, so make sure AMDRyzenCPUPowerManagement.kext comes before SMCAMDProcessor.kext as it serves as a dependency.
Features
- CPU power management for AMD Zen processors.
- Supports for reading of temperature, energy and frequency data on AMD Zen Processors.
- Manual switching of processor speed.
- PState editing.

AMD Power Gadget

Editing PState
Since the release 0.3.1, you can now edit your CPU PState using AMD Power Tool.
To access PState editor:
- Open AMD Power Tool
- Go to 'Speed' tab
- Click 'Advanced Options'
Fan Control
Due to the amount of request an experimental feature for reading and overriding fan speed is out!
You can access this menu from menu bar "Open -> SMC Fans" or the button in Power Tool. Currently only a limited amount of SMC controllers are supported.
Safety Notes
- Incorrect PState setting can potentially cause permanent damage to your computer hardware.
- For safety concern, this function was limited to root user only. You can either launch AMD Power Gadget with root user or use -amdpnopchk to disable this check.

Contribution
If you like this project, please consider supporting it via:
- Give it a star!
- Buy me a coffee(or a Zen 3 processsor
).
- Opening up an issue if you encountered any problem or want to make suggestions.
- or if you're a coding person, feel free to submit any pull request or just DM me on Discord.
Credits
- aluveitie for various enhancements and fixes.
- mauricelos for IT86XXE SMC chip driver.
- necross2 for adding support to temperature sensor offset.
- Shaneee for the beautiful icon.
Notes
- I am still fairly new to macOS kernel development, this software project was initally a hobby project, and it still is, to get some reading on my newly built AMD hackintosh computer.
- With that being said, please bear with some of the spaghetti and not-idiomatic codes. Any criticism is much welcomed