rustrest logorustrest

Install rustrest on macOS

Run the install script to download the latest release, verify its checksum, and install the rustrest binary to ~/.local/bin.

curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/SojebSikder/rustrest/main/install.sh | sh

Make sure ~/.local/bin is on your PATH, then run rustrest.

You can pin a specific version or change the install directory via environment variables:

VERSION=v0.1.3 INSTALL_DIR="$HOME/bin" curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/SojebSikder/rustrest/main/install.sh | sh