Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted build artifact storage

Store compiled binaries, build outputs, and release artifacts. Download them by version. The thing between your CI and your deploy that everyone glues together with S3.

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

Full REST API

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

The case for owning your data

Every artifact your team creates contains context that matters — name, build id, version, platform, size bytes. When that data lives in a third-party service, you are one acquisition or policy change away from losing access. Ironworks keeps it local.

Download the binary and run it. Ironworks starts serving immediately with a dashboard at localhost and a REST API for automation. No cloud account, no API keys to provision, no monthly invoice. Your data lives in a SQLite file you can back up, move, or query directly.

How Ironworks runs

Start Ironworks 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 artifacts through the web interface or POST JSON to the API. Filter by build id, version, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Endpoints

GitHub Releases at $4/user/mo.

Self-hosted build artifact storage. 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 ironworks
Run
PORT=10000 ./ironworks
Open
http://localhost:10000

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

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 500MB storage
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited storage, version tagging, download analytics, retention policies
  • 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 IRONWORKS_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./ironworks

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