Note
This is my first project. Expect questionable decisions and unexpected behavior.
cpu-mode is a basic Bash script that allows users to quickly change the CPU frequency scaling policy (governor)
for individual CPU cores or all cores at once. It provides a simple command-line interface for switching between
CPU performance modes: performance, powersave, ondemand, conservative, and schedutil, with the option
to apply a selected governor globally to all cores or target specific cores by number. It is intended for Linux
systems that support the cpufreq subsystem and must be run with root privileges.
Open your terminal and simply run this command:
curl -sSL https://raw.githubusercontent.com/jaedanxavier/cpu-mode/main/install.sh | bash