Skip to content

Evren-os/rustor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustor

A fast, minimal tool to fetch system info, written in Rust.

Alt text


Performance

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.


Features

  • Clean, simple display of system info.
  • Blazing fast execution.
  • Built with Rust for speed and safety.

Installation

Via install script

Run this command in terminal:

curl -fsSL https://raw.githubusercontent.com/Evren-os/rustor/main/install.sh | bash

From source

  1. Clone the repo:
git clone https://github.com/Evren-os/rustor.git
cd rustor
  1. Build it:
cargo build --release
  1. Install:
sudo mv ./target/release/rustor /usr/local/bin/

Usage

Just run rustor to see your system info:

rustor

Releases

No releases published