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-04 10:21:46 +02: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 fix: Better build-exe alive message. 2019-08-03 22:30:35 +02:00
js fix(developers): Sentry unable to retrieve stacktrace frames in some cases. 2019-08-04 10:21:46 +02: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 fix: Old version was displayed. 2019-08-04 10:21:45 +02:00
CHANGELOG.md chore: version bump for 1.14.0 [skip ci] 2019-08-04 03:00:48 +00:00
index.html fix: Release tab content is now appearing after opening windows from minized start. 2019-08-03 22:41:40 +02:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js feat: #3 Auto start on windows session login. 2019-08-03 22:14:35 +02:00
package-lock.json chore: version bump for 1.14.0 [skip ci] 2019-08-04 03:00:48 +00:00
package.json chore: version bump for 1.14.0 [skip ci] 2019-08-04 03:00:48 +00: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