# Alternatives to Yaak

Local-first API client without accounts.

Yaak ranks #3 of 6 in API clients, with an Alt Score of 96. It is licensed under MIT, freemium from Free and available on Windows, macOS and Linux. 12 of 12 checklist rows are verified against a public source.

Source: https://altcatalog.com/alternatives/yaak/
Category: API clients

## Overview

- **Who it's for**: Developers and teams who test and manage REST, GraphQL, gRPC, and WebSocket APIs and want a Postman/Insomnia alternative that keeps data local rather than in a vendor cloud.
- **What you get**: A desktop API client supporting HTTP, GraphQL, gRPC, WebSocket, and SSE requests, with OAuth 1/2, AWS v4, JWT, Basic, Bearer, and API Key authentication. Requests, environments, and variables are stored as local files that sync via Git (or Dropbox), with optional ChaCha20-Poly1305-encrypted secrets in the OS keychain. It imports existing collections from Postman, Insomnia, OpenAPI, Curl, and Swagger. It's open source (MIT license), has no telemetry, and doesn't require an account.
- **How it works**: Yaak runs fully offline as a native desktop app with no cloud backend; requests and config are saved as plain-text files on disk that Git can version and diff like code.

## Profile

- **License**: MIT (verified 2026-07-08)
- **Pricing model**: Freemium (verified 2026-07-08)
- **Starts at**: Free (verified 2026-07-08)
- **Platforms**: Windows, macOS, Linux
- **Status**: active (verified 2026-07-08)

## Ranked alternatives

| # | App | Alt Score | Licence | Platforms |
|---|-----|-----------|---------|-----------|
| 1 | [Bruno](https://altcatalog.com/alternatives/bruno.md) | 100 | MIT | Windows, macOS, Linux |
| 2 | [Insomnia](https://altcatalog.com/alternatives/insomnia.md) | 100 | Apache-2.0 | Windows, macOS, Linux |
| 3 | [Hoppscotch](https://altcatalog.com/alternatives/hoppscotch.md) | 85 | MIT | Web, Windows, macOS, Linux |
| 4 | [Postman](https://altcatalog.com/alternatives/postman.md) | 78 | Proprietary | Windows, macOS, Linux, Web |
| 5 | [HTTPie](https://altcatalog.com/alternatives/httpie.md) | 55 | BSD-3-Clause | Windows, macOS, Linux, Web |

Alt Score = Verified coverage (90%) + Visibility (10%). See https://altcatalog.com/how-alt-score-works/

## Feature comparison

Legend: Yes / No / Partial / ? (not verified).

| API clients checklist | Yaak | Bruno | Insomnia | Hoppscotch | Postman | HTTPie |
|---|---|---|---|---|---|---|
| Pricing model | Freemium | Freemium | Freemium | OSS + paid hosting | Freemium | Freemium |
| Starts at | Free | Free | Free | Free | $9/month | Free |
| License | MIT | MIT | Apache-2.0 | MIT | Proprietary | BSD-3-Clause |
| Platforms | Windows, macOS, Linux | Windows, macOS, Linux | Windows, macOS, Linux | Web, Windows, macOS, Linux | Windows, macOS, Linux, Web | Windows, macOS, Linux, Web |
| Collections & environments | Yes | Yes | Yes | Yes | Yes | Yes |
| Local-first storage (no forced cloud) | Yes | Yes | Yes | Partial | No | Yes |
| Git-friendly formats | Yes | Yes | Yes | Partial | Yes | No |
| GraphQL support | Yes | Yes | Yes | Yes | Yes | Yes |
| gRPC support | Yes | Yes | Yes | ? | Yes | No |
| WebSocket support | Yes | Yes | Yes | Yes | Yes | No |
| Scripting / pre-request hooks | Yes | Yes | Yes | Yes | Yes | No |
| CLI runner | Yes | Yes | Yes | Yes | Yes | Yes |
| Open source | Yes | Yes | Yes | Yes | No | Yes |
| Team collaboration | Partial | Yes | Yes | Yes | Yes | No |
| OpenAPI import | Yes | Yes | Yes | Yes | Yes | No |
| Offline use | Yes | Yes | Yes | Yes | No | Yes |

## Sources

Sources for Yaak. Each alternative is sourced on its own page.

- **License**: MIT — <https://raw.githubusercontent.com/yaakapp/app/main/LICENSE> (verified 2026-07-08)
  - Quote: “MIT License

Copyright (c) 2024 Yaak

Permission is hereby granted, free of charge, to any person obtaining a copy of this software”
- **Pricing model**: Freemium — <https://yaak.app/pricing> (verified 2026-07-08)
  - Quote: “Yaak is free for personal use. A license is only required when using Yaak at work.”
- **Starts at**: Free — <https://yaak.app/pricing> (verified 2026-07-08)
  - Quote: “Yaak is free for personal use. A license is only required when using Yaak at work.”
- **Platforms**: Windows, macOS, Linux — <https://github.com/yaakapp/app/releases/tag/v2026.4.0> (verified 2026-07-08)
  - Quote: “Yaak_2026.4.0_x64-setup.exe, Yaak_2026.4.0_x64.dmg, yaak_2026.4.0_amd64.AppImage, yaak_2026.4.0_amd64.deb”
- **Status**: active — <https://github.com/yaakapp/app> (verified 2026-07-08)
  - Note: 270+ releases; actively developed.
  - Quote: “Send requests via REST, GraphQL, gRPC, WebSocket, or Server-Sent Events.”
- **Collections & environments**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Group requests into workspaces and nested folders. Use environment variables to switch between dev, staging, and prod.”
- **Local-first storage (no forced cloud)**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Yaak is an offline-first API client ... No telemetry, no VC funding, and no cloud lock-in.”
- **Git-friendly formats**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Mirror workspaces to your filesystem for versioning in Git or syncing with Dropbox.”
- **GraphQL support**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Send requests via REST, GraphQL, gRPC, WebSocket, or Server-Sent Events.”
- **gRPC support**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Send requests via REST, GraphQL, gRPC, WebSocket, or Server-Sent Events.”
- **WebSocket support**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Send requests via REST, GraphQL, gRPC, WebSocket, or Server-Sent Events.”
- **Scripting / pre-request hooks**: Yes — <https://yaak.app/docs> (verified 2026-07-08)
  - Quote: “Pre/post request scripting, Request chaining (scripting), Template functions”
- **CLI runner**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/crates-cli/yaak-cli/README.md> (verified 2026-07-08)
  - Quote: “The ability to send entire workspaces and folders (Supports --parallel and --fail-fast)”
- **Open source**: Yes — <https://yaak.app/pricing> (verified 2026-07-08)
  - Quote: “Yaak is open source under the MIT license. You can view, modify, and run the source code for both personal and commercial use.”
- **Team collaboration**: Partial — <https://yaak.app/pricing> (verified 2026-07-08)
  - Note: Collaboration via Git sync; paid Business adds SSO — no real-time multi-user editing.
  - Quote: “Transferable licenses between team members, SSO and user provisioning capabilities”
- **OpenAPI import**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Import collections from Postman, Insomnia, OpenAPI, Swagger, or Curl.”
- **Offline use**: Yes — <https://raw.githubusercontent.com/yaakapp/app/main/README.md> (verified 2026-07-08)
  - Quote: “Yaak is an offline-first API client designed to stay out of your way”

---
Ranked by verified data, never by who paid. https://altcatalog.com/trust/