# 使用 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
- **版本:** 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
