Fast system fetch tool in Rust for Linux.
Fork of microfetch with improved GPU detection.
- ~1ms execution time (~140x faster than fastfetch)
- ~412kb binary
- Minimal dependencies (only
libc) - Reliable GPU detection (AMD, NVIDIA, Intel, virtual GPUs)
- Respects
NO_COLOR
# Cargo
cargo install --git https://github.com/imaviso/machinereport.git
# Nix
nix run github:imaviso/machinereport
# From source
git clone https://github.com/imaviso/machinereport.git
cd machinereport && cargo build --release- usgraphics/usgc-machine-report - Design inspiration
- notashelf/microfetch - Original project
- fastfetch - GPU detection inspiration
GPL3
