Migration guides
Migrate from Blacksmith to runnerhut
The exact change to move your workflows from Blacksmith — and the change to move back, so you can evaluate without committing.
What Blacksmith does well
- Strong engineering brand — genuinely good writing on Docker caching and CI economics
- Gaming-grade bare-metal CPUs for single-threaded build speed
- SOC 2 Type 2, plus a Tailscale integration for private network access
- Well-known logos and a mature customer-story programme
Where we differ
- No comparison, glossary or solution pages — thin coverage for teams researching options
- No bring-your-own-cloud option: builds run on their infrastructure or not at all
- Fewer published runner families than platforms offering Windows and GPU tiers
| Blacksmith | runnerhut | |
|---|---|---|
| Drop-in runs-on | Yes | Yes |
| Docker layer cache | Yes | Yes |
| macOS runners | Yes | Yes |
| Windows runners | Not published | Yes |
| Bring your own cloud | No | AWS, GCP, Azure |
| EU-only data residency | Not published | Yes |
| GPU runners | Not published | Yes |
The migration
yaml
jobs: build:- runs-on: blacksmith-4vcpu-ubuntu-2204+ runs-on: runnerhut-8vcpu-ubuntu-2404 steps: - uses: actions/checkout@v4And the migration back
We publish this because after BuildJet's shutdown, "what if you disappear" is a fair question. Leaving is the same single line you changed to arrive.
yaml
jobs: build:- runs-on: runnerhut-8vcpu-ubuntu-2404+ runs-on: ubuntu-latestChecklist
- Install the runnerhut GitHub App on the repositories you want to move
- Change runs-on in one job first and compare timings against the old runner
- Add runner.arch to cache keys if you are also moving to arm64
- Roll out to the rest of the repository once the comparison looks right
- Set a budget cap and concurrency cancellation before going organisation-wide
Your next build could be twice as fast, at half the price
Start free. Migrating away is the same one line, and we publish that diff too.
Related
GitHub-hosted runnersThe default runners built into GitHub Actions. Zero setup, billed per minute against your GitHub plan, with larger runners and native arm64 available on paid tiers.WarpBuildA hosted runner platform offering Linux, macOS and Windows runners plus bring-your-own-cloud deployments on AWS, GCP and Azure. Advertises roughly 2× faster builds at about half the cost of GitHub-hosted runners.NamespaceEphemeral compute for CI and development: drop-in GitHub runners alongside devboxes, sandboxes and ephemeral Kubernetes clusters, with Bazel remote execution and egress filtering.UbicloudAn open-source cloud that runs managed GitHub Actions runners alongside managed Postgres and Kubernetes, competing primarily on price-performance and on being open and portable.