Undervolt Go

Github | Issues | Discussions


Leave a star on GitHub if you like this project!

To install Undervolt Go on your system, follow these steps:

  1. 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
  2. Extract the archive. You should now have the following files:
    1. undervolt-go or undervolt-go-pro
    2. install-undervolt.sh
    3. uninstall-undervolt.sh
    4. update-undervolt.sh
    5. icon.png (in case of Pro version)
  3. 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.
  4. To install:
    1. Simply make install-undervolt.sh executable:
      • chmod +x install-undervolt.sh
      • or you can right click install-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'
    2. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
    3. Run install-undervolt.sh with sudo (it's always recommended to check the script by opening it in a text editor before executing it) sudo ./install-undervolt.sh
  5. To update (if you already have Undervolt Go installed on your system):
    1. Simply make update-undervolt.sh executable:
      • chmod +x update-undervolt.sh
      • or you can right click update-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'
    2. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
    3. Run update-undervolt.sh with sudo (it's always recommended to check the script by opening it in a text editor before executing it) sudo ./update-undervolt.sh
  6. To uninstall:
    1. Simply make uninstall-undervolt.sh executable:
      • chmod +x uninstall-undervolt.sh
      • or you can right click uninstall-undervolt.sh, go to Properties, and in the Permissions tab, tick 'Make executable'
    2. If you have built the binary by yourselves, replace the downloaded undervolt-go with your undervolt-go (or undervolt-go-pro for that matter)
    3. Run uninstall-undervolt.sh with 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

Current directory:
Download: