acuity

Crates.ioacuity
lib.rsacuity
version0.0.1
created_at2025-08-11 20:28:04.670586+00
updated_at2025-08-11 20:28:04.670586+00
descriptionA TUI for monitoring system hardware at a glance.
homepage
repositoryhttps://github.com/travis-fm/acuity
max_upload_size
id1790856
size76,956
Travis Gibson (travis-fm)

documentation

README

Acuity Hardware Monitor

A WIP TUI-based hardware monitor, with HwInfo64 on Windows as inspiration.

This is mainly a learning project for me to get more familiar with Rust, but I also plan on hacking away at this thing long-term to turn it into a full-featured, easy to use monitor. We'll see how that actually goes 😊.

No established crate published yet, but if you're REALLY bored you can clone this repo and run it with cargo run --release.

It only supports Linux HWMon-based sensors right now, but next up will be AMD Ryzen CPU sensors.

Overall Goals:

  • Easily extendable to get information from custom module drivers
  • Customize module and sensor names, values, etc.
  • Log, view, and chart sensor values over time
  • Other stuff that I'm probably forgetting
Commit count: 0

cargo fmt