Start by cloning the repo:
bash
git clone https://github.com/SquitchYT/RTop.git
For the next step you need to have Rust and cargo installed on your PC, for that follow the official documentation.
Now switch to project folder and compile a release:
bash
cd RTop && cargo build --release
Your executable will be in the target/release/
folder, it is named rtop
.