Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted load tester

Define load test scenarios, ramp up concurrent users, see p50/p95/p99 latency in real time. Run it from your own network, against your own services, with no usage caps.

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

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

An agency managing tests for multiple clients runs one Barrage instance per client on isolated VMs. Each instance gets its own data directory. There is no shared database, no multi-tenant risk, no worry about one client's data appearing in another client's export.

Under the hood

On first launch, Barrage initializes a WAL-mode SQLite database and starts an HTTP server. The web dashboard and API share the same port. Creating a test is a POST with JSON — the only required field is name. The response includes the generated ID and timestamp. Listing supports search, filtering, and returns items in reverse chronological order.

Endpoints

k6 Cloud at $29/mo.

Self-hosted load tester. 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 barrage
Run
PORT=8600 ./barrage
Open
http://localhost:8600

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 100 concurrent users
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited concurrency, saved scenarios, CSV 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 BARRAGE_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./barrage

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