This repository was archived by the owner on Aug 20, 2026. It is now read-only.
v2026.7.28-beta.1
Pre-release
Pre-release
·
7 commits
to main
since this release
This is a beta build for early testing. It may contain bugs.
Desktop App
| Platform | Downloads |
|---|---|
| Apple Silicon (DMG) | |
| Installer (EXE) | |
| AppImage x64 · install script | |
| x64 (deb) |
What's New
Requests
- HTTP version control — every request gains an HTTP version
setting: Auto (the default) negotiates with the server, or pin
HTTP/1.1, HTTP/2, HTTP/2 (prior knowledge), or HTTP/3. A pinned
version the server can't speak fails with a clear error naming the
setting — never a silent downgrade. - HTTP/3 over QUIC — sends can now ride HTTP/3 end to end, a
first among API clients. The QUIC engine ships inside the app and
honors the request's trust settings — SSL verification off, custom
CAs, and client certificates — so self-signed local endpoints work
the same as on the other versions. - Cleartext HTTP/2 — HTTP/2 (prior knowledge) skips negotiation
and speaks HTTP/2 immediately, including over plain http:// — the
route to h2c backends and internal services.
Response
- Wire truth on every send — the Network popover now always shows
the HTTP version that was actually negotiated on the wire, whichever
version carried the send.