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
Quentin DECAUNES e21082f872 Bumped version to 1.7.0.
New feature: release tab and auto check new release on launch.
2019-03-08 13:02:46 +01:00
.vscode Added missing task to vscode settings. 2019-02-28 18:47:45 +01:00
assets Added app icon. 2019-03-01 16:23:48 +01:00
bin Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
installers Added launch as administrator. 2019-03-02 18:35:33 +01:00
js Added release easy access. 2019-03-08 13:02:14 +01:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Create pipeline. 2019-02-28 17:24:57 +01:00
index.html Added release easy access. 2019-03-08 13:02:14 +01:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Added first launch in-app detection. 2019-03-02 18:33:11 +01:00
package-lock.json Bumped version to 1.7.0. 2019-03-08 13:02:46 +01:00
package.json Bumped version to 1.7.0. 2019-03-08 13:02:46 +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