# segmentio/chamber

CLI for managing secrets

Repository: https://github.com/segmentio/chamber
Canonical: https://ross.abutalabs.com/products/chamber
Language: Go
License: MIT
License Family: permissive
Last push: 2026-07-14T16:45:44+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 45, longevity 100
- inputs: {"age_days": 3372, "days_push": 50, "days_rel": 208, "gap_med": 104.5, "n_releases_24m": 5}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2614, forks 185 (observed 2026-08-28T04:07:04.537857+00:00)

## What it is
Chamber is a Go CLI tool for managing application secrets by storing them in AWS SSM Parameter Store (with S3 backend support). It lets teams write, read, list, and inject secrets as environment variables following 12-factor practices.

## Use cases
- manage secrets in aws ssm parameter store from the command line
- inject secrets as environment variables when running apps
- store and retrieve per-service configuration secrets
- export and import secrets between environments
- track secret version history and audit changes

## When to choose
- you are on AWS and want secrets managed via SSM Parameter Store with IAM-based access control
- you want a simple CLI to run processes with secrets injected as env vars
- you need secret versioning and change history without running a vault server

## When to avoid
- you need a cloud-agnostic or multi-cloud secrets solution
- you want a self-hosted vault with dynamic secrets and leasing
- you don't use AWS and can't rely on SSM Parameter Store

## Facets
- artifact type: cli-tool
- maturity: active
- function: secrets-management, cli, security, configuration-management
- domain: security, cloud-computing, developer-tools
- platform: cli, go, windows, cloud
- tags: aws-ssm, parameter-store, secrets-store, environment-variables, 12-factor, devops, command-line, linux, macos

## Member repositories
- segmentio/chamber (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.537857+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:20:35.119232+00:00, confidence not recorded.
  - readme: https://github.com/segmentio/chamber (fetched 2026-08-28T04:07:04.537857+00:00, sha 58640b2f881a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
