Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted secret manager

Store secrets encrypted at rest, share them with teammates by role, rotate them on a schedule, audit every access. Your 1Password Teams for infrastructure secrets.

Install Strongbox Free Complete — all 150 tools $29/mo
Why this exists

Teams outgrow spreadsheet-based secrets tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Strongbox is a single binary that handles the same job without the recurring bill or the vendor dependency.

A solo developer built a weekend project that needed secrets tracking. Instead of spinning up Postgres and writing an admin panel, they added Strongbox as a sidecar process. The REST API covered every operation the project needed. Development time saved: roughly a full day.

Setup and daily use

Deploy Strongbox as a systemd service, a Docker container, or a bare process behind tmux. It reads two environment variables: PORT and DATA_DIR. Everything else is self-contained. The /api/health endpoint returns the service status and secrets count, which you can wire into your existing monitoring stack.

Endpoints

1Password Teams at $19.95/mo.

Self-hosted secret manager. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool strongbox
Run
PORT=8610 ./strongbox
Open
http://localhost:8610

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 25 secrets, 1 vault
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$1.99
per month
  • Unlimited secrets, vaults, rotation schedules, full audit log
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export STRONGBOX_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./strongbox

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev