DEPRECATED: please use AATU instead: https://amdaputuningutility.com/ ---- Unlock the true performance of your Ryzen Mobile Processor: https://www.ryzencontroller.com/ For Series 2xxx, 3xxx, 4xxx and 5xxx Gui for https://github.com/FlyGoat/Ryz
Go to file
2019-03-11 13:05:10 +01:00
.vscode Added missing task to vscode settings. 2019-02-28 18:47:45 +01:00
assets Added icon management for linux. 2019-03-11 11:23:23 +01:00
bin Updated ryzenadj.exe to v0.3 with custom fix about ucrtbased.dll missing. 2019-03-10 15:29:15 +01:00
installers Added launch as administrator. 2019-03-02 18:35:33 +01:00
js Create shortcut only on windows. 2019-03-11 13:05:10 +01:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Added dependency_scanning jobs. 2019-03-10 16:25:23 +01:00
index.html Hide auto start for now as it won't work. 2019-03-11 13:05:10 +01:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Added icon management for linux. 2019-03-11 11:23:23 +01:00
package-lock.json Added debian package. 2019-03-11 13:05:10 +01:00
package.json Added debian package. 2019-03-11 13:05:10 +01:00
README.md Better readme for users. 2019-03-04 11:32:08 +00:00

Ryzen controller

Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is now included.
No more need for multiple download =D

For users

Pre-requisite

  • Go to release page
  • Download the latest RyzenControllerInstaller.exe
  • Enjoy!

For developpers

Pre-requisite

  • NodeJS v10.15.1 or newer.

Installation

$> cd project
$> npm install
$> npm start

Build

$> cd project
$> npm run-script build