# 使用 Homebrew, Nix 安装 chamber

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

## 安装

```sh
sudo av install brew:chamber
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install chamber
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#chamber
```

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

## 软件包事实

- **软件包键:** brew:chamber
- **软件包管理器:** Homebrew
- **版本:** 3.1.5
- **来源摘要:** CLI for managing secrets through AWS SSM Parameter Store
- **主页:** <https://github.com/segmentio/chamber>
- **仓库:** <https://github.com/segmentio/chamber>
- **最后更新:** 2026-07-27T19:20:59+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- chamber (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Chamber is Segment's CLI for managing secrets in AWS Systems Manager Parameter Store. It stores values under service/key paths and can inject them into process environments for application startup.

### 项目历史

The public repository was created in June 2017 and v1.0.0 was released two days later. The README frames Chamber as a tool for managing secrets through SSM Parameter Store and documents AWS IAM and KMS requirements.

The README records important compatibility milestones: version 2.0 moved to Parameter Store's path-based API by default, and version 3.0 reserved the _chamber service name for internal use.

### 采用历史

Chamber is packaged by Homebrew and Nix according to the input package facts, while upstream GitHub releases provide the main release channel. The README also recommends use with aws-vault, showing how it fits into AWS operator workflows.

### 使用方式

Common commands write, read, list, tag, export, import, and show history for secrets. The exec command loads secrets from one or more services, converts secret keys to environment variable names, and runs a child process with those values.

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

Chamber is significant because it made AWS SSM Parameter Store usable as a lightweight secrets backend from a single Go CLI. For package managers, it is the kind of small operational binary that replaced custom shell glue around AWS APIs.

### 时间线

- 2017: GitHub repository created.
- 2017: v1.0.0 published on GitHub releases.
- 2018: README documents version 2.0 path-based Parameter Store behavior.
- 2025: v3.1.x releases continue maintenance.
- 2026: v3.1.5 published on GitHub releases.

### Related projects

- AWS SSM Parameter Store is the storage backend Chamber manages.
- AWS KMS is used for encryption key configuration in the documented workflow.
- aws-vault is recommended by the README as one way to provide AWS credentials safely.

### 来源

- <https://github.com/segmentio/chamber#readme>
- <https://github.com/segmentio/chamber/releases>
- <https://api.github.com/repos/segmentio/chamber>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Nix - chamber: normalized package name match | nixpkgs package indexes: pkgs/by-name/ch/chamber/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/chamber.yml](https://github.com/mxcl/pkgdb/blob/main/combined/chamber.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
