- lightweight and fast memory information tool written in rust
- colorful and easy-to-read terminal output using the colored crate
- displays total and available system memory from /proc/meminfo
- detailed info about memory modules (dimms) via dmidecode
- shows slot, size, speed, type, bank locator, ecc status, and configured voltage
- minimal dependencies and straightforward to build
- requires root privileges to access detailed hardware info via dmidecode
π¦ mfetch
memory-focused system info tool
by d3v
πΎ memory
total: 15.56 gb
available: 12.34 gb
π modules
π§ slot: dimm 1
π¦ size: 8 gb
β‘ speed: 3200 mt/s
π type: ddr4
π bank: p0 channel a
β
ecc: -
π voltage: 1.2 v
Build from source:
cargo build --release
Or install via AUR (once package is added):
yay -S mfetch
sudo mfetch
MIT License. See LICENSE file for details.