2018-05-22 18:58:26 +02:00
# Volta ⚡️
2018-05-22 18:56:47 +02:00
Battery assistant for prolonging the lifespan of your battery. Runs in the background, has configurable limits and can be enabled to run on startup.
2018-05-22 19:11:27 +02:00
### [Download](https://github.com/CupCakeArmy/volta/releases)
2018-05-22 18:56:47 +02:00
## What does it do?
2018-05-22 21:11:12 +02:00
Good question. It gives you notifications about when to plug and unplug your charger.
2018-05-22 19:04:50 +02:00
> Cool, but why?
Batteries loose the most capacity if the voltage difference is high, or staying at 100%. Hence, if you you use your laptop most of the time plugged in, it will decrease the capacity of the battery quicker than normal.
2018-05-22 19:05:08 +02:00
2018-05-22 21:41:55 +02:00
To sum up, you should **not** :
2018-05-22 19:04:50 +02:00
- Charge you battery **regulary** over 80-90%
- Discharge under 30-40%
2018-05-22 18:56:47 +02:00
Reference to the science:
- http://batteryuniversity.com/learn/article/how_to_prolong_lithium_based_batteries
- https://www.popsci.com/charge-batteries-right
## Quickstart 💥
[Download ](https://github.com/CupCakeArmy/volta/releases ). Run.
## Build 🔨
2018-05-22 21:47:35 +02:00
There are prebuilt binaries for macOS [here ](https://github.com/CupCakeArmy/volta/releases ). However you can also complile them yourself.
2018-05-22 18:56:47 +02:00
```bash
# Install dependencies
npm i
# Build the app
npm run pack:all
```
### Screen
2018-05-22 18:58:10 +02:00
![Screenshot ](https://i.imgur.com/DX8mjRE.png )