Save API requests as plain text files you can commit and review in Git
Test REST, GraphQL, and XML APIs from one desktop app
Chain requests together so one call's result feeds the next
Let an AI coding assistant list and send your saved API requests through MCP
| jtaoufik/tiger | hotakus/opencode-visual-cache | imgoodbai/mapgogogo | |
|---|---|---|---|
| Stars | 37 | 37 | 37 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Tiger is a free, open source desktop application for testing APIs. An API is a connection point that lets different pieces of software talk to each other. Developers use tools like this to send test requests to those connection points and see what comes back, before writing code that depends on those responses. What sets Tiger apart from older tools like Postman is how it saves your work. Every request you create becomes a plain text file on your own computer, using a simple format called .tiger. Because the files are plain text, you can put them into Git, the version-control system most developers already use for code. That means you can track changes, roll back mistakes, and review API changes in the same pull requests where you review code. No account is required, and nothing leaves your machine unless you choose to share it. Tiger runs as a desktop app on macOS and Windows. It supports REST, GraphQL, and XML-based APIs. You can define sets of variables for different environments (such as development versus production), chain requests together so the result of one feeds into the next call, and run an entire collection of requests in order to check they all succeed. A performance mode fires many requests simultaneously and reports timing numbers including average and worst-case response times. One thing Tiger offers that most similar tools do not is a built-in MCP server. MCP is a protocol that lets AI coding assistants such as Claude or Cursor control external tools. Once you configure Tiger's MCP server, an AI assistant can list your saved requests, inspect their contents, and actually send them on your behalf, without you leaving the chat window. This is the main feature the project emphasizes over its closest open source competitors. Tiger is MIT licensed, at version 0.3.1, and maintained by a single developer.
A free desktop app for testing APIs that saves every request as a plain text file so you can track it in Git, with a built-in server letting AI assistants run your requests.
Mainly TypeScript. The stack also includes TypeScript, Electron, REST.
Free to use, modify, and distribute for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.