macOS
brew install gpinglocal Homebrew formula metadata
sudo port install gpingMacPorts ports tree · net/gping/Portfile · source: api.github.com
brew
Ping, but with a graph. Version 1.20.4 via Homebrew; verified 2026-06-25. Also installable with debian: sudo apt install gping.
install
brew install gpinglocal Homebrew formula metadata
sudo port install gpingMacPorts ports tree · net/gping/Portfile · source: api.github.com
sudo apk add gpingAlpine Linux edge package indexes · gping · source: dl-cdn.alpinelinux.org
sudo apt install gpingDebian stable package indexes · gping · source: deb.debian.org
nix profile install nixpkgs#gpingnixpkgs package indexes · pkgs/by-name/gp/gping/package.nix · source: api.github.com
sudo pacman -S gpingArch Linux sync databases · gping · source: geo.mirror.pkgbuild.com
sudo zypper install gpingopenSUSE Tumbleweed package metadata · gping · source: download.opensuse.org
choco install gpingChocolatey community package catalog · gping · source: community.chocolatey.org
scoop install main/gpingScoop official bucket manifest trees · bucket/gping.json · source: api.github.com
winget install --id orf.gping -eWindows Package Manager source index · orf.gping · source: cdn.winget.microsoft.com
overview
Ping, but with a graph
history
gping is a Rust terminal network utility that keeps the familiar mental model of ping but adds an inline graph of response times. Its README positions it as 'Ping, but with a graph' and documents use with one or more hosts, command timing through --cmd, color choices, and support across Windows, macOS, and Linux.
The project matters in package-manager culture because it is a small, memorable CLI replacement that turns a plain diagnostic stream into a visual terminal display without asking users to leave the shell.
The public project lives at orf/gping on GitHub and is organized as a Rust CLI with a manual page and a companion pinger component. Its repository page describes an active command-line tool with hundreds of commits and dozens of release artifacts.
The 2024 tag history shows separate gping and pinger release tags, indicating that the project evolved from a single end-user command into a small Rust workspace where the lower-level ping implementation can move alongside the CLI.
The README documents installation through Homebrew, MacPorts, Scoop, Chocolatey, Fedora COPR, Cargo, Arch, Alpine, Debian/Ubuntu, FreeBSD, Docker, Flox, and gah. The input package-manager map also records coverage across apk, brew, Chocolatey, Debian, MacPorts, Nix, pacman, Scoop, Ubuntu, winget, and zypper.
Homebrew packages gping as a Rust-built formula with binary bottle support for macOS and Linux, which is a strong fit for a tool whose value is immediate command-line ergonomics rather than a service or daemon.
The common workflow is to run gping with a host or list of hosts and watch latency over time in the terminal. The README also documents --cmd for graphing command execution time, cloud shorthand targets such as AWS regions, adjustable watch intervals, graph buffer length, address-family forcing, interface selection, simple graphics, and named or hex colors.
Because it stays close to ping, gping is often useful for live troubleshooting: comparing hosts, watching intermittent latency, or leaving a terminal graph visible while changing networks or testing a remote endpoint.
gping is the kind of package that travels well across package managers: one obvious executable name, a compact Rust binary, no background service, and immediate terminal-visible payoff. It is also a good example of the modern 'better Unix tool' pattern where an old primitive is kept but made more observable.
For maintainers, it is a network utility with platform-sensitive behavior, so package metadata tends to expose conflicts and platform packaging details even though the user-facing command is simple.
security posture
No matching local secret-handling manifest was found for gping. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gping | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:gping |
|---|---|
| Version | 1.20.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gping |
| Homepage | https://github.com/orf/gping |
| Repository | https://github.com/orf/gping |
| Upstream docs | https://github.com/orf/gping#readme |
| License | MIT |
| Source archive | https://github.com/orf/gping/archive/refs/tags/gping-v1.20.4.tar.gz |
| Last updated | 2026-06-25T09:00:02Z |
| Pulse | updated |
| Build dependencies | pkgconf, rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gping |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gping 1.19.0-3+b1
ping, but with a graph
sudo apt install gpinggping
nix profile install nixpkgs#gpinggping 1.16.0-1
ping, but with a graph
sudo apt install gpinggping 1.20.1-r0
Ping, but with a graph
sudo apk add gpinggping 1.20.1-1
Ping, but with a graph
sudo pacman -S gpinggping 1.20.1-1.3
Ping, but with a graph
sudo zypper install gpinggping
sudo port install gpinggping
choco install gpingmain/gping
scoop install main/gpingorf.gping
winget install --id orf.gping -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.