# Installer align avec Homebrew, Nix

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install align
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:align
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.7.5
- **Résumé source:** Text column alignment filter
- **Page d'accueil:** <https://kinzler.com/me/align/>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- width (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.7.5
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

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

### Sources

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


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Autres enregistrements de gestionnaires de paquets

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


## Sources

- 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
