x86-64 · glibc
rettp-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
Downloadtar -xzf rettp-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
chmod +x rettp
sudo install -m 0755 rettp /usr/local/bin/rettpRELEASED · V0.1.0
ReTTP is a focused command-line runner for HTTP verification after deployment and before production. Write readable suites, assert real responses, and ship with confidence.
core {
test "health check" {
request GET "/health"
expect { status = 200 }
}
}
$ rettp run preprod.rttp --base-url https://staging.example.com
✓ 1 suite passed · 0 failures · 234msCheck syntax and semantics before a request leaves your machine.
Verify status, headers, text, empty bodies, and typed JSON.
Export redacted JSON and JUnit reports for CI release gates.
GET STARTED
ReTTP 0.1.0 is the first published MVP release. Choose the archive built for your system, then verify its checksum before installing.
rettp-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
Downloadtar -xzf rettp-v0.1.0-x86_64-unknown-linux-gnu.tar.gz
chmod +x rettp
sudo install -m 0755 rettp /usr/local/bin/rettprettp-v0.1.0-aarch64-apple-darwin.tar.gz
Downloadtar -xzf rettp-v0.1.0-aarch64-apple-darwin.tar.gz
chmod +x rettp
sudo install -m 0755 rettp /usr/local/bin/rettprettp-v0.1.0-x86_64-pc-windows-msvc.zip
DownloadExpand-Archive .\rettp-v0.1.0-x86_64-pc-windows-msvc.zip
.\rettp.exe --version
.\rettp.exe --helpRELEASE NOTES
UTF-8 DSL parser, semantic validation, and source-span diagnostics.
HTTP adapter with seven methods, bounded responses, timeouts, and redirect rejection.
Atomic typed captures, interpolation, CLI and dotenv variables, plus stable exit codes.