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-06-01 16:29:30 +02:00
.vscode Fixed task for vscode. 2019-03-12 20:03:28 +01:00
assets Replace icon.png 2019-03-19 20:10:58 +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 #6 Added psi0-current-limit ability. 2019-06-01 16:29:30 +02:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Pipeline for cross platform build. 2019-03-11 18:09:09 +01:00
index.html See #16 Added the checkbox to minimize on startup. 2019-06-01 16:29:03 +02:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js #16 Added minimize to tray on startup ability. 2019-06-01 16:29:28 +02:00
package-lock.json Added compare-versions package. 2019-06-01 16:27:37 +02:00
package.json Added compare-versions package. 2019-06-01 16:27:37 +02:00
README.md Updated readme for non-windows users. 2019-03-11 18:01:54 +01:00

Ryzen controller

Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is included (windows only for now).

Installation

Windows

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

Debian like

  • Go to RyzenAdj repo.
  • Download and build as explained in Build requirements.
  • Go to Ryzen Controller's release page
  • Download the latest ryzencontroller_VERSION_ARCH.deb file.
  • sudo dpkg -i ryzencontroller_VERSION_ARCH.deb
  • Launch with sudo ryzencontroller
  • Set the path to your freshly builded ryzenadj binary into the "settings" tab.
  • Enjoy!

Redhat like

  • Go to RyzenAdj repo.
  • Download and build as explained in Build requirements.
  • Go to Ryzen Controller's release page
  • Download the latest ryzencontroller_VERSION_ARCH.rpm file.
  • sudo rpm -u ryzencontroller_VERSION_ARCH.rpm
  • Launch with sudo ryzencontroller
  • Set the path to your freshly builded ryzenadj binary into the "settings" tab.
  • Enjoy!

Development

Pre-requisite

Installation

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

Building binaries

Using Windows

$> cd project
$> npm run-script package-win32

Using Linux

$> cd project
$> npm run-script package-linux

Building installers

For Windows

$> cd project
$> npm run-script package-win32
$> npm run-script build-win32

For Debian like

$> cd project
$> npm run-script package-linux
$> npm run-script build-deb

For Redhat like

$> cd project
$> npm run-script package-linux
$> npm run-script build-rpm