#battery #cli #linux #rsacpi

app rsacpi

A simple command-line tool with no dependencies to display battery, ac, and thermal information on Linux

4 releases

Uses new Rust 2024

new 0.4.2 Apr 24, 2025
0.4.1 Apr 20, 2025
0.3.0 Apr 15, 2025
0.2.3 Apr 12, 2025

#1195 in Command line utilities

Download history 228/week @ 2025-04-09 296/week @ 2025-04-16

524 downloads per month

MIT license

16KB
363 lines

rsacpi is the (rust) small and clumsy power information tool

It is a simple command-line tool for Linux to display battery, ac, and thermal information contained in sys/class

Options:

  • -b, --battery: Battery information
  • -i, --health: Battery health
  • -t, --thermal: temperatures from all thermal zones
  • -a, --ac: AC adapter status
  • -e, --everything: all available information
  • -h, --help: command-line options
  • -v, --version: version and license information

No runtime deps