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

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

## インストール

```sh
sudo av install brew:bed
```

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

### macOS

- Homebrew (100%):

```sh
brew install bed
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install bed
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bed
```

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

## パッケージ情報

- **パッケージキー:** brew:bed
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.2.8
- **ソース概要:** Binary editor written in Go
- **ホームページ:** <https://github.com/itchyny/bed>
- **リポジトリ:** <https://github.com/itchyny/bed>
- **最終更新:** 2026-07-26T10:56:32+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bed (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.2.8
## プロジェクトの歴史と使われ方

bed is a terminal binary editor written in Go, aimed at fast portable editing of binary files with a Vim-like interface.

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

The project was created by itchyny and its repository was opened in April 2018. The README frames the project as both a practical binary editor and an exploration of how to handle large files interactively in Go.

Its upstream releases show a compact CLI tool that has remained active through the 2020s, with v0.1.0 published in January 2020 and v0.2.8 published in December 2024.

### 採用の歴史

The package is distributed through Homebrew, MacPorts, and Nix according to the supplied package metadata, which is typical for a niche but useful terminal utility.

### 使われ方

bed is used for byte-level inspection and editing in a terminal. The README lists large-file support, split windows, search, undo and redo, partial writing, and Vim-influenced commands.

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

For package collectors, bed is a small example of the modern Go CLI pattern: a single portable executable providing an old Unix workstation tool category, the hex/binary editor, with familiar modal-editor ergonomics.

### タイムライン

- 2018: GitHub repository created.
- 2020: v0.1.0 release published.
- 2024: v0.2.8 release published.

### Related projects

- Related package categories include hex editors, binary viewers, and Vim-style terminal editing tools.

### ソース

- <https://api.github.com/repos/itchyny/bed>
- <https://github.com/itchyny/bed#readme>
- <https://github.com/itchyny/bed/releases>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - bed: normalized package name match | nixpkgs package indexes: pkgs/by-name/be/bed/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - bed: normalized package name match | MacPorts ports tree: sysutils/bed/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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