# Installer binsider avec Homebrew, Nix, pacman, scoop, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install binsider
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:binsider
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/binsider>
- **Version:** 0.3.2
- **Résumé source:** Analyzes ELF binaries
- **Page d'accueil:** <https://binsider.dev/>
- **Dépôt:** <https://github.com/orhun/binsider>
- **Docs amont:** <https://binsider.dev/>
- **Licence:** Apache-2.0 OR MIT
- **Archive source:** <https://github.com/orhun/binsider/archive/refs/tags/v0.3.2.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- binsider (cli)
- binsider (alias)

## Dépendances de compilation

- rust

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 0.3.2
- données locales: OK
- dépôt amont: https://github.com/orhun/binsider
- dernière version détectée: v0.3.2 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

- 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.

### Sources

- 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.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Détails de la base source

- **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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

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


## Sources

- 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
