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 CLI 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-goorundervolt-go-proinstall-undervolt.shuninstall-undervolt.shupdate-undervolt.shicon.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.
- To install:
- Simply make
install-undervolt.shexecutable: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.shwith sudo (it's always recommended to check the script by opening it in a text editor before executing it)sudo ./install-undervolt.sh
- Simply make
- To update (if you already have Undervolt Go installed on your system):
- Simply make
update-undervolt.shexecutable:chmod +x update-undervolt.sh- or you can right click
update-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
update-undervolt.shwith sudo (it's always recommended to check the script by opening it in a text editor before executing it)sudo ./update-undervolt.sh
- Simply make
- To uninstall:
- Simply make
uninstall-undervolt.shexecutable:chmod +x uninstall-undervolt.sh- or you can right click
uninstall-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
uninstall-undervolt.shwith sudo (it's always recommended to check the script by opening it in a text editor before executing it)- Completely uninstall, including configuration files, systemd services for persist and profile auto-swtich,
udev rule for profile auto-switch
sudo ./uninstall-undervolt.sh - Keep configuration files, systemd services for persist and profile auto-swtich, udev rule for profile
auto-switch
sudo ./uninstall-undervolt.sh --keepconfig --keeppersist --keepautoswitch
- Completely uninstall, including configuration files, systemd services for persist and profile auto-swtich,
udev rule for profile auto-switch
- Simply make
Current directory:
Download: