Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted blue-green deploy manager

Route production traffic between two versions of a service, shift percentages, monitor error rates, cut over or roll back. No Kubernetes required.

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

Full REST API

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

Why this exists

When regulators or clients ask where your deployments data is stored, the best answer is a specific server you own in a specific jurisdiction you chose. Switchman makes that answer straightforward because the data never leaves your infrastructure.

How Switchman runs

Each deployment record carries fields for service, version, environment, strategy, active slot. The API accepts partial updates, so you can PATCH individual fields without resubmitting the entire record. Listing endpoints support ?q= for keyword search and ?status= for filtering through the lifecycle. Backups are a file copy of the SQLite database in the data directory.

A regulated company runs Switchman inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Endpoints

Kubernetes canary deployments at k8s complexity.

Self-hosted blue-green deploy 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 switchman
Run
PORT=9970 ./switchman
Open
http://localhost:9970

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 2 services
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited services, weighted traffic split, automated rollback, metrics
  • 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 SWITCHMAN_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./switchman

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