GitHunt
JB

JB-NSStudio/PowerUp

Speed up charging by entering a super low power state while plugged in.

PowerUp

Speed up charging by entering a super low power state while plugged in.


What does the low power state do?

  • Sleeps the system using built in IOKit methods. (We refer to this as deepsleep in settings for user clarity)
  • Turns on aeroplane plane mode.
  • Enables low power mode.
  • Throttles the system using methods in thermalmonitord.
  • Stops and saves screen recordings.
  • Turns off flashlight.
  • Kills all open applications.
  • Blocks input passthrough.
  • Turns off display.


Does this tweak use hibernation?

This tweak uses the same process other tweaks that claim to use hibernation do but hibernation and deep sleep do not exist in iOS in the same way they do in MacOS. We have built a tool that can be run on an iOS device to confirm what IOPM Preferences can be set within iOS here. Currently all devices we have tested do no support either of these options so setting them would be reckless as they require writing to disk. If iOS begins to make use of these settings, deep sleep and or hibernation will be added at a later date.


Repo

PowerUp can currently be found on the following repos:

Credits

PowerUp creators

Languages

Objective-C60.7%C34.9%C++3.8%Logos0.5%Makefile0.1%Shell0.0%Roff0.0%

Contributors

GNU General Public License v3.0
Created August 24, 2020
Updated July 17, 2025
JB-NSStudio/PowerUp | GitHunt