Important
This project is a fork of overhttps/req. Active development from me is moving here for the foreseeable future.
relay is a lightweight, terminal-based API client.
Current Status: Early development (alpha). Core HTTP execution features are still in progress.
The goal is to provide a fast, minimal terminal interface for creating, sending, and inspecting HTTP requests interactively from the command line.
The app works completely offline with no external dependencies required.
Read the full docs over here - Relay Docs
Install relay using go install:
# Install the latest stable release
go install github.com/yashranjan1/relay@latest
# Or install a specific version (e.g., v0.1.0-alpha.4)
go install github.com/yashranjan1/relay@v0.1.0-alpha.4- Go version 1.24.4
After installing relay, you can run it using this command.
relay