Early Access — Registration is open. Billing and downloads will be available soon.

Download rqwstr

Get the binary for your platform. No dependencies, single file.

Quick install

Auto-detects your OS and architecture. Works on macOS and Linux.

$ curl -fsSL https://rqwstr.com/install.sh | sh

All platforms

Platform Architecture
macOS Apple Silicon Download
macOS Intel Download
Linux x86_64 Download
Linux ARM64 Download
Windows x86_64 Download

Installation

1. Download and extract:

$ tar xzf rqwstr_*.tar.gz

2. Make executable and move to PATH:

$ chmod +x rqwstr
$ sudo mv rqwstr /usr/local/bin/

3. Authenticate and configure:

$ rqwstr setup

4. Add to your MCP client config:

{
  "mcpServers": {
    "rqwstr": {
      "command": "rqwstr",
      "args": ["serve"]
    }
  }
}

Verify download

Verify the SHA256 checksum of your download:

$ sha256sum rqwstr_*.tar.gz
# Compare with checksums.txt from:
# https://rqwstr.com/static/releases/latest/checksums.txt