Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1018 Bytes

File metadata and controls

41 lines (28 loc) · 1018 Bytes

MachineReport

Fast system fetch tool in Rust for Linux.

Fork of microfetch with improved GPU detection.

demo

Features

  • ~1ms execution time (~140x faster than fastfetch)
  • ~412kb binary
  • Minimal dependencies (only libc)
  • Reliable GPU detection (AMD, NVIDIA, Intel, virtual GPUs)
  • Respects NO_COLOR

Installation

# 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

Acknowledgments

License

GPL3