Downloads:
13
Downloads of v 2024.9.0:
5
Last Update:
18 Jul 2025
Published Date:
18 Jul 2025
Package Maintainer(s):
Software Author(s):
- Mountain Loop
Tags:
Yaak
(Ready for review)
- 1
- 2
- 3
2024.9.0 | Updated: 18 Jul 2025
Downloads:
13
Downloads of v 2024.9.0:
5
Published:
18 Jul 2025
Maintainer(s):
Software Author(s):
- Mountain Loop
Yaak 2024.9.0
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mountain Loop. The inclusion of Mountain Loop trademark(s), if any, upon this webpage is solely to identify Mountain Loop goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Yaak is a desktop API client for interacting with REST, GraphQL, Server Sent Events (SSE), WebSocket, and gRPC
APIs. It's built using Tauri, Rust, and ReactJS.
Feature Overview
- 🪂 Import data from Postman, Insomnia, OpenAPI, Swagger, or Curl.
- 📤 Send requests via REST, GraphQL, Server Sent Events (SSE), WebSockets, or gRPC.
- 🔐 Automatically authorize requests with OAuth 2.0, JWT tokens, Basic Auth, and more.
- 🔎 Filter response bodies using JSONPath or XPath queries.
- ⛓️ Chain together multiple requests to dynamically reference values.
- 📂 Organize requests into workspaces and nested folders.
- 🧮 Use environment variables to easily switch between Prod and Dev.
- 🛡️ Secure arbitrary text values with end-to-end encryption
- 🏷️ Send dynamic values like UUIDs or timestamps using template tags.
- 🎨 Choose from many of the included themes, or make your own.
- 💽 Mirror workspace data to a directory for integration with Git or Dropbox.
- 📜 View response history for each request.
- 🔌 Create your own plugins for authentication, template tags, and more!
- 🛜 Configure a proxy to access firewall-blocked APIs
Useful Resources
From: https://github.com/mountain-loop/yaak/blob/v2024.9.0/LICENSE
LICENSE
MIT License
Copyright (c) 2024 Yaak
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to https://github.com/mountain-loop/yaak/releases/tag/v2024.9.0, and download from there.
x86 (64-bit): https://github.com/mountain-loop/yaak/releases/download/v2024.9.0/Yaak_2024.9.0_x64-setup.exe
to download the executables. You may wish to rename one of the files.
2. You can use one of the following methods to obtain the SHA512 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum x86 (64-bit): 8d11e019ee3591b3454f52930196c73754d51d65c99619c9cde948349a316dcc599184f2ed79b970c62e5c7110160e9f7fae7e92a061a2652918b0f2e7c5ce79
File 'LICENSE.txt' obtained from:
https://github.com/mountain-loop/yaak/blob/v2024.9.0/LICENSE
$ErrorActionPreference = 'Stop';
$PackageName = $env:ChocolateyPackageName.Split(".")[0];
[array] $key = Get-UninstallRegistryKey "PackageName*";
if ($key.Count -eq 1) {
$key | ForEach-Object {
$PackageArgs = @{
PackageName = $PackageName
SilentArgs = "/S"
FileType = 'EXE'
ValidExitCodes = @(0)
File = "$($_.UninstallString.Replace(' /x86=0', ''))"
}
Uninstall-ChocolateyPackage @PackageArgs
}
}
elseif ($key.Count -eq 0) {
Write-Warning "$PackageName has already been uninstalled by other means."
}
elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
md5: 28C0E8312C5FFB82780AF4DF4E35B732 | sha1: 0DEABC9857312DA184AE441368274A809ED9DDEB | sha256: 604EA81EBB504D9D1CBBA26A1549CBA25775532D41F1E8981D4CDA5539595AD6 | sha512: 8D11E019EE3591B3454F52930196C73754D51D65C99619C9CDE948349A316DCC599184F2ED79B970C62E5C7110160E9F7FAE7E92A061A2652918B0F2E7C5CE79
Log in or click on link to see number of positives.
- yaak.2024.9.0.nupkg (a0feb2ed2b1d) - ## / 66
- yaak-installer.exe (604ea81ebb50) - ## / 69
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Copyright © 2023 - 2025, Mountain Loop
This package has no dependencies.
Ground Rules:
- This discussion is only about Yaak and the Yaak package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Yaak, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
Starz0r (maintainer) on 18 Jul 2025 19:55:15 +00:00:
User 'Starz0r' (maintainer) submitted package.
chocolatey-ops (reviewer) on 18 Jul 2025 20:32:48 +00:00:
yaak has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 18 Jul 2025 21:05:13 +00:00:
yaak has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/18c9a04729c4f9f3e8ef925012ee90ff for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 18 Jul 2025 21:33:38 +00:00:
yaak has passed automated virus scanning.