A fast, minimal tool to fetch system info, written in Rust.
- 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
rustor
is designed for speed. Benchmarking with Hyperfine shows:
Benchmark 1: rustor
Time (mean ± σ): 896.3 µs ± 95.5 µs [User: 330.0 µs, System: 698.2 µs]
Range (min … max): 661.9 µs … 1159.4 µs 1681 runs
This means rustor
provides system information almost instantaneously.