A c++ application that automatically applies custom ryzenadj profiles
cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_APPLET=true
cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_SYSTEMD=true
cmake . -B build -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_OPENRC=true
cd build/
make -j$(nproc)
sudo make install
If you installed with -DENABLE_DAEMON=true (is set to true by default), you shoud find an example file at /etc/auto-ryzenadj.conf.example with presets for a Ryzen 3 Pro 4450U and comments explaining everything you need to know.