# binocle を Homebrew, MacPorts, Nix, pacman でインストール

binocle のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:binocle
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install binocle
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install binocle
```

  証拠: MacPorts ports tree: sysutils/binocle/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#binocle
```

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

- pacman (92%):

```sh
sudo pacman -S binocle
```

  証拠: Arch Linux sync databases: binocle from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:binocle
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/binocle>
- **バージョン:** 0.3.2
- **ソース概要:** Graphical tool to visualize binary data
- **ホームページ:** <https://github.com/sharkdp/binocle>
- **リポジトリ:** <https://github.com/sharkdp/binocle>
- **上流ドキュメント:** <https://github.com/sharkdp/binocle#readme>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/sharkdp/binocle/archive/refs/tags/v0.3.2.tar.gz>
- **生成日時:** 2026-07-10T07:20:53+00:00

## 実行可能ファイル

- binocle (cli)
- binocle (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-10
- マネージャ版: 0.3.2
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/sharkdp/binocle
- 検出された最新: v0.3.2 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

binocle is a graphical binary-data visualizer that maps bytes to pixels so users can spot structure, image-like regions, and suspicious or interesting areas in large files.

### プロジェクトの歴史

The sharkdp/binocle repository was created in September 2021, with v0.1.0 released in October 2021. Its README explains the central idea: colorize bytes by rule and render them in a rectangular grid with controls for offset, stride, width, and colorization mode.

The README includes examples for ELF binaries, memory dumps, Doom assets, and perf samples, and explicitly lists related visual binary-analysis projects.

### 採用の歴史

binocle is packaged beyond Cargo: the supplied package facts list Homebrew, MacPorts, Nix, and Arch, and the README documents release binaries, a Debian package, Arch installation, and cargo install.

### 使われ方

Users open a file in the GUI, adjust offset, stride, grid width, and colorization parameters, and visually inspect regions that would be tedious to interpret from a plain hex dump.

### パッケージ好きにとっての重要性

binocle is interesting because it packages binary archaeology as a visual workflow. It does not replace readelf or objdump; it helps decide where to look before switching to lower-level tools.

### タイムライン

- 2021: GitHub repository is created.
- 2021: v0.1.0 release and crates.io publication.
- 2023: v0.3.2 release.

### Related projects

- The README lists related work including binvis.io, cantor.dust, veles, and hobbits, alongside academic work on visual binary fragment types.

### ソース

- GitHub API reports repository creation and releases.
- GitHub README documents purpose, operation model, installation, examples, and related work.
- crates.io API reports crate publication and latest crate 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:** binocle
- **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 - binocle: normalized package name match | nixpkgs package indexes: pkgs/by-name/bi/binocle/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - binocle - 0.3.2-3: normalized package name match | Arch Linux sync databases: binocle from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A graphical tool to visualize binary data | https://github.com/sharkdp/binocle
- MacPorts - binocle: normalized package name match | MacPorts ports tree: sysutils/binocle/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [cargo-depgraph](https://www.automicvault.com/ja/pkg/brew/cargo-depgraph/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [chronograf](https://www.automicvault.com/ja/pkg/brew/chronograf/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [codevis](https://www.automicvault.com/ja/pkg/brew/codevis/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [d2](https://www.automicvault.com/ja/pkg/brew/d2/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [dockerfilegraph](https://www.automicvault.com/ja/pkg/brew/dockerfilegraph/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [dockviz](https://www.automicvault.com/ja/pkg/brew/dockviz/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [flamegraph](https://www.automicvault.com/ja/pkg/brew/flamegraph/) - Shares av.db curated category or tags: cli, developer-tools, visualization.
- [gcviewer](https://www.automicvault.com/ja/pkg/brew/gcviewer/) - Shares av.db curated category or tags: cli, developer-tools, visualization.

## Combined YAML source

View the package source record on GitHub. [combined/binocle.yml](https://github.com/automic-vault/db/blob/main/combined/binocle.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
