Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted environment variable manager

Store env vars per environment, track changes over time, see who changed what and when. The audit trail for your config that nobody else builds.

Install Bandolier Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Bandolier is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Why self-host your environment variable manager

The moment you store env vars in someone else's cloud, you have accepted their terms, their pricing changes, and their uptime. Bandolier puts that decision back in your hands with a standalone binary that runs anywhere you can run a Linux process.

A freelance consultant keeps Bandolier running on a home server. Client env vars stay on local disk, which simplifies the privacy section of every contract. The search endpoint powers a custom dashboard built with a static site generator. Total infrastructure cost: the electricity to run a Raspberry Pi.

How Bandolier runs

Start Bandolier with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create env vars through the web interface or POST JSON to the API. Filter by value, environment, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts for monitoring.

Endpoints

Doppler at $6/user/mo.

Self-hosted environment variable 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 bandolier
Run
PORT=9990 ./bandolier
Open
http://localhost:9990

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 environments, 20 vars
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited environments and vars, diff history, approval workflow, export
  • 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 BANDOLIER_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./bandolier

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