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-06 19:53:22 +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 to 0.5.2. 2019-06-06 16:32:08 +02:00
installers Added launch as administrator. 2019-03-02 18:35:33 +01:00
js Oops ... missing gfx settings, again. 2019-06-06 19:53:22 +02:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Pipelines redone. 2019-06-03 18:17:16 +02:00
index.html Moved options data to a global file. 2019-06-05 18:08:00 +02:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Ensure shortcut creation on first launch. 2019-06-03 16:21:37 +02:00
package-lock.json Bump version to 1.13.2. 2019-06-06 18:35:51 +02:00
package.json Bump version to 1.13.2. 2019-06-06 18:35:51 +02:00
README.md Looking for maintainers, reviewers. 2019-06-03 17:51:42 +02:00

Ryzen controller

I'm looking for maintainers and reviewers, if you know html/js and have some spare times, please open an issue or ping @storm1er#0376 on discord.

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