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

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

## インストール

```sh
sudo av install brew:base91
```

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

### macOS

- Homebrew (100%):

```sh
brew install base91
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install base91
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#base91
```

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

## パッケージ情報

- **パッケージキー:** brew:base91
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/base91>
- **バージョン:** 0.6.0
- **ソース概要:** Utility to encode and decode base91 files
- **ホームページ:** <https://base91.sourceforge.net/>
- **上流ドキュメント:** <https://base91.sourceforge.net/>
- **ライセンス:** BSD-3-Clause
- **ソースアーカイブ:** <https://downloads.sourceforge.net/project/base91/basE91/0.6.0/base91-0.6.0.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- b91dec (cli)
- b91enc (cli)
- base91 (cli)
- b91dec (エイリアス)
- b91enc (エイリアス)
- base91 (エイリアス)

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.6.0
- ローカルデータ: OK
- 上流リポジトリ: https://base91.sourceforge.net/
- 情報: No package-manager update timestamp was available.
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

basE91 is a binary-to-text encoding method and command-line tool that encodes binary data as ASCII characters with less overhead than Base64 for many inputs.

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

The SourceForge project page describes basE91 as an advanced method for encoding binary data as ASCII characters, similar to uuencode or Base64 but more efficient. It reports overhead of at most 23 percent and as low as 14 percent depending on input.

The SourceForge files page identifies the latest 0.6.0 Java archive release in November 2006, and the project page shows project activity dating to October 2006. The project's official website remains base91.sourceforge.net.

### 採用の歴史

basE91 remains niche, but the input package metadata lists Homebrew, MacPorts, and Nix packaging, and the SourceForge project records tens of thousands of file downloads over its lifetime. Its adoption is mostly among developers who specifically need denser ASCII armoring than Base64 rather than users of general-purpose OS tooling.

The project page classifies it under data formats, terminals, email, algorithms, and internet topics, reflecting the encoding's intended transport and storage use cases.

### 使われ方

The packaged CLI exposes base91 plus b91enc and b91dec executables according to the Homebrew input metadata. It is used as an encoder/decoder filter for files or streams where ASCII-safe text output is required.

There is no documented configuration file or credentials store; the tool is a stateless encoder/decoder.

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

basE91 is significant as one of the better-known post-Base64 ASCII-armoring experiments. It trades simplicity and universal support for denser output, which makes it a useful reference point in discussions of binary-to-text encoding efficiency.

Its package-manager presence is also a classic long-tail case: a 2006 SourceForge utility still appears in modern package indexes because encoding tools age slowly when their formats are stable.

### タイムライン

- 2006: SourceForge project activity and project metadata date basE91 to October 2006.
- 2006: Latest SourceForge release path records version 0.6.0 in November 2006.
- 2020s: Input package metadata shows basE91 available through Homebrew, MacPorts, and Nix.

### Related projects

- Base64 and uuencode are the official comparison points named by the SourceForge description.
- Other ASCII-armoring and binary-to-text encodings, including Ascii85/Base85, are conceptually adjacent even though they are separate formats.
- SourceForge hosts the original project site and release files for basE91.

### ソース

- <https://base91.sourceforge.net/>
- <https://sourceforge.net/projects/base91>
- <https://sourceforge.net/projects/base91/files/>
- source_facts.package-manager


## セキュリティノート

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:** base91
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

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


## 関連リンク

- [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.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://www.automicvault.com/ja/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [base16384](https://www.automicvault.com/ja/pkg/brew/base16384/) - Package name indicates the same formula family.
- [eccodes](https://www.automicvault.com/ja/pkg/brew/eccodes/) - Shares av.db curated category or tags: cli, data, data-formats, decoding, encoding.
- [cgns](https://www.automicvault.com/ja/pkg/brew/cgns/) - Shares av.db curated category or tags: cli, data, data-format.
- [netcdf](https://www.automicvault.com/ja/pkg/brew/netcdf/) - Shares av.db curated category or tags: cli, data, data-format.
- [netcdf-cxx](https://www.automicvault.com/ja/pkg/brew/netcdf-cxx/) - Shares av.db curated category or tags: cli, data, data-format.
- [netcdf-fortran](https://www.automicvault.com/ja/pkg/brew/netcdf-fortran/) - Shares av.db curated category or tags: cli, data, data-format.
- [osm-pbf](https://www.automicvault.com/ja/pkg/brew/osm-pbf/) - Shares av.db curated category or tags: cli, data, data-format.
- [adios2](https://www.automicvault.com/ja/pkg/brew/adios2/) - Shares av.db curated category or tags: cli, data.
- [alluxio](https://www.automicvault.com/ja/pkg/brew/alluxio/) - Shares av.db curated category or tags: cli, data.
- [he](https://www.automicvault.com/ja/pkg/npm/he/) - Local package facts share a topical domain. Shared terms: cli, data, decode, encode, encoding.

## Combined YAML source

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