# Installer age-plugin-se avec Homebrew, MacPorts, Nix

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

## installation

```sh
sudo av install brew:age-plugin-se
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install age-plugin-se
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install age-plugin-se
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#age-plugin-se
```

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

## Faits du paquet

- **Clé du paquet:** brew:age-plugin-se
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.4
- **Résumé source:** Age plugin for Apple Secure Enclave
- **Page d'accueil:** <https://github.com/remko/age-plugin-se>
- **Dépôt:** <https://github.com/remko/age-plugin-se>
- **Dernière mise à jour:** 2026-07-10T16:49:54-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- age-plugin-se (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

age-plugin-se is an age plugin that binds age identities to Apple's Secure Enclave, giving age users a way to decrypt files with device-bound keys and macOS biometric or passcode access control.

### Historique du projet

The project was created by Remko Troncon in January 2023 and is implemented as a plugin for the age encryption ecosystem. Its README presents the tool as a Secure Enclave bridge for age, with examples using `age-plugin-se keygen`, age recipients, and normal `age --decrypt -i` workflows.

Early public releases in 2023 were marked as prereleases. Version 0.1.0 followed in April 2024, and later releases added packaging and compatibility work. By the 0.2.x line in December 2025, the README also documented conversion from `age1se` recipients to age plugin-tag recipients, reflecting age's broader plugin-recipient evolution.

### Historique d'adoption

Official installation instructions lead with Homebrew and prebuilt binaries, with Alpine packages also published from the upstream release page. The supplied package metadata shows the tool packaged in Homebrew, MacPorts, and Nix, which fits its niche: a macOS-first security utility that package managers make easy to install on developer machines.

### Modes d'utilisation

The core workflow is to generate an identity with `age-plugin-se keygen`, encrypt to the printed public recipient using `age`, and decrypt on the matching Secure Enclave machine by passing the identity file to age. The README emphasizes that the private key is bound to the device and recommends encrypting long-term data to a backup key as well.

The README also documents use with Passage, the file-based password manager built around age, so users can unlock password-store entries with Touch ID while retaining an ordinary age backup identity.

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

For package nerds, age-plugin-se is interesting because it is a small plugin that turns Apple's hardware-backed key storage into a Unix-style age recipient. It is also a good example of the age plugin model spreading beyond software-only key files into platform security hardware.

### Chronologie

- 2023: GitHub repository created.
- 2023: First prerelease builds published.
- 2024: v0.1.0 released.
- 2025: v0.2.x releases published with the project still focused on Secure Enclave age identities.

### Related projects

- age provides the file-encryption tool and plugin mechanism.
- Passage is documented by the upstream README as a password-manager use case.
- age-plugin-yubikey is a sibling hardware-backed age plugin for PIV tokens.

### Sources

- official GitHub releases API
- official GitHub repository metadata
- source_facts.package-manager
- upstream README


## 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 - age-plugin-se: normalized package name match | nixpkgs package indexes: pkgs/by-name/ag/age-plugin-se/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - age-plugin-se: normalized package name match | MacPorts ports tree: security/age-plugin-se/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/age-plugin-se.yml](https://github.com/mxcl/pkgdb/blob/main/combined/age-plugin-se.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
