
sot is a command-line system observation tool in the spirit of top. It displays various interesting system stats and graphs them in the terminal. Works on macOS, Linux, and Windows.
Install
# One-line installer (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/anistark/sot/main/install.sh | bash
# Or via Homebrew
brew tap anistark/tools && brew install sot
# Or via pip
pipx install sot