This page including the Nightly Builds below are built using GitHub Actions.
Leave a star on GitHub if you like this project!
To install Undervolt Go on your system, follow these steps:
Download latest release from below.
You can download the Graphical Interface version (Pro version) or the Command Line version.
The GUI version can also run the CLI commands. The commands need to be passed to undervolt-go-pro.
Extract the archive. You should now have the following files:
undervolt-go or undervolt-go-pro
install-undervolt.sh
uninstall-undervolt.sh
update-undervolt.sh
icon.png (in case of Pro version)
Open Terminal and navigate to the directory containing the undervolt-go or undervolt-go-pro executable. You can often simply launch Terminal in the active folder with a right-click.
Simply make install-undervolt.sh executable (or update-undervolt.sh if you already have Undervolt Go installed on your system):
chmod +x install-undervolt.sh
or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick ‘Make executable’
If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
Run install-undervolt.sh (or update-undervolt.sh) with sudo (it’s always recommended to check the script by opening it in a text editor before executing it)