Installation
Instructions to installing HttpRider on different systems.
MacOSX
Download and install the latest release from
As the application is not available on AppStore, you may have to manually accept that you’d like to open this app.
Go to Mac Preferences
And click “Open Anyway”
Windows
Linux
It is easy to setup HttpRider from source. Make you that you have Python3+ installed on your machine.
Download latest release
$ cd http-rider-master # Unzipped folder name
$ python3 --version # To validate python installation
$ make setup
$ make run
Last modified 31.05.2020: Updated docs (21153ce)