10 releases
0.12.5 | May 19, 2023 |
---|---|
0.12.4 | May 15, 2023 |
0.11.11 | Apr 25, 2023 |
#1158 in Command line utilities
24 downloads per month
50KB
731 lines
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 🦀
Bolt can also be installed as a CLI app which allows you to run Bolt inside a web browser, with all the features of the Desktop app included.
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 assets section.
Build from source 👩💻
⚠️ Prerequisites
git clone https://github.com/hiro-codes/bolt
cd bolt
git checkout release
just setup # or make setup
just build # or make build
Bolt CLI Installation
Install with Cargo
cargo install boltcli
Install from source
⚠️ Prerequisites
git clone https://github.com/hiro-codes/bolt
cd bolt
git checkout release
just install-cli # or make install-cli
Bolt CLI Usage
bolt
run bolt -h
for command line options
Features 🚧
- Http Requests
- Collections
- CLI
- Testing and benchmarking
- Websockets
- Logging
- TCP/UDP
Contributors ✨
Donate/Sponsor ⭐
Made with ❤️ by 0xHiro
Dependencies
~20–35MB
~625K SLoC