# 使用 Homebrew, Nix, pacman, zypper, scoop 安装 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/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-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
- **版本:** 0.3.2
- **来源摘要:** Analyzes ELF binaries
- **主页:** <https://binsider.dev/>
- **仓库:** <https://github.com/orhun/binsider>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- binsider (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.3.2
## 项目历史与用法

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

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

- 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.5: normalized package name match | openSUSE Tumbleweed package metadata: binsider from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-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


## Combined YAML source

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


## 来源

- 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
