Skip to content

0.1.0 - 2026-07-28

Choose a tag to compare

@github-actions github-actions released this 28 Jul 00:37
943021c

Release Notes

Added

  • Command-line options for probe count, interval, and timeout.
  • DNS validation before probing, with resolved address output.
  • Per-probe timestamps, status or error details, and response-header timing.
  • Final response and latency statistics.
  • Static Linux, macOS, and Windows release archives and installers.

Install httping 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/stianfro/httping/releases/download/v0.1.0/httping-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/stianfro/httping/releases/download/v0.1.0/httping-installer.ps1 | iex"

Download httping 0.1.0

File Platform Checksum
httping-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
httping-x86_64-apple-darwin.tar.xz Intel macOS checksum
httping-x86_64-pc-windows-msvc.zip x64 Windows checksum
httping-aarch64-unknown-linux-musl.tar.xz ARM64 MUSL Linux checksum
httping-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum