Strumento della barra dei menu di macOS per limitare la percentuale massima di carica Non cuocere troppo la tua batteria! Mantienila fresca e masticabile con AlDente!
Go to file
David Wernhart 3822013707 Merge branch 'master' of https://github.com/davidwernhart/AlDente 2020-06-04 15:27:05 +02:00
AlDente launchatlogin fix, b/w icon, osx battery scale 2020-06-04 15:24:05 +02:00
AlDente.xcodeproj launchatlogin fix, b/w icon, osx battery scale 2020-06-04 15:24:05 +02:00
Carthage launchatlogin fix, b/w icon, osx battery scale 2020-06-04 15:24:05 +02:00
Common first commit 2020-02-16 03:28:55 +01:00
com.davidwernhart.Helper first commit 2020-02-16 03:28:55 +01:00
.DS_Store launchatlogin fix, b/w icon, osx battery scale 2020-06-04 15:24:05 +02:00
Cartfile first commit 2020-02-16 03:28:55 +01:00
Cartfile.resolved first commit 2020-02-16 03:28:55 +01:00
README.md Update README.md 2020-02-19 12:20:51 +01:00
SMJobBlessUtil.py first commit 2020-02-16 03:28:55 +01:00

README.md

AlDente 🍝

MacOS menu bar tool to limit maximum charging percentage

Don't overcook your battery! Keep it fresh and chewy with AlDente.

Why do I need this?

Li-ion and polymer batteries (like the one in your MacBook) last the longest when operating between 30 and 80 percent. Keeping your battery at 100% at all times can shorten the lifespan of your notebook significantly. More information can be found here: https://batteryuniversity.com/learn/article/how_to_charge_when_to_charge_table

How does it work?

The tool writes the desired value to your MacBooks SMC (System Management Controller), which handles the rest. For everyone that is curious, the modified SMC key is called "BCLM" (Presumably "Battery Charge Level Max")

AlDente is tested and working on:

  • 2019 MacBook Pro 16"
  • 2017 Macbook Pro 13" without TouchBar
  • 2017 MacBook Air 13"
  • 2013 MacBook Pro 13"

Download:

https://github.com/davidwernhart/AlDente/releases

How to use:

Simply open AlDente_Installer.dmg and drag the App to your Applications Folder. On the first start, the application is going to ask you to allow installing a helper tool. This is necessary, since writing SMC Keys requires root privileges. Once finished, enter your desired max. charging percentage by clicking on the 🍝 icon on your menu bar.

For some reason, MacOS will always try to squeeze in a few more percent than specified by the SMC. For example, if you set yours to 80% it will stop charging at around 83%, so be patient. Strangely, this is not the case using Windows with bootcamp, therefore I have chosen not to correct this inaccuracy in code for now.

Usually, the operating system will take a minute or two registering the changes, so be patient. You can check if it's working by setting the max. percentage to e.g.: 70%. After a while, clicking on your battery icon will report "Battery is not charging" if you have more than ≈73% left, even tough your charger is connected. Notice that in this state, your MacBook is still powered by the charger, but the battery is not charging anymore.

Other tools I used in this project:

Disclaimer:

I do not take any responsibility for any sort of damage in result of using this tool! Alltough this had no negative side effects for me, AlDente still taps in some very low level system functions that are not ment to be tampered with. Use it at your own risk!

Copyright(c) 2020 David Wernhart Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.