Releases: tetiva-app/client
Releases · tetiva-app/client
Release list
Tetiva 1.1.0
First public release on GitHub. Until now the only place to download Tetiva was tetiva.app.
Added
- Browser sign-in. The app opens your Tetiva account in the browser. Once you confirm there, the app picks the session up. Registration, e-mail confirmation and password reset are handled on the site too.
- cURL import by paste. A
curl ...command pasted into the URL bar becomes a request: method, address, headers, body and auth. - Auth schemes. OAuth 2.0 (client credentials, password, authorization code with PKCE through the browser, device code), JWT Bearer, Digest and AWS Signature V4. Set them on a request, or on a collection that nested requests inherit from.
- WebSocket requests are edited like any other: Params, Auth, Headers, a pre-connect script, cookies, binary frames, saved messages, keepalive ping and subprotocols.
- Requests and collections take a Markdown description, with tables you can fill from the keyboard. It survives Postman import and export, and MCP agents can read it.
- The MCP server now requires a token, shown in Settings. Agents see credentials masked.
- A
.debpackage for Ubuntu 22.04 and newer.
Fixed
- Retrying a request from history no longer opens an empty tab, and it stops reusing the previous credentials.
- Creating a workspace with "Sync to server" works again.
- MCP
update_requestchanges only the fields it receives instead of blanking the rest.
Before you upgrade
You will be signed out once, the first time you open this version. Cloud sync needs server 0.17.0 or newer.
Downloads
| File | Platform |
|---|---|
Tetiva-1.1.0-macos-universal.dmg |
macOS, Intel and Apple Silicon, signed and notarized |
Tetiva-1.1.0-windows-amd64-installer.exe |
Windows x64 |
Tetiva-1.1.0-windows-arm64-installer.exe |
Windows ARM64 |
Tetiva-1.1.0-linux-amd64.deb |
Ubuntu 22.04+, needs GTK 3 and WebKit2GTK 4.1 |
The Windows installers and the Linux package are not signed yet, so SmartScreen will warn on Windows.
Full list of changes: CHANGELOG.md