[](https://discord.gg/yMEKS2hk)
[](https://opensource.org/licenses/MIT)
[](https://github.com/hiro-codes/bolt/search?l=rust)
# Bolt ⚡
Bolt is a desktop application that is designed to make the process of developing and testing APIs easier and more efficient. Like Postman, but open source and written in Rust 🦀

## Installation
> **Warning**: Bolt is experimental software. Expect:
> * Bugs
> * Missing features
> * Breaking changes
### Download pre-built binaries
Pre-built binaries for Windows, macOS and Linux can be found in the [latest release](https://github.com/hiro-codes/bolt/releases/latest) downloads section.
### Build from source 👩💻
> ⚠️ Prerequisites
>
> * [Rust](https://www.rust-lang.org/tools/install)
> * [Make](https://www.gnu.org/software/make/#download) or [just](https://github.com/casey/just)
```bash
git clone https://github.com/hiro-codes/bolt
```
```bash
cd bolt
```
```bash
git checkout release
```
```bash
just setup # or make setup
```
```bash
just build # or make build
```
## Features 🚧
* [x] Http Requests
* [x] Collections
* [x] CLI
* [ ] Testing and benchmarking
* [ ] Websockets
* [ ] Logging
* [ ] TCP/UDP
## Contributors ✨
<a href="https://github.com/hiro-codes/bolt/graphs/contributors">
<img src="https://contrib.rocks/image?repo=hiro-codes/bolt" />
</a>
## Donate/Sponsor ⭐
<a href="https://www.buymeacoffee.com/0xhiro" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-white.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
Made with ❤️ by [0xHiro](https://twitter.com/hiro_codes)