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

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

## インストール

```sh
sudo av install brew:align
```

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

### macOS

- Homebrew (100%):

```sh
brew install align
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#align
```

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

## パッケージ情報

- **パッケージキー:** brew:align
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.7.5
- **ソース概要:** Text column alignment filter
- **ホームページ:** <https://kinzler.com/me/align/>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- width (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

align is a small Unix-style text filter by Stephen B. Kinzler for vertically aligning columns in separated text, distributed with the companion width utility.

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

The official page dates align to the 2000-2001 copyright period and the bundled width tool to 1993-2001. The page itself is dated December 2001 and advertises align 1.7.5 as a downloadable tarball rather than a public source-control repository.

The implementation is presented as installable Perl scripts: users can put align and width directly on PATH or use the supplied Makefile.

### 採用の歴史

The input package-manager facts show align remains packaged by Homebrew and Nix, but the official project page does not document wider adoption beyond its Unix filter audience.

### 使われ方

Typical use is in pipelines over logs or tables. With whitespace-separated columns, align can infer separators and print aligned output; options can control input separators, output joiners, and left, right, center, numeric, or zero-padded numeric alignment. The companion width utility reports line widths and longest lines.

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

align is the kind of small, durable command-line filter package managers preserve because it composes with pipes and solves a narrow formatting job without a larger table-processing dependency.

### タイムライン

- 1993: width companion utility copyright period begins.
- 2000-2001: align copyright period.
- 2001: Official page dated December 2001 advertises align 1.7.5.

### Related projects

- width: bundled companion utility for measuring printable line width.

### ソース

- Official align homepage: https://kinzler.com/me/align
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

- Nix - align: normalized package name match | nixpkgs package indexes: pkgs/by-name/al/align/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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