Feature · 節電
Low Power Mode,without remembering to turn it on.
macOS hides Low Power Mode three panes deep in System Settings. Battery Sensei turns it into a rule: pick a battery percentage or a time-remaining trigger, and the mode switches on when you cross it, then off again when you plug in. Apple's setting does the throttling. Sensei just remembers for you.
Why it matters
You never think of Low Power Mode at the right moment. 18% left, a meeting starting, no charger in the bag. That is exactly when it's furthest from your mind. Set the rule once on a calm afternoon and it covers every bad one after it. Because it switches back off on its own, you won't find your Mac still throttled a week later.
What the automation actually does
macOS ships Low Power Mode as a manual switch in System Settings. It throttles peak CPU and GPU clocks, lowers the display refresh rate on ProMotion Macs, dims the backlight slightly, and pauses some background work, typically buying 20–30% more runtime at the cost of a little responsiveness. The catch is that the switch is manual, buried three panes deep, and easy to forget in both directions: you turn it on during a crisis and leave it on for a week.
Battery Sensei turns it into a rule. You pick a trigger, either a percentage (say 20%) or an estimated time remaining (say 45 minutes), and Sensei flips Low Power Mode on when you cross it. When you plug in again, it flips back off. That's the whole feature: no dashboards to check, no decision to make at 18%.
Why it needs an admin approval
Changing the Low Power Mode setting is a privileged operation on macOS, the same class of change as setting a charge limit. Battery Sensei ships a small helper (a SMAppService daemon) that performs exactly that one write, and macOS asks you to approve it once. Nothing else in the app needs those rights, and the helper does nothing else.
If you decline the approval, the rest of Battery Sensei keeps working; only the automatic toggle is unavailable. The card tells you which state you're in rather than failing silently.
Choosing a trigger
- Percentage triggers are predictable and easy to reason about. 20% is a sensible default: enough runtime left that the throttling has something to stretch, low enough that you're not giving up performance during a normal day.
- Time-remaining triggers track what you're actually doing. A 45-minute trigger fires early during a heavy export and late while you're reading; the same rule adapts to the workload, including the stretches where thermal throttling is already eating into your runtime.
Pair it with warning presets if you want a nudge before the automation acts, or with Meeting Guard so a calendar conflict escalates before the battery gets that low in the first place.
What it doesn't do
Sensei doesn't invent its own throttling. It toggles Apple's own setting, which means the behavior is exactly what macOS documents and nothing is layered on top of it. No kernel extensions, no CPU pinning, no background daemons beyond the one privileged helper described above.
Frequently asked.
- Does Low Power Mode automation work on Intel MacBooks?
- Low Power Mode itself requires macOS 12 or later, and is available on both Intel and Apple Silicon Macs that support the setting. Battery Sensei toggles whatever the system exposes; if your Mac has no Low Power Mode setting, the card explains that instead of offering the automation.
- Why does Battery Sensei need an admin password for this?
- Writing the Low Power Mode setting is a privileged operation. Battery Sensei installs a small helper that does only that one write, approved once through macOS. Declining leaves the rest of the app fully functional.
- Does it turn Low Power Mode back off automatically?
- Yes. Once you plug in, Sensei restores the previous state, so you never discover a week later that your Mac has been throttled the whole time.
- Can I still toggle Low Power Mode myself?
- Always. The System Settings switch and the menu-bar quick action both keep working; the automation just handles the times you would have forgotten.
- How much battery life does Low Power Mode actually save?
- Apple doesn't publish a single figure because it depends entirely on the workload. In practice, sustained-load sessions (video export, compiles, many Chrome tabs) see the biggest gains; light reading sees almost none, because there was little peak clock to give up.
