Cross-Platform Dell Power Manager re-implementation in Flutter. More screenshots in Wiki.
Dell machines (XPS and Precision series laptops, potentially others) offer advanced in-bios configurable options, such as multiple thermal profiles, battery charging thresholds, etc. It may be very desirable to adjust these on the go, and there is no way to configure it from OS without Dell's proprietary tools (which are luckily provided). Settings can be changed via:
This app is a modern, Flutter based GUI on top of Dell Command | Configure CLI, with main goal to replicate behavior of Dell Power Manager for Linux users, but also does run on Windows.
For Debian/Ubuntu based Linux and Windows, app is slightly more productized:
.deb
/.msi
, with start menu shortcuts etc.Control features:
Planned TODOs:
Potential future features to consider:
Application is currently in public beta stage.
.msi
, .deb
, .tar.xz
. Get latest stable build at Releases, or latest development build at CI artifactsflutter run
, build via flutter build linux --release
.deb
, .tar.xz
via ./package.sh
flutter run
, build via flutter build windows --release
.msi
via .\package.bat
By default, all logging is supressed. Export POWERMANAGER_DEBUG=true
before running app from CLI to get logs.
Eg.: export POWERMANAGER_DEBUG=true && ./dell-powermanager > file.log
. When opening an issue, kindly save and attach the log.
App supports multiple languages via Flutter's localization library. If you want to contribute:
Tested on the following devices:
If you experienced problems with any of the above mentioned devices, please open Bug Report. If you have tested it on other devices, please report Tested device.
Please see issues.
As per license, this software is provided as-is, without any warranty. It is not affiliated with Dell in any way. Use at your own risk. Me or any other contributors are not responsible for any damage caused by this software, including but not limited to data loss, hardware damage, data breaches etc. Where applicable, integrated solution for secure key saving is used, but it is not guaranteed to be secure in any way. Understand risk and implications before using it. No legal claims can be made against the author or contributors.
This application is licensed under GPLv3. In short, this means you use/copy/modify/distribute it for free, but you must provide source code of your modifications, and keep the same license. You cannot sell it as proprietary software. See LICENSE for details.