Share your ideas, report bugs, and see what's coming next
Hi, just wondering can we have native support for HTTP Digest Authentication in the request authentication options? Currently, Yaak supports Basic…
Could the default use-yaak skill description be shorter and focus on when to use it? It currently includes a long list of capabilities and usage…
All secrets suddenly disappear. After restarting Yaak, they appear again. The entire app becomes partially frozen. I can still select and edit inputs…
Hi Greg! AUR-Maintainer of yaak-bin, yaak-git, yaak-appimage, and formerly (!) the yaak package here. Some exciting news you might have missed: The…
Currently, large responses rendered causes the search field to lag when typing characters. Tested on response payload of 5MB on an M4 Pro with 48GB of…
While trying to test some APIs, it became apparent that here is no way currently to impose / choose the HTTP version (HTTP 1.1, HTTP2 and, perhaps…
if I duplicate request and modify param, the other one’s param got modified as well
When sending a request, I am getting this error: Failed to send request: Client error: reqwest::Error { kind: Request, source:…
I am using rpm build on Fedora 44. For some reason when I click the Check for Updates button, it shows that there are no updates even when there are…
Currently when importing an OpenApi spec that contains OAuth 2 auth, fields like Client ID and Client Secret stay empty. It would be great if the app…
I am trying to import an OpenApi v3.0.4 document. The requests are all just “/api/…” instead of something like “{{BASE_URL}}/api/…”. This…
Currently I am not able to use OAuth 2 auth (grant type: Authorization Code) against an OpenIddict server. It looks like the root cause is because the…
According to https://day.js.org/docs/en/display/format To escape characters, wrap them in square brackets (e.g. [MM]). Unfortunately that doesn’t…
I have an HTTP request to an image generation endpoint that returns a JSON response containing image data encoded in Base64. This request causes Yaak…
Add an optional dropdown for choosing header names and values, alongside the existing inline autocomplete. Off by default, enabled in Settings →…
The Microsoft Entra OAuth 2.0 flow for SPAs requires the token request includes an Origin header. My organization does not grant me access to our…
When Yaak is left idle in the background without any user interaction, it consumes approximately 9 GB of RAM and 30% CPU. This happens even when no…
Steps: create a new HTTP request switch body to JSON enter something into the body right click the request select duplicate see body is empty … or…
When sending a request with a large streamed upload body, the response timer/loading indicator can continue spinning after the server has already…
Exactly the same thing observed happening with both AppImage and .deb installations; and on both Linux Mint 22.3 and Pop!_OS 22.04 This actually…
The spell correction popup displays on macOS for request renaming, and possible other places. Yaak should update the bare <input/> attributes to…
It’s a pretty simple bug: when doing Bulk Edit of environment vars and you paste in something like var:value without the space between the colon and…
Add support for SCIM to allow easier license management for larger organizations.
Hi Greg, Thanks for Yaak — the Tauri + crates workspace architecture is a pleasure to read. While going through the rendering and resolution code…
Consumed 42GB memory while idling, over the course of 3 hours being open. After rebooting and running ramwise against it for about 5 minutes: After…
Given a request URL like: /pets/:petIdentifier/info the :petIdentifier is highlighted and available in the “Params” list. Editing such…
Hey! I can not get Yaak AWS Signature generating working with Ceph’s S3 endpoint. You can reproduce the issue by using this Ceph single-container…
While typing chinese, entering in MacOS means confirming those characters are correct, and clicking the enter twice submits the change, there are two…
I got a problem when try to import Cloudflare API Schema. https://github.com/cloudflare/api-schemas/raw/refs/heads/main/openapi.json I can import, but…
Yaak already shows text/event-stream responses as individual SSE events, which is useful for debugging the stream. For LLM-style streaming APIs, it…
Hi In my Linux machine sending a requests that responds in ≈50ms would take yaak about ≈5 seconds to respond. After investigating, I found that it…
When editing a URL in the request URL input, accepting the http:// autocomplete suggestion can insert the protocol before an existing ://, resulting…
Hello there! I’ve noticed that update caches are stored in /Users/{user}/Library/Caches/app.yaak.desktop/updates and Yaak doesn’t seem to have any…
Yaak’s UI appears to hang on successful gRPC responses (grpc-status: 0) when the response message contains google.protobuf.Any values inside a…
I’ve run into an issue with cookie.value(): My setup involves a login endpoint that sets a co-auth cookie, but the response actually sets cookies…
Large collections (with 1000+ requests) causes poor performance when typing in most places. This affects request URL, body, parameters, headers, auth…
When the response headers exceed a certain size, I am getting the following error: Failed to send request: Client error: reqwest::Error { kind:…
Can you please make it visible when there is information in the info section? Similar to when there are params or headers. Additionally it could be…
Keyboard shortcuts are shifted by one line after Move Selected to Workspace. There should be a forced newline after each shortcut. The width of this…
I’m unable to import this schema. In the logs I see this warning [yaak_plugins::manager] Timeout (5s) waiting for import_request responses…
Set-cookie headers add cookies automatically to the cookie jar. In my case I want to send each request without cookies. So this requires me to click…
When using a GraphQL request in Yaak, the Content-Type header appears to be set internally and cannot be overridden by manually adding a Content-Type…
Description I’m experiencing a TLS connection error when trying to send a request to a private internal service through VPN. The service is hosted…
A follow-up to this issue: I’m now able to start the application and I see the toast warning that the plugin could not be found. This plugin was the…
I’m speculating on that being the cause. Awhile ago I manually installed a faker plugin that didn’t exist elsewhere yet. It installed from a local…
Hello! It appears that the OAuth 2 option “Use External Browser” with callback type “Hosted Redirect” (https://oauth.yaak.app/redirect) does…
I just imported an OpenAPI document with several requests. I noticed that the request info shows the description field as expected but also the text…
For Users who are not signed in, there is a link when viewing feedback to Sign in that is broken. Current link points to https://yaak.app/auth/login…
I usually right click on a folder and like to “Send All”. Since the newest version it is loading and loading and doesnt end. If I send the request…
“Copy as gRPCurl” does not work when the request uses an template tag function logs: [2026-02-23][14:48:13][[37mINFO[0m][yaak_plugins::nodejs]…