# Installer age avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:age
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install age
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install age
```

  Preuve: MacPorts ports tree: security/age/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add age
```

  Preuve: Alpine Linux edge package indexes: age from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install age
```

  Preuve: Debian stable package indexes: age from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install age
```

  Preuve: Fedora Rawhide package metadata: age from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#age
```

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

- pacman (92%):

```sh
sudo pacman -S age
```

  Preuve: Arch Linux sync databases: age from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install age
```

  Preuve: openSUSE Tumbleweed package metadata: age from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/age
```

  Preuve: Scoop official bucket manifest trees: bucket/age.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id FiloSottile.age -e
```

  Preuve: Windows Package Manager source index: FiloSottile.age from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:age
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/age>
- **Version:** 1.3.1
- **Résumé source:** Simple, modern, secure file encryption
- **Page d'accueil:** <https://github.com/FiloSottile/age>
- **Dépôt:** <https://github.com/FiloSottile/age>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/FiloSottile/age/archive/refs/tags/v1.3.1.tar.gz>
- **Dernière mise à jour:** 2026-07-26T13:19:49+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- age (cli)
- age-inspect (cli)
- age-keygen (cli)
- age-plugin-batchpass (cli)
- age (alias)
- age-inspect (alias)
- age-keygen (alias)
- age-plugin-batchpass (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.3.1
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/FiloSottile/age
- dernière version détectée: v1.3.1 (à jour)
## Historique du projet et usages

age is a modern file-encryption tool, file format, and Go library designed around small explicit keys, Unix-style composability, and a deliberately small option surface.

### Historique du projet

age was designed by Ben Cartwright-Cox and Filippo Valsorda and the public repository was created in May 2019. The README describes it as a simple, modern, secure file encryption tool, format, and Go library with small explicit keys, post-quantum support, no config options, and Unix-style composability.

The first beta releases appeared in December 2019, including a beta named from the floor of 36C3. Release candidates followed in 2021, and age v1.0.0 was published in September 2021. The 1.1.0 release in December 2022 added plugin and YubiKey support, helping turn age from a single CLI into a format with a hardware and plugin ecosystem.

The project continued with v1.2.x in 2024 and v1.3.x in December 2025. The v1.3.0 release was explicitly described upstream as a post-quantum release, matching the README's current positioning of age as a format and tool with post-quantum support.

### Historique d'adoption

age became widely packaged for a security CLI. The upstream README lists installation commands for Homebrew, MacPorts, winget, Alpine, Arch, Debian, Fedora, Gentoo, Guix, Nix, openSUSE, Ubuntu, Void, FreeBSD, OpenBSD, Chocolatey, and Scoop, and it asks new packagers for help. The supplied package metadata also records major Linux and Windows package-manager names.

The ecosystem around age includes plugins, alternate implementations, browser/TypeScript work, Passage, and an awesome-age list. That adoption pattern is important: age is not just a command named by package managers, but a small format other tools embed.

### Modes d'utilisation

The canonical CLI flow is `age-keygen -o key.txt`, encryption with `age -r RECIPIENT`, and decryption with `age --decrypt -i key.txt`. The README documents recipient files, identity files, passphrase encryption, SSH public keys as recipients, and stdin/stdout friendly operation for shell pipelines.

age has intentionally no global config file documented by upstream. Instead, users pass identity and recipient files explicitly, which is part of its packaging appeal: the installed binary is portable, scriptable, and easy to compose with tar, password managers, backups, and deployment tooling.

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

age is the package-manager-friendly successor-shaped tool many users wanted for file encryption: one small CLI, readable key files, no daemon, no keyring requirement, and simple static-ish binary distribution. Its packaging matrix and plugin convention make it a useful case study in how a security format gets from a GitHub repo to distro repositories and operator scripts.

For package nerds, the interesting bit is that age's minimalism is a distribution feature. The same project is a Go module, a command-line binary, a file format specification, and an ecosystem anchor for Rust, TypeScript, YubiKey, Secure Enclave, and password-manager integrations.

### Chronologie

- 2019: GitHub repository created.
- 2019: First beta releases published.
- 2021: v1.0.0 released.
- 2022: v1.1.0 released with plugin and YubiKey support.
- 2024: v1.2.x releases published.
- 2025: v1.3.0 released with post-quantum support.

### Related projects

- rage is the alternative interoperable Rust implementation named by the age README.
- typage is the TypeScript implementation named by the age README.
- age-plugin-yubikey provides hardware PIV token support.
- age-plugin-se provides Apple Secure Enclave support.
- awesome-age collects plugins, implementations, tools, and integrations.

### Sources

- official GitHub releases API
- official GitHub repository metadata
- official age specification and man page
- source_facts.package-manager
- upstream README


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** age
- **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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - age - 1.2.1-1+b5: normalized package name match | Debian stable package indexes: age from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple, modern and secure encryption tool | https://github.com/FiloSottile/age
- Debian apt - golang-filippo-age-dev - 1.2.1-1: normalized package name match | Debian stable package indexes: golang-filippo-age-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simple, modern and secure encryption tool (Go library) | https://github.com/FiloSottile/age
- Nix - age: normalized package name match | nixpkgs package indexes: pkgs/by-name/ag/age/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - age - 1.1.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: age from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple, modern and secure encryption tool | https://github.com/FiloSottile/age
- Ubuntu apt - golang-filippo-age-dev - 1.1.1-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: golang-filippo-age-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simple, modern and secure encryption tool (Go library) | https://github.com/FiloSottile/age
- apk - age - 1.3.1-r6: normalized package name match | Alpine Linux edge package indexes: age from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple, modern and secure encryption tool | https://github.com/FiloSottile/age
- apk - age-doc - 1.3.1-r6: normalized package name match | Alpine Linux edge package indexes: age-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Simple, modern and secure encryption tool (documentation) | https://github.com/FiloSottile/age
- dnf - age - 1.3.1-5.fc45: normalized package name match | Fedora Rawhide package metadata: age from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Simple, modern and secure encryption tool | https://github.com/FiloSottile/age
- pacman - age - 1.3.1-1: normalized package name match | Arch Linux sync databases: age from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A simple, modern and secure file encryption tool | https://github.com/FiloSottile/age
- zypper - age - 1.3.0-1.7: normalized package name match | openSUSE Tumbleweed package metadata: age from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A file encryption tool | https://github.com/FiloSottile/age
- MacPorts - age: normalized package name match | MacPorts ports tree: security/age/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/age: normalized package name match | Scoop official bucket manifest trees: bucket/age.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - FiloSottile.age: normalized package name match | Windows Package Manager source index: FiloSottile.age from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [nettle](https://pkg.so/fr/brew/nettle/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [git-crypt](https://pkg.so/fr/brew/git-crypt/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [sqlcipher](https://pkg.so/fr/brew/sqlcipher/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [openbao](https://pkg.so/fr/brew/openbao/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [git-remote-gcrypt](https://pkg.so/fr/brew/git-remote-gcrypt/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [pwsafe](https://pkg.so/fr/brew/pwsafe/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [encfs](https://pkg.so/fr/brew/encfs/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [reop](https://pkg.so/fr/brew/reop/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [age-plugin-se](https://pkg.so/fr/brew/age-plugin-se/) - Security-sensitive metadata or terminology overlaps. Shared terms: age, cli, encryption, secure, security.
- [age-plugin-yubikey](https://pkg.so/fr/brew/age-plugin-yubikey/) - Security-sensitive metadata or terminology overlaps. Shared terms: age, cli, encryption, security.
- [enchive](https://pkg.so/fr/brew/enchive/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, encryption, file, file-encryption, security.

## Combined YAML source

View the package source record on GitHub. [combined/age.yml](https://github.com/mxcl/pkgdb/blob/main/combined/age.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
