A TUI to control your Aorus Motherboard / Laptop Fan settings.
go install github.com/simulatan/aoruscontrol@main
If you have go, this is the easiest way to install the tool.
Updating is just as easy:
GOPROXY=direct go install github.com/simulatan/aoruscontrol@main
Download the latest release from the releases page.
Extract the tar.gz
file and run the binary inside.
If you are on Arch Linux, you can use the AUR package. It is called aoruscontrol-bin.
Use your favorite AUR helper to install it, e.g.:
# using yay
yay -S aoruscontrol-bin
# using paru
paru -S aoruscontrol-bin
# if you installed from source using `go install`
aoruscontrol # make sure $GOPATH/bin is in your $PATH
# otherwise
./AorusControl
Make sure to run the tool as root, as it needs to access /sys/kernel/debug/ec/ec0/io
.
Massive thank you to @rcassani
for reverse engineering the Windows app and publishing bindings in the awesome p37-ec-aorus15g repo.
This project wouldn't be possible without his work.