Get reqsh running on your system in seconds. Choose the method that best fits your workflow.
The fastest and recommended way to install. This script detects your OS and architecture, downloads the latest binary and places it in your PATH.
curl -fsSL https://reqsh.dev/install.sh | shDownload the latest binary for your platform from the GitHub Releases page. Available for macOS (Intel & Silicon), Linux (x86_64) and Windows (x86_64).
- Download the binary for your platform.
- Move it to a directory included in your system PATH.
- Grant execution permissions.
# macOS / Linux
mv reqsh ~/.local/bin/
chmod +x ~/.local/bin/reqsh
reqshWindows users: place reqsh.exe in a directory listed in your %PATH%.
If you want to compile reqsh yourself, you'll need the Rust toolchain installed.
git clone https://github.com/hars-21/reqsh.git
cd reqsh
cargo build --releaseThe binary will be at target/release/reqsh.
Confirm reqsh is installed and working correctly.
reqsh --help