pkg.soopen package index

brew / 排名 2237

使用 Homebrew, apk, MacPorts, Nix, pacman, scoop 安装 bandwhich

查看 bandwhich 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install bandwhich

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install bandwhich

MacPorts ports tree · net/bandwhich/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add bandwhich

Alpine Linux edge package indexes · bandwhich · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#bandwhich

nixpkgs package indexes · pkgs/by-name/ba/bandwhich/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S bandwhich

Arch Linux sync databases · bandwhich · 来源: geo.mirror.pkgbuild.com

Windows

Scoop已验证 · 92%
scoop install main/bandwhich

Scoop official bucket manifest trees · bucket/bandwhich.json · 来源: api.github.com

概览

软件包摘要

Terminal bandwidth utilization tool

命令和别名

  • bandwhich

历史

项目历史与用法

bandwhich is a Rust terminal utility for showing current network utilization by process, connection, and remote host. It fills the same everyday-admin niche as tools like iftop and nethogs, but with a modern cross-platform Rust implementation and a terminal UI.

项目历史

The official repository history begins in September 2019. The README describes a packet-sniffing tool that cross-references captured traffic with process information from /proc on Linux, lsof on macOS, and WinAPI on Windows.

The changelog shows fast early iteration through 2020, including raw output, UI changes, Windows support, DNS controls, and cross-platform fixes. The current README says the project is in passive maintenance: critical issues are addressed, but new features are not actively developed without more maintainers.

采用历史

bandwhich moved beyond Cargo-only installation into OS package managers. The official INSTALL.md documents Arch, Exherbo, Nix/NixOS, Void, Fedora COPR, Homebrew, MacPorts, FreeBSD, and Cargo installation paths; the supplied package facts additionally list Homebrew, Alpine, MacPorts, Nix, Arch, and Scoop.

使用方式

bandwhich generally needs elevated capture permissions. The README documents Linux setcap and sudo workflows, Windows npcap requirements, interface selection, raw output, reverse-DNS controls, DNS display, and logging options.

Its core use is answering a simple operational question from a terminal: which local process and remote endpoint are currently using bandwidth.

为什么软件包爱好者会关心

bandwhich is package-nerd-interesting because it packages a privileged network sniffer as a single Rust CLI with platform-specific permission notes. Downstream maintainers have to care about capabilities, packet-capture dependencies, manpages/completions, and binary release targets.

It is also a good example of Rust CLI adoption in system administration: a modern replacement-style tool entering classic Unix package channels while still retaining Cargo as an installation fallback.

时间线

  • 2019: Public Git history begins with the initial commit.
  • 2019: 0.3.0 is tagged as an early public release.
  • 2020: 0.18.0 adds Windows build and run support.
  • 2020: 0.20.0 adds an option to specify a DNS server.
  • 2024: 0.23.x releases update packaging, CI, and platform support.
  • 2020s: README marks the project as passively maintained.

Related projects

  • bandwhich is related to iftop, nethogs, tcpdump-style packet capture tools, and Rust terminal UI utilities. Its package-manager peer group is small privileged network-monitoring CLIs.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
bandwhich可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.23.1
管理器更新时间
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:bandwhich
版本0.23.1
软件包管理器Homebrew
主页https://github.com/imsnif/bandwhich
仓库https://github.com/imsnif/bandwhich
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

bandwhich

nix profile install nixpkgs#bandwhich
  • normalized package name match
  • 匹配方式:Bandwhich
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ba/bandwhich/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

bandwhich 0.23.1-r0

Terminal bandwidth utilization tool

https://github.com/imsnif/bandwhich

sudo apk add bandwhich
  • License: MIT
  • Architecture: x86_64
  • Source Package: bandwhich
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Bandwhich
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bandwhich from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

bandwhich 0.23.1-3

Terminal bandwidth utilization tool

https://github.com/imsnif/bandwhich

sudo pacman -S bandwhich
  • License: MIT
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Bandwhich
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bandwhich from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

bandwhich

sudo port install bandwhich
  • normalized package name match
  • 匹配方式:Bandwhich
MacPorts ports tree · api.github.com · MacPorts ports tree: net/bandwhich/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/bandwhich

scoop install main/bandwhich
  • normalized package name match
  • 匹配方式:Bandwhich
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/bandwhich.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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