Chapar
Chapar is a simple and easy to use api testing tools aims to help developers to test their api endpoints. it support http and grpc protocols.
Install / Use
/learn @chapar-rest/ChaparREADME
Chapar - Native API Testing Tool
Chapar is an upcoming native API testing tool built with GoLang, designed to simplify and expedite the testing process for developers. While still in its early beta phase, Chapar aims to offer a user-friendly experience with support for both HTTP and gRPC protocols with.
What Chapar means?
Chapar was the institution of the royal mounted couriers in ancient Persia. The messengers, called Chapar, alternated in stations a day's ride apart along the Royal Road. The riders were exclusively in the service of the Great King and the network allowed for messages to be transported from Susa to Sardis (2699 km) in nine days; the journey took ninety days on foot.
Herodus described the Chapar as follows:
There is nothing in the world that travels faster than these Persian couriers. Neither snow, nor rain, nor heat, nor darkness of night prevents these couriers from completing their designated stages with utmost speed.
Herodotus, about 440 BC
State of the project
On the main branch of the repository, you will find the latest development version of Chapar. This version is not yet stable and may contain bugs or incomplete features. We are actively working on improving the application and adding new features.
Current Unreleased Features
- Pre/Post request scripts to set environment variables and read request/response data.
- Console panel to view logs
- New UI design for notifications.
- Many bug fixes and improvements.
You can build the project from the main branch to test the latest features. However, please note that this version is not yet stable and may contain bugs or incomplete features.
Screenshots
<div align="center"> <img src="screenshots/scripting.png" alt="Chapar" width="400"/> <img src="screenshots/requests_details.png" alt="Chapar" width="400"/> <img src="./screenshots/environments.png" alt="Chapar" width="400"/> <img src="./screenshots/post_request.png" alt="Chapar" width="400"/> <img src="./screenshots/workspaces.png" alt="Chapar" width="400"/> <img src="./screenshots/params.png" alt="Chapar" width="400"/> <img src="./screenshots/protofiles.png" alt="Chapar" width="400"/> <img src="./screenshots/grpc_request.png" alt="Chapar" width="400"/> </div>Features
- Create and manage workspaces to organize your API endpoints.
- Create and manage environments to store variables and configurations for your API endpoints.
- Create and manage requests to test your API endpoints.
- Send requests with different methods (GET, POST, PUT, DELETE, PATCH, HEAD, OPTION,CONNECT).
- Send requests with different content types (JSON, XML, Form, Text, HTML).
- Send requests with different authentication methods (Basic, Bearer, API Key, No Auth).
- Send requests with different body types (Form, Raw, Binary).
- Set environment variables from the response of the request using JSONPath.
- Dark mode support.
- Data is stored locally on your machine. and no data is sent to any server.
- Import collections and requests from Postman.
- Support GRPC protocol.
- Support for grpc reflection and proto files.
- Load sample request structure of given grpc method.
- Chaining requests with Pre/Post request option.
Roadmap
- Support WebSocket, GraphQL protocol.
- Python as a scripting language for pre-request and post-request scripts.
- Support for tunneling to servers and kube clusters as pre request actions.
Getting Started
To Get started with Chapar, you can download the latest release from the releases page. Their you can find the latest release for your operating system.
Install on macOS
On macOS, you can install Chapar via Homebrew, download the latest release, or install from Apple's App Store.
Homebrew (recommended)
brew tap chapar-rest/chapar
brew install --cask chapar
To upgrade to the latest version:
brew upgrade --cask chapar
App Store
<a href="https://apps.apple.com/us/app/chapar-rest/id6673918597?mt=12&itscg=30200&itsct=apps_box_badge&mttnsubad=6673918597" style="display: inline-block;"> <img src="https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1743379200" alt="Download on the App Store" style="width: 150px; height: 50px; vertical-align: middle; object-fit: contain;" /> </a> <br/><br/> Note that the App Store version is running in a sandbox environment and if you are already using the downloaded or custom build version, you need to copy your data to the sandbox environment. you can do it by running the following command:cp -r $HOME/.config/chapar $HOME/Library/Containers/rest.chapar.app/Data/.config
or make a symlink to the sandbox environment:
ln -s $HOME/.config/chapar $HOME/Library/Containers/rest.chapar.app/Data/.config
Install From AUR
On Arch-based distros, you can install Chapar from the AUR using your favorite AUR helper:
yay -S chapar-bin
Please note that AUR package is maintained by a community contributor. (@Monirzadeh ) may not be up to date with the latest release.
Install From Source
To install Chapar from source, clone the repository install the dependencies, and run the application using the following commands:
git clone https://github.com/chapar-rest/chapar.git
cd chapar
go build -o chapar .
Dependencies
If you want to build the project from source, you need to install the following dependencies: Chapar is built using Gio library so you need to install the following dependencies to build the project:
for linux follow instructions in gio linux for macOS follow instructions in gio macos
Contributing
We welcome contributions from the community once the early beta is released! If you have ideas, feedback, or wish to contribute, please open an issue or submit a pull request.
Support the Project
You can support the development of Chapar by starring the repository, sharing it with your friends, and contributing to the project. Also you can support the project by donating to the project's wallet.
Supporters
JetBrains generously granted me a year of their open-source support licenses to work on this project.
Related Skills
bluebubbles
341.8kUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
gh-issues
341.8kFetch 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]
healthcheck
341.8kHost security hardening and risk-tolerance configuration for OpenClaw deployments
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps

