Panel control for Intel turbo, power profile, Docker, and GPU mode. Install the extension, then run the one-time helper setup from GitHub (see INSTALL.md — Step 2: scripts/install-helper.sh).
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 6 | Unreviewed |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Where is the git URL? Is this code generated by AI? If so, we have a rule for that: [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated)
Repo: https://github.com/binaryplates/cpu-turbo-widget Yes, I used AI assistance (Claude Code) during development, and I can explain/justify any part of the implementation. In direct response to the guidelines, I've since removed the sudoers.d+sudo pattern in favor of a polkit action + pkexec'd, fixed-argv, root-owned helper, and moved read-only status reporting into native GJS instead of shelling out to a bundled bash script — the only remaining subprocess calls are to system binaries with no GJS equivalent (docker, systemctl, prime-select) plus the one pkexec'd helper. These changes are live in version 2, just submitted.