# 使用 Homebrew, Nix, pacman, scoop, zypper 安装 binsider

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

## 安装

```sh
sudo av install brew:binsider
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install binsider
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#binsider
```

  证据: nixpkgs package indexes: pkgs/by-name/bi/binsider/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S binsider
```

  证据: Arch Linux sync databases: binsider from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install binsider
```

  证据: openSUSE Tumbleweed package metadata: binsider from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/binsider
```

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

## 软件包事实

- **软件包键:** brew:binsider
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/binsider>
- **版本:** 0.3.2
- **来源摘要:** Analyzes ELF binaries
- **主页:** <https://binsider.dev/>
- **仓库:** <https://github.com/orhun/binsider>
- **上游文档:** <https://binsider.dev/>
- **许可证:** Apache-2.0 OR MIT
- **源码归档:** <https://github.com/orhun/binsider/archive/refs/tags/v0.3.2.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- binsider (cli)
- binsider (别名)

## 构建依赖

- rust

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.3.2
- 本地数据: OK
- 上游仓库: https://github.com/orhun/binsider
- 检测到的最新版本: v0.3.2 (当前)
- 信息: No package-manager update timestamp was available.
## 项目历史与用法

Binsider is a Rust TUI for analyzing ELF binaries, combining static inspection, dynamic tracing, strings, linked-library views, and hexdumps in one terminal interface.

### 项目历史

The orhun/binsider repository was created in August 2023, and the first crates.io publication and v0.1.0 release arrived in September 2024. The README describes it as a terminal UI for static and dynamic ELF analysis, and the documentation site presents quickstart, installation, and usage pages.

The release history shows rapid early packaging from 0.1.0 in 2024 through 0.3.2 in February 2026.

### 采用历史

Binsider moved quickly into package-manager channels: the supplied package facts list Homebrew, Nix, Arch, Scoop, and openSUSE packages, while the official docs also document Cargo, Arch, Alpine, binary releases, source builds, Docker images, and other installation methods.

### 使用方式

The quickstart is `binsider <binary>`. The official docs describe general analysis, ELF layout inspection, dynamic tracing similar to strace/ltrace workflows, string extraction, and a hexdump dashboard.

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

Binsider is notable as a modern TUI wrapper around tasks traditionally split across readelf, ldd, strace, ltrace, strings, and hexdump. It is young, but it reflects the current packaging taste for interactive terminal tools that make old binary formats easier to explore.

### 时间线

- 2023: GitHub repository is created.
- 2024: v0.1.0 and first crates.io release.
- 2024: 0.2.0 release and project blog material document early development.
- 2026: v0.3.2 release.

### Related projects

- Binsider overlaps with GNU Binutils tools such as readelf, strings, and objdump, and with tracing tools such as strace and ltrace. Its focus is ELF binaries rather than general object-file coverage.

### 来源

- GitHub API reports repository creation and release dates.
- GitHub README documents purpose, features, documentation links, and installation hints.
- Official documentation quickstart documents command usage and feature areas.
- crates.io API reports crate publication and latest version.
- input.source_facts.package-manager lists package-manager availability.


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** binsider
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- Nix - binsider: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/binsider/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - binsider - 0.3.2-2: normalized package name match | Arch Linux sync databases: binsider from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A TUI for analyzing binaries like a boss | https://github.com/orhun/binsider
- zypper - binsider - 0.3.2-1.3: normalized package name match | openSUSE Tumbleweed package metadata: binsider from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Analyze ELF binaries | https://github.com/orhun/binsider
- Scoop - main/binsider: normalized package name match | Scoop official bucket manifest trees: bucket/binsider.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/zh-hans/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://www.automicvault.com/zh-hans/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [abi-dumper](https://www.automicvault.com/zh-hans/pkg/brew/abi-dumper/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [dwarf](https://www.automicvault.com/zh-hans/pkg/brew/dwarf/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [elfutils](https://www.automicvault.com/zh-hans/pkg/brew/elfutils/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [elfx86exts](https://www.automicvault.com/zh-hans/pkg/brew/elfx86exts/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [libabigail](https://www.automicvault.com/zh-hans/pkg/brew/libabigail/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools, elf.
- [bingrep](https://www.automicvault.com/zh-hans/pkg/brew/bingrep/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [capstone](https://www.automicvault.com/zh-hans/pkg/brew/capstone/) - Shares av.db curated category or tags: binary-analysis, cli, developer-tools.
- [chrpath](https://www.automicvault.com/zh-hans/pkg/brew/chrpath/) - Shares av.db curated category or tags: cli, developer-tools, elf.

## Combined YAML source

View the package source record on GitHub. [combined/binsider.yml](https://github.com/automic-vault/db/blob/main/combined/binsider.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
