Download RESTerX CLI
Powerful command-line interface for testing APIs directly from your terminal
macOS / Linux
curl -fsSL https://resterx.vercel.app/install.sh | bashAutomatically detects your OS and architecture, downloads, and installs RESTerX CLI
Windows (PowerShell)
irm https://resterx.vercel.app/install.ps1 | iexAutomatically downloads, installs, and adds RESTerX CLI to your PATH
What it does: Detects your platform, downloads the correct binary, makes it executable, installs to system PATH, and shows usage instructions
Manual Download
Download precompiled binaries directly (for advanced users or custom installations)
Installation:
Download resterx-cli-windows-amd64.exe
Optionally rename to resterx-cli.exe
Run directly or add to your PATH
resterx-cli-windows-amd64.exe
Installation:
Download resterx-cli-darwin-arm64
Run: chmod +x resterx-cli-darwin-arm64
Move to PATH: sudo mv resterx-cli-darwin-arm64 /usr/local/bin/resterx-cli
resterx-cli-darwin-arm64
Installation:
Download resterx-cli-darwin-amd64
Run: chmod +x resterx-cli-darwin-amd64
Move to PATH: sudo mv resterx-cli-darwin-amd64 /usr/local/bin/resterx-cli
resterx-cli-darwin-amd64
Installation:
Download resterx-cli-linux-amd64
Run: chmod +x resterx-cli-linux-amd64
Move to PATH: sudo mv resterx-cli-linux-amd64 /usr/local/bin/resterx-cli
resterx-cli-linux-amd64
Interactive terminal UI with menu navigation
Web interface mode with browser access
Support for all HTTP methods (GET, POST, PUT, PATCH, DELETE, HEAD)
Cross-platform support (Windows, macOS, Linux)
Standalone binary with no dependencies
Lightweight and fast startup
Interactive Mode
resterx-cliStart the interactive menu for API testing
Web Interface Mode
resterx-cli webStart web server at http://localhost:8080
Custom Port
resterx-cli web --port 3000Specify a custom port for the web server
Version Info
resterx-cli versionDisplay version and build information
Prefer to Build from Source?
Clone the repository and build the CLI yourself using our Makefile