Installation

Get reqsh running on your system in seconds. Choose the method that best fits your workflow.

Install Script

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://raw.githubusercontent.com/hars-21/reqsh/main/install.sh | sh

Prebuilt Binary

Download a prebuilt binary from the GitHub Releases page. Available for macOS, Linux, and Windows.

1.Download the binary for your platform.

2.Move it to a directory included in your system PATH.

3.Grant execution permissions.

# macOS / Linux
mv reqsh /usr/local/bin/
chmod +x /usr/local/bin/reqsh
reqsh

Build from Source

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 --release

The binary will be at target/release/reqsh.

Verify Installation

Confirm reqsh is installed and working correctly.

reqsh help