Skip to main content

Install with Go

The fastest way to install httpmon is with go install. You need Go 1.21 or later.
go install github.com/kostyay/httpmon/cmd/httpmon@latest
This downloads, compiles, and places the httpmon binary in your $GOPATH/bin directory.

Build from source

Clone the repository and build with Make.
git clone https://github.com/kostyay/httpmon.git
cd httpmon
make build
The compiled binary is at ./httpmon in the project root.

Verify the installation

Confirm httpmon is installed and accessible.
httpmon --version
You should see the version number printed to your terminal.