This is a heavily modified version of PowerTools in order to work on the ROG Ally. Note that these instructions are all run inside the ROG Ally desktop mode.
- Requirements: a functioning Rust toolchain for x86_64-unknown-linux-gnu (or -musl), pnpm
- In the root of the directory:
./build_all.sh
Alternatively, you can download backend
and index.js
from the Releases page.
Note that all these commands are run inside the Ally.
- Please use Decky's built-in store to install official releases of PowerTools.
- Copy these files to the decky loader's directory:
sudo systemctl stop plugin_loader
rm $HOME/.config/powertools/limits_cache.json
sudo cp --preserve=mode /tmp/backend $HOME/homebrew/plugins/PowerTools/bin/backend
sudo cp --preserve=mode /tmp/index.js $HOME/homebrew/plugins/PowerTools/dist/index.js
sudo systemctl start plugin_loader