#battery-thermal #command-line-tool #battery

app rsacpi

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

6 releases

Uses new Rust 2024

0.4.4 Sep 23, 2025
0.4.3 May 4, 2025
0.4.2 Apr 24, 2025
0.3.0 Apr 15, 2025
0.2.3 Apr 12, 2025

#1089 in Command line utilities

Download history

388 downloads per month

MIT license

21KB
515 lines

Crates.io Version

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