# 使用 Homebrew, Nix 安装 spiffe-helper

查看 spiffe-helper 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:spiffe-helper
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install spiffe-helper
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#spiffe-helper
```

  证据: nixpkgs package indexes: pkgs/by-name/sp/spiffe-helper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:spiffe-helper
- **软件包管理器:** Homebrew
- **版本:** 0.11.0
- **来源摘要:** Tool that can be used to retrieve and manage SVIDs on behalf of a workload
- **主页:** <https://github.com/spiffe/spiffe-helper>
- **仓库:** <https://github.com/spiffe/spiffe-helper>
- **最后更新:** 2026-07-26T04:03:44+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- spiffe-helper (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.11.0
## 项目历史与用法

SPIFFE Helper is a small command-line utility in the SPIFFE ecosystem for fetching and renewing SVID material from the SPIFFE Workload API on behalf of another process.

### 项目历史

The public GitHub repository was created in October 2017. Its README describes the tool as a helper that fetches X.509 SVID certificates, launches or signals a process that uses them, and refreshes certificates before expiry.

### 采用历史

Its package-manager footprint is niche but practical: the input records Homebrew and Nix packages, matching the kind of operator tool that appears in Unix package sets once workload identity moves from platform design into day-to-day deployment.

### 使用方式

Typical use is `spiffe-helper -config <config_file>`, with `helper.conf` as the documented default. The README documents daemon and one-shot modes, file output under a configured certificate directory, and integration patterns where a supervisor such as systemd owns the real service.

### 为什么软件包爱好者会关心

Package maintainers care about SPIFFE Helper because it turns SPIFFE/SPIRE workload identity into ordinary files and signals: a familiar Unix packaging surface for certificates, keys, bundles, and reload hooks.

### 时间线

- 2017: Public GitHub repository created.
- 2025: v0.10.0 added health-server related changes in the release notes.
- 2025: v0.11.0 release notes include a new `-version` flag.

### Related projects

- SPIFFE
- SPIRE
- go-spiffe
- systemd
- ghostunnel

### 来源

- <https://api.github.com/repos/spiffe/spiffe-helper>
- <https://github.com/spiffe/spiffe-helper>
- <https://github.com/spiffe/spiffe-helper/releases>
- input source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: helper.conf

## Credential files

- Unix: certs/svid.pem, certs/svid_key.pem, certs/svid_bundle.pem, certs/jwt_svid.token, certs/bundle.json
## 其他软件包管理器记录

- Nix - spiffe-helper: normalized package name match | nixpkgs package indexes: pkgs/by-name/sp/spiffe-helper/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
