Homebrew
The easiest way to install httpmon on macOS or Linux.Go install
Install withgo install. Requires Go 1.21 or later.
httpmon binary in your $GOPATH/bin directory.
Download binary
Download pre-built binaries from the latest GitHub release.| Platform | Architecture | Download |
|---|---|---|
| macOS | arm64 (Apple Silicon) | httpmon_darwin_arm64.tar.gz |
| macOS | amd64 (Intel) | httpmon_darwin_amd64.tar.gz |
| Linux | arm64 | httpmon_linux_arm64.tar.gz |
| Linux | amd64 | httpmon_linux_amd64.tar.gz |
Build from source
Clone the repository and build with Make../httpmon in the project root.

