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 🦀
Warning: Bolt is experimental software. Expect: * Bugs * Missing features * Breaking changes
Pre-built binaries for Windows, macOS and Linux can be found in the latest release downloads section.
⚠️ Prerequisites
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
Made with ❤️ by 0xHiro