# 使用 Homebrew, MacPorts, Nix 安装 age-plugin-se

查看 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
- **软件包管理器页面:** <https://formulae.brew.sh/formula/age-plugin-se>
- **版本:** 0.1.4
- **来源摘要:** Age plugin for Apple Secure Enclave
- **主页:** <https://github.com/remko/age-plugin-se>
- **仓库:** <https://github.com/remko/age-plugin-se>
- **许可证:** MIT
- **源码归档:** <https://github.com/remko/age-plugin-se/archive/refs/tags/v0.1.4.tar.gz>
- **最后更新:** 2026-07-10T16:49:54-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- age-plugin-se (cli)
- age-plugin-se (别名)

## 构建依赖

- scdoc

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.1.4
- 管理器更新时间: 2026-07-10
- 本地数据: OK
- 上游仓库: https://github.com/remko/age-plugin-se
- 检测到的最新版本: v0.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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** age-plugin-se
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Requirements:** macos, xcode
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 其他软件包管理器记录

- 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


## 相关链接

- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Security and crypto packages](https://pkg.so/zh-hans/security-crypto-tools/) - Matched security, identity, cryptography, password, signing, or certificate metadata.
- [scdoc](https://pkg.so/zh-hans/brew/scdoc/) - Build dependency declared by Homebrew.
- [age-plugin-yubikey](https://pkg.so/zh-hans/brew/age-plugin-yubikey/) - Shares pkgdb curated category or tags: age, cli, encryption, security.
- [gnupg](https://pkg.so/zh-hans/brew/gnupg/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [nettle](https://pkg.so/zh-hans/brew/nettle/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [sops](https://pkg.so/zh-hans/brew/sops/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [git-crypt](https://pkg.so/zh-hans/brew/git-crypt/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [age](https://pkg.so/zh-hans/brew/age/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [pinentry-mac](https://pkg.so/zh-hans/brew/pinentry-mac/) - Shares pkgdb curated category or tags: cli, macos, security.
- [kubeseal](https://pkg.so/zh-hans/brew/kubeseal/) - Shares pkgdb curated category or tags: cli, encryption, security.
- [envio](https://pkg.so/zh-hans/brew/envio/) - Security-sensitive metadata or terminology overlaps. Shared terms: cli, encryption, secure, security.

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