# age-plugin-se を Homebrew, MacPorts, Nix でインストール

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

## インストール

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

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

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

- MacPorts (94%):

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

  証拠: 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
```

  証拠: 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

## パッケージ情報

- **パッケージキー:** brew:age-plugin-se
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.1.4
- **ソース概要:** Age plugin for Apple Secure Enclave
- **ホームページ:** <https://github.com/remko/age-plugin-se>
- **リポジトリ:** <https://github.com/remko/age-plugin-se>
- **最終更新:** 2026-07-10T16:49:54-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- age-plugin-se (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

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.

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

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.

### 採用の歴史

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.

### 使われ方

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.

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

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.

### タイムライン

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

### ソース

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


## セキュリティノート

narrow executable package without higher-risk signals.

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

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

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


## ソース

- 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
