nexus

Terminal-based HTTP client for API testing

TLDR

Launch the HTTP client TUI
$ nexus

SYNOPSIS

nexus [options]

DESCRIPTION

nexus is a terminal-based HTTP client for API testing that replicates Postman's organized approach within a TUI. It supports all HTTP methods with request organization into collections.Features include composing requests with URL, headers, body, and parameters, formatted response display, request persistence between sessions, Postman collection import, and curl command export. Navigation and management use keyboard shortcuts throughout.

INSTALL

sudo dnf install nexus
brew install nexus
nix profile install nixpkgs#nexus

CAVEATS

Does not support all Postman features like scripting or environment variable substitution.

HISTORY

nexus was created by Pranav CS (pranav-cs-1) and is written in Rust.

SEE ALSO

curl(1), httpie(1)