No account
required.
Start locally. No signup wall, hosted workspace or mandatory telemetry stands between you and the first request.
LOCAL BY DEFAULT ↗LOCAL-FIRST API DEVELOPMENT
Postly is the open-source Postman alternative without an account: a native Rust core, Git-friendly collections and a desktop/CLI workflow that stays close to your code.
Built for the moment
after “it works”.
WHY POSTLY / 02
Keep the useful parts of an API client in the same place as the API itself: inspectable files, explicit environments and a repeatable command line.
Start locally. No signup wall, hosted workspace or mandatory telemetry stands between you and the first request.
LOCAL BY DEFAULT ↗Human-readable TOML, one request per file and deterministic layouts make API workflows reviewable with ordinary diffs.
COMMIT THE CONTEXT ↗Both surfaces share the same Rust request model, runner, environments and evidence-driven behavior.
ONE CORE / TWO MODES ↗THE WORKFLOW / 03
03A calm surface for
high-context work.
Postly is shaped around the whole API-development loop, not only the send button.
Params, headers, bodies, cookies, common auth and variables in a durable request model.
Pretty or raw responses, headers, cookies, timing, search and bounded local snapshots.
Assertions, scripts, iteration data, folder runs, JSON/JUnit reports and a local mock server.
Keep the collection beside the code, review it in Git and reopen the same project tomorrow.
ONE LOCAL SURFACE / 04
Postly is early and ambitious. Compatibility is published as executable evidence, not a “100% compatible” badge.
See the matrixSTART LOCAL / 05
Build from source today, initialize a project and make the first request. The repository documents the current release gates instead of pretending an unpublished package exists.
Follow the quick start# clone the workspace
git clone https://github.com/OthmaneBlial/Postly.git
cd Postly
# create your local API project
cargo run -- init ./my-api --name "My API"
# send something real
cargo run -- request https://api.example.test/health
NO CLOUDPOSTLY / OPEN SOURCE / LOCAL FIRST