A fast, minimal tool to fetch system info, written in Rust.
rustor
is designed for speed. Benchmarking with Hyperfine shows:
Benchmark 1: rustor
Time (mean ± σ): 799.1 µs ± 113.8 µs [User: 346.9 µs, System: 592.7 µs]
Range (min … max): 542.8 µs … 1748.3 µs 1681 runs
This means rustor
provides system information almost instantaneously.
- Clean, simple display of system info.
- Blazing fast execution.
- Built with Rust for speed and safety.
Run this command in terminal:
curl -fsSL https://raw.githubusercontent.com/Evren-os/rustor/main/install.sh | bash
- Clone the repo:
git clone https://github.com/Evren-os/rustor.git
cd rustor
- Build it:
cargo build --release
- Install:
sudo mv ./target/release/rustor /usr/local/bin/
Just run rustor to see your system info:
rustor