# Installer nbping avec Homebrew, Nix, zypper, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de nbping pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:nbping
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install nbping
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#nbping
```

  Preuve: nixpkgs package indexes: pkgs/by-name/nb/nbping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install nbping
```

  Preuve: openSUSE Tumbleweed package metadata: nbping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/nbping
```

  Preuve: Scoop official bucket manifest trees: bucket/nbping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:nbping
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.7.1
- **Résumé source:** Ping Tool in Rust with Real-Time Data and Visualizations
- **Page d'accueil:** <https://github.com/hanshuaikang/NBping>
- **Dépôt:** <https://github.com/hanshuaikang/NBping>
- **Dernière mise à jour:** 2026-07-04T16:53:44+09:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- nbping (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.7.1
## Historique du projet et usages

NBping is a Rust ping tool with a terminal UI for concurrent targets, live graph/table/point/sparkline views, TCP and IP range ping support, YAML configuration, output logging, and a Prometheus exporter mode.

### Historique du projet

The repository was created on 2024-12-21. The project was first surfaced under the Nping name, but the README includes an explicit renaming notice that the project was officially renamed from Nping to NBPing and that the old name is deprecated.

The README positions it as a visual ping tool rather than a packet-crafting suite: its examples focus on pinging multiple hostnames at intervals, switching terminal views, saving results, and exporting metrics for Prometheus and Grafana.

### Historique d'adoption

GitHub API data retrieved on 2026-07-01 showed 2,208 stars and 90 forks, unusually high for a young single-purpose network CLI. The README also displays HelloGitHub and Trendshift badges and thanks several Chinese open-source and operations media channels for reposting or paying attention to the project.

Homebrew Formulae reported stable version 0.7.1 and 596 installs over the prior 365 days. The package-manager footprint in the input record also includes Nix, Scoop, and zypper, which fits a cross-platform CLI distributed mainly as a developer/operator convenience tool.

### Modes d'utilisation

Operators and CLI nerds use nbping when ordinary ping output is too flat: compare several hosts side by side, watch latency update in a terminal graph or table, set count and interval flags, choose the initial view, and optionally write results to a file.

Exporter mode is the more operations-flavored path: run nbping exporter with targets, interval, and port, then scrape /metrics with Prometheus and visualize the latency data in Grafana.

### Pourquoi les passionnés de paquets s'y intéressent

NBping is part of the Rust terminal-ops wave: small static-feeling CLIs with polished TUIs that replace old Unix output streams for humans while keeping enough flags and export modes for automation.

### Chronologie

- 2024-12-21: hanshuaikang/NBping repository created.
- 2025-09-10: v0.5.0 release published.
- 2026-01-01: v0.6.0 release published.
- 2026-06-28: v0.7.1 release published.
- 2026-07-01: Homebrew Formulae reported stable version 0.7.1.

### Related projects

- Prometheus
- Grafana
- Rust terminal UI tooling

### Sources

- <https://api.github.com/repos/hanshuaikang/NBping>
- <https://api.github.com/repos/hanshuaikang/NBping/releases>
- <https://formulae.brew.sh/api/formula/nbping.json>
- <https://github.com/hanshuaikang/NBping>
- <https://raw.githubusercontent.com/hanshuaikang/NBping/main/README.md>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour nbping. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - nbping: normalized package name match | nixpkgs package indexes: pkgs/by-name/nb/nbping/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - nbping - 0.7.1-1.3: normalized package name match | openSUSE Tumbleweed package metadata: nbping from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A ping tool with real-time data and visualizations | https://github.com/hanshuaikang/Nping
- Scoop - main/nbping: normalized package name match | Scoop official bucket manifest trees: bucket/nbping.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/nbping.yml](https://github.com/mxcl/pkgdb/blob/main/combined/nbping.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
