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-08-02 09:31:49 +00:00
.vscode Moved npm script build-win32 to build-exe for better understanding. 2019-07-29 09:06:48 +00: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 Updated win32-installer jobs. 2019-07-05 14:44:39 +02:00
js fix: Notify user when no options are selected when applying settings. 2019-08-02 09:31:49 +00:00
vendor fix: Enhanced README with videos. 2019-08-02 10:47:33 +02:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml feat: Adding go-semrel-gitlab to automate releases. 2019-07-31 17:14:41 +02:00
index.html Adding sentry. 2019-07-25 13:51:32 +02:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Hide menubar with builded versions. 2019-07-29 09:06:48 +00:00
package-lock.json Updated version to 1.13.5. 2019-07-29 15:56:42 +02:00
package.json Updated version to 1.13.5. 2019-07-29 15:56:42 +02:00
README.md fix: Enhanced README with videos. 2019-08-02 10:47:33 +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).

What's this?

Ryzen Controller ScreenCast

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

THIS PART IS ONLY FOR DEVELOPMENT PURPOSE, IF YOU JUST WANT TO USE RYZEN CONTROLLER, SEE THE INSTALLATION PART.

Pre-requisite

Dev install

$> 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-exe

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