Next-Gen API Development Tool — Advanced API Debugging Proxy & REST Client
🌐 Website · 📥 Download · 📖 Docs · 💎 Pricing · 𝕏 Twitter
Reqable (reqable.com) is a next-generation API debugging and testing one-stop solution. It fully supports HTTP/1.1, HTTP/2, and partially supports HTTP/3 (QUIC). Available on Windows, macOS, Linux, Android, and iOS.
This GitHub organization hosts the open-source projects from the Reqable ecosystem — core Flutter/Dart libraries, developer tooling, documentation, and community resources that power the Reqable product and beyond.
⚠️ Note: The Reqable application itself is not open source. Thereqable-apprepository is used solely for issue tracking and user feedback.
These are independent, reusable libraries extracted from the Reqable project, available on pub.dev.
| Project | Description | Stars | License |
|---|---|---|---|
| re-editor | A powerful lightweight text & code editor widget for Flutter. Features syntax highlighting, code folding, autocomplete, search & replace, and more. | MIT | |
| re-highlight | A powerful syntax highlighter for Dart/Flutter. Translated from highlight.js, supports dozens of languages and themes. | MIT | |
| re-markdown | A lightweight Markdown preview widget for Flutter. Supports syntax highlighting, streaming rendering, and full style customization. | MIT | |
| re-xdg-utils | XDG desktop utilities for Flutter desktop apps (Linux). | Other |
Developer tools that extend Reqable's capabilities or integrate it into custom workflows.
| Project | Description | Stars | License |
|---|---|---|---|
| reqable-mcp-server | MCP (Model Context Protocol) server that connects AI assistants (like Claude, Copilot) to Reqable. Enables AI-driven API debugging, traffic analysis, rule creation, and more. | MIT | |
| python-scripting-api | Python scripting framework for Reqable. Write Python scripts to intercept, modify, and process HTTP requests/responses. Available on PyPI as reqable-scripting. |
— | |
| python-scripting-templates | A collection of commonly used Python script templates for Reqable, covering encryption/decryption, signing, logging, and more. | — | |
| android-certificate-trust | Make your Android app trust user-installed CA certificates — essential for HTTPS debugging with Reqable on Android. | — |
| Project | Description | Stars |
|---|---|---|
| reqable-docs | Official documentation for Reqable, built with MDX. | |
| reqable-i18n | Internationalization (i18n) text resources for the Reqable application. | |
| reqable-blogs | Official blog content published on the Reqable website. |
| Project | Description | Stars |
|---|---|---|
| report-server-example | Example implementation of a Reqable report server in Python. |
graph TD
A[Re-Highlight<br/>Syntax Highlighter] --> B[Re-Editor<br/>Code Editor Widget]
A --> C[Re-Markdown<br/>Markdown Widget]
D[Python Scripting API] --> E[Python Scripting Templates]
G[Reqable MCP Server] --> H[AI Agent Integration]
style A fill:#ff9800,color:#fff
style B fill:#4caf50,color:#fff
style C fill:#4caf50,color:#fff
style D fill:#2196f3,color:#fff
style G fill:#9c27b0,color:#fff
- Re-Highlight is the foundation — it powers syntax highlighting in both Re-Editor and Re-Markdown.
- Python Scripting API is the core framework, with Python Scripting Templates and Report Server Example built on top.
- Reqable MCP Server is a standalone bridge connecting Reqable to the AI ecosystem.
We welcome contributions! Whether it's bug reports, feature requests, documentation improvements, or code contributions — please feel free to open an issue or pull request in the relevant repository.
For the Reqable application itself, please use the reqable-app issue tracker.
- Email: coding@reqable.com
- Twitter/X: @reqable
- Website: https://reqable.com
© Reqable · Made with ❤️ for developers