A lightweight, terminal-based system monitoring tool built in Rust, inspired by top.
This guide explains how to install rtop
on Mac, Linux, and Windows.
Follow the instructions below for your platform to install rtop
. Each command downloads and executes an installation script from the latest release of the Bored-UI/rtop repository.
Run the following command in a terminal:
curl -L https://github.com/Bored-UI/rtop/releases/latest/download/install.sh | bash
Note: You may need sudo
permissions to install to /usr/local/bin
.
Run the following command in PowerShell:
Invoke-WebRequest -Uri https://github.com/Bored-UI/rtop/releases/latest/download/install.ps1 -OutFile "$env:TEMP\install.ps1"; Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force; & "$env:TEMP\install.ps1"
Note: Open a new PowerShell or Command Prompt after installation to use rtop
.