Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bolt Public
forked from relaxedleaf/bolt

Bolt is a desktop application that is designed to make the process of developing and testing APIs easier and more efficient.

License

Notifications You must be signed in to change notification settings

OAyomide/bolt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

247 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord License: MIT GitHub top language

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.

screenshot

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

cargo install boltcli

Usage

bolt

run bolt -h for command line options

Build from source

⚠️ Prerequisites

git clone https://github.com/hiro-codes/bolt
cd bolt
git checkout release
just install-cli # or make install-cli

Features 🚧

  • Http Requests
  • Collections
  • CLI
  • Testing and benchmarking
  • Websockets
  • Logging
  • TCP/UDP

Contributors ✨

Donate/Sponsor ⭐

Buy Me A Coffee

Made with ❤️ by 0xHiro

About

Bolt is a desktop application that is designed to make the process of developing and testing APIs easier and more efficient.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Rust 86.7%
  • CSS 9.0%
  • JavaScript 3.5%
  • HTML 0.8%