Skip to main content

Homebrew

The easiest way to install httpmon on macOS or Linux.

Go install

Install with go install. Requires Go 1.21 or later.
This places the httpmon binary in your $GOPATH/bin directory.

Download binary

Download pre-built binaries from the latest GitHub release. Extract and move to your PATH:

Build from source

Clone the repository and build with Make.
The compiled binary is at ./httpmon in the project root.

Verify the installation

Confirm httpmon is installed and accessible.