Apidash
API Dash is a beautiful AI-powered open-source cross-platform (Desktop & Mobile) API Client built using Flutter which can help you easily create & customize your HTTP & GraphQL API requests, visually inspect responses and generate API integration code. A lightweight alternative to postman/insomnia.
Install / Use
/learn @foss42/ApidashREADME
API Dash ⚡️
<a href="https://discord.com/invite/bBeSdtJ6Ue" target="_blank"><img src="https://img.shields.io/badge/DISCORD-JOIN%20SERVER-5663F7?style=for-the-badge&logo=discord&logoColor=white" alt="Discord Server Invite"></a><br> <img src="https://trendshift.io/api/badge/repositories/9734" alt="foss42%2Fapidash | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/> <a href="https://summerofcode.withgoogle.com/programs/2025/organizations/api-dash" target="_blank"><img src="https://github.com/foss42/apidash/assets/615622/493ce57f-06c3-4789-b7ae-9fa63bca8183" alt="GSoC" width="400"></a>
| GSoC 2026 | Link | | ----------------- | ---------------------------------------------------------- | | List of Ideas | Link | | Application Guide | Link | | Weekly Connect Meeting for GSoC Participants | Link | | Discord Channel | Link |
Please support this initiative by giving this project a Star ⭐️
API Dash is a beautiful AI powered open-source cross-platform API Client that can help you easily create & customize your API requests, visually inspect responses (full list of supported mime-types) and generate API integration code (full list) on the go.

Download
API Dash can be downloaded from the links below:
<table> <thead> <tr> <th>OS</th> <th>Distribution</th> <th>CPU/Architecture</th> <th>Download Link</th> </tr> </thead> <tbody> <tr> <td>iOS/iPad</td> <td>App Store</td> <td></td> <td><a href="https://apps.apple.com/us/app/api-dash-api-client-testing/id6711353348">Link</a></td> </tr> <tr> <td>macOS</td> <td><code>.dmg</code></td> <td>Apple Silicon & Intel</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td>Windows</td> <td><code>.exe</code></td> <td>64-bit</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td rowspan=5>Linux</td> <td rowspan=2><code>.deb</code></td> <td>amd64</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td>arm64</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td rowspan=2><code>.rpm</code></td> <td>x86_64</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td>aarch64</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> <tr> <td><code>PKGBUILD</code> (Arch Linux)</td> <td>x86_64</td> <td><a href="https://github.com/foss42/apidash/blob/main/doc/dev_guide/setup_run.md">Link (Dev)</a></td> </tr> </tbody> </table>List of Features
| API Type | Supported | | --- | --- | | HTTP | ✅ | | GraphQL | ✅ | | SSE/Streaming | ✅ | | AI | ✅ | | WebSocket | https://github.com/foss42/apidash/issues/15 | | MQTT | https://github.com/foss42/apidash/issues/115 | | gRPC | https://github.com/foss42/apidash/issues/14 |
| Import Collection From | Supported | | --- | --- | | Postman | ✅ | | cURL | ✅ | | Insomnia | ✅ | | OpenAPI | ✅ | | hurl | https://github.com/foss42/apidash/issues/123 | | HAR | ✅ |
↗️ Create & Customize API Requests
- Create different types of HTTP requests (
GET,HEAD,POST,PATCH,PUTandDELETE). - Easily manipulate and play around with request inputs like
headers,query parametersandbody. - Full support to send text content with 🥳 Unicode/Emoji and preview any API response containing Unicode/Emoji.
- Create GraphQL requests with
headersandquery.
💼 Organize Requests in Collections & Folders
- Create collections and folders to organize your requests.
- Press and Drag to Re-arrange requests.
- Click and open popup menu to rename, duplicate and delete a request.
🔎 Visually Preview and Download Data & Multimedia API Responses
- Inspect the API Response (HTTP status code, error message, headers, body, time taken).
- View formatted code previews for responses of various content types like
JSON,XML,YAML,HTML,SQL, etc. - API Dash helps explore, test & preview Multimedia API responses which is not supported by any other API client. You can directly test APIs that return images, PDF, audio & more. Check out the full list of supported MIME types/formats here.
- Save 💾 response body of any mimetype (
image,text, etc.) directly in theDownloadsfolder of your system by clicking on theDownloadbutton.
👩🏻💻 Code Generation
- We started out as the only open source API client which supported advanced Dart code generation to easily integrate APIs in Dart/Flutter projects or to directly run it on DartPad. With time we have added more code-gens and currently API Dash supports generation of well-tested integration codes for JavaScript, Python, Kotlin & various other languages. You can check out the full list of supported languages/libraries.
🌙 Full Dark Mode Support
- Easily switch between light mode and dark mode.
💾 Data
- Data is persisted locally on the disk. To save the current snapshot, just press the Save button in the collection pane.
- Click and open the collection/folder popup menu to export it as HAR. This can be version controlled & can be directly imported in other API Clients like Postman, Paw, etc.
- Export your entire data into a HAR (HTTP Archive) file. To access this option goto
Settings > Export Data.
⚙️ Settings & Other Options
- Customize various options using a dedicated Settings screen.
- Window Configuration (Size & Position) is persisted and restored on app start. (Only macOS & Windows)
AI Requests
API Dash lets you test AI APIs of various providers (or your own).
<img width="1053" height="712" alt="aireq1" src="https://github.com/user-attachments/assets/a696123a-24bb-4f1f-83d4-37d32da136fc" />DashBot
Dashbot is the AI assistant available in API Dash (powered by local or cloud LLM) so that you can interact with your requests to debug it, generate code, generate doc, and many more.
<img width="1470" height="956" alt="dashbot_tab" src="https://github.com/user-attachments/assets/b67b42dc-6281-4c71-bd85-b70199f3cfbd" />❤️ Supported by
<a href="https://www.testmuai.com/?utm_medium=sponsor&utm_source=apidash" target="_blank"> <img width="200" height="60" alt="testmu-ai-logo" src="https://github.com/user-attachments/assets/a40dde8e-6068-4993-98e4-ffb90c082f30" /> </a>Code Generators
API Dash currently supports API integration code generation for the following languages/libraries.
| Language | Library | Comment/Issues |
| ---------------------- | ------------- | ------- |
| cURL | | |
| HAR | | |
| C | libcurl | |
| C# | HttpClient | |
| C# | RestSharp | |
| Dart | http | |
| Dart | dio | |
| Go | net/http | |
| JavaScript | axios | |
| JavaScript | fetch | |
| JavaScript (node.js) | axios | |
| JavaScript (node.js) | fetch | |
| Java | asynchttpclient | |
| Java | HttpClient | |
| Java | okhttp3 | |
| Java | Unirest | |
| Julia | HTTP | |
| Kotlin | okhttp3 | |
| PHP | curl | |
| PHP | guzzle | |
| PHP | HTTPlug | |
| Python | requests | |
| Python | http.client | |
| Ruby | faraday | |
| Ruby | net/http | |
| Rust | hyper | |
| Rust | reqwest | |
| Rust | ureq | |
| Rust | Actix Client | |
| Swift | Alamofire | |
| Swift | URLSession | |
MIME Types supported by API Dash Response Previewer
API Dash is a next-gen API client that supports exploring, testing & previewing various data & multimedia API responses which is limited/not supported by other API clients. You can directly test APIs that return images, PDF, audio & more.
Here is the complete list of MIME types that can be directly previewed in API Dash:
Related Skills
canvas
332.9kCanvas Skill Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android). Overview The canvas tool lets you present web content on any connected node's canvas view. Great for: -
gh-issues
332.9kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
332.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
332.9kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
