Save $$$ and make GitHub Actions go brrr with 3rd-party runners ⚡🤖
288
36 commits
updated Jul 28, 2025
GitHub Actions are pretty damn cool, but lord knows the official runners are slow, unreliable, and expensive. Self-hosted runners are typically championed as the better alternative, but they're also a pain to set up and maintain and they come with important security concerns.
It doesn't have to be one or the other. Most people don't know this, but there's quite a few third-party GH Actions runner services out there, most of which require no changes at all to your CI workflows. These are easy to migrate to, much cheaper than official runners, and often faster.
Namespace provides managed CI runners, remote Docker builders, native Bazel caching and more. It also backs BuildKite Hosted Agents1.
Pricing here.
Notable features:
actions/cache, but much faster and more reliable.BuildJet offers managed performance runners for GitHub Actions.
Pricing here.
Notable features:
buildjet/cache (as opposed to 16GiB disk storage and 10GiB free cache per repository in GitHub official runners).Swatinem/rust-cache via backend: buildjet.Actuated brings fast and secure GitHub Actions to your own infrastructure. It's a more ops-heavy solution compared to fully managed runners, but this comes with significant benefits and attractive pricing.
Pricing here.
Notable features:
WarpBuild offers high performance runners for GitHub Actions with support for Linux, Windows, and macOS. This is available as a managed service, but you can also run it on your own AWS, GCP, or Azure cloud infrastructure.
Pricing here.
Notable features:
setup-* actions16.Blacksmith provides high-performance runners for GitHub Actions that run up to twice as fast as GitHub's official runners at half the cost. Founded by ex-engineers at Cockroach Labs and Faire.
Pricing here.
Notable features:
useblacksmith/cache@v5.Ubicloud brings IaaS solutions to bare metal servers, but it also offers a managed platform. GitHub Actions runners are part of this offering. It doesn't seem to have any feature that other providers lack, but it has one of the most attractive pricing plans in the market.
Pricing here.
Notable features:
RunsOn is a self-hosted, open-source GitHub Actions runner tool that runs on your own AWS account. It's free for non-commercial usage, and comes at a €300 flat yearly fee for commercial projects.
Pricing here.
Notable features:
Cirun is a tool which lets you create on-demand self-hosted GitHub Actions runners on your cloud. After connecting your cloud provider of choice, it's simple to set up and cheap to run.
Pricing here.
Notable features:
Depot accelerates Docker image builds and Github Actions workflows with optimized remote builders and centralized cache. Depot's remote builders now power all fly.io builds.31
Pricing here.
Notable features:
Cirrus Runners offers managed large runners (macOS M4 Pro, Linux x86/Arm/GPU) at a fixed price per month. Unlimited minutes with a limited concurrency.
Pricing here.
Notable features:
If you're interested in going down the self-hosted runner route, make sure to check out the tooling listed in jonico/awesome-runners!
If you'd like to add a service to this list or suggest any changes, please open a PR! The list is intentionally opinionated based on pricing and features, but I strive to be reasonable and impartial.
https://namespace.so/docs/features/on-demand-buildkite-agents ↩
https://buildjet.com/for-github-actions/docs/runners/hardware#runner-disk ↩
https://buildjet.com/for-github-actions/docs/guides/migrating-to-buildjet-cache ↩
https://buildjet.com/for-github-actions/docs/guides/migrating-to-arm ↩
https://buildjet.com/for-github-actions/docs/about/security#is-build-jet-soc-2-compliant ↩
https://docs.blacksmith.sh/feature-spotlight/docker-pull-through-mirror ↩
https://www.blacksmith.sh/blog/blacksmith-achieves-soc-2-type-2-compliance ↩
https://www.ubicloud.com/docs/github-actions-integration/price-performance ↩ ↩2
https://www.ubicloud.com/blog/ubicloud-hosted-arm-runners-100x-better-price-performance ↩ ↩2
https://github.com/ubicloud/ubicloud/blob/main/routes/web/webhook/github.rb ↩ ↩2
https://cirrus-runners.app/blog/2025/01/07/announcing-m4-pro-availability-for-cirrus-runners/ ↩
Save $$$ and make GitHub Actions go brrr with 3rd-party runners ⚡🤖
288
36 commits
updated Jul 28, 2025
GitHub Actions are pretty damn cool, but lord knows the official runners are slow, unreliable, and expensive. Self-hosted runners are typically championed as the better alternative, but they're also a pain to set up and maintain and they come with important security concerns.
It doesn't have to be one or the other. Most people don't know this, but there's quite a few third-party GH Actions runner services out there, most of which require no changes at all to your CI workflows. These are easy to migrate to, much cheaper than official runners, and often faster.
Namespace provides managed CI runners, remote Docker builders, native Bazel caching and more. It also backs BuildKite Hosted Agents1.
Pricing here.
Notable features:
actions/cache, but much faster and more reliable.BuildJet offers managed performance runners for GitHub Actions.
Pricing here.
Notable features:
buildjet/cache (as opposed to 16GiB disk storage and 10GiB free cache per repository in GitHub official runners).Swatinem/rust-cache via backend: buildjet.Actuated brings fast and secure GitHub Actions to your own infrastructure. It's a more ops-heavy solution compared to fully managed runners, but this comes with significant benefits and attractive pricing.
Pricing here.
Notable features:
WarpBuild offers high performance runners for GitHub Actions with support for Linux, Windows, and macOS. This is available as a managed service, but you can also run it on your own AWS, GCP, or Azure cloud infrastructure.
Pricing here.
Notable features:
setup-* actions16.Blacksmith provides high-performance runners for GitHub Actions that run up to twice as fast as GitHub's official runners at half the cost. Founded by ex-engineers at Cockroach Labs and Faire.
Pricing here.
Notable features:
useblacksmith/cache@v5.Ubicloud brings IaaS solutions to bare metal servers, but it also offers a managed platform. GitHub Actions runners are part of this offering. It doesn't seem to have any feature that other providers lack, but it has one of the most attractive pricing plans in the market.
Pricing here.
Notable features:
RunsOn is a self-hosted, open-source GitHub Actions runner tool that runs on your own AWS account. It's free for non-commercial usage, and comes at a €300 flat yearly fee for commercial projects.
Pricing here.
Notable features:
Cirun is a tool which lets you create on-demand self-hosted GitHub Actions runners on your cloud. After connecting your cloud provider of choice, it's simple to set up and cheap to run.
Pricing here.
Notable features:
Depot accelerates Docker image builds and Github Actions workflows with optimized remote builders and centralized cache. Depot's remote builders now power all fly.io builds.31
Pricing here.
Notable features:
Cirrus Runners offers managed large runners (macOS M4 Pro, Linux x86/Arm/GPU) at a fixed price per month. Unlimited minutes with a limited concurrency.
Pricing here.
Notable features:
If you're interested in going down the self-hosted runner route, make sure to check out the tooling listed in jonico/awesome-runners!
If you'd like to add a service to this list or suggest any changes, please open a PR! The list is intentionally opinionated based on pricing and features, but I strive to be reasonable and impartial.
https://namespace.so/docs/features/on-demand-buildkite-agents ↩
https://buildjet.com/for-github-actions/docs/runners/hardware#runner-disk ↩
https://buildjet.com/for-github-actions/docs/guides/migrating-to-buildjet-cache ↩
https://buildjet.com/for-github-actions/docs/guides/migrating-to-arm ↩
https://buildjet.com/for-github-actions/docs/about/security#is-build-jet-soc-2-compliant ↩
https://docs.blacksmith.sh/feature-spotlight/docker-pull-through-mirror ↩
https://www.blacksmith.sh/blog/blacksmith-achieves-soc-2-type-2-compliance ↩
https://www.ubicloud.com/docs/github-actions-integration/price-performance ↩ ↩2
https://www.ubicloud.com/blog/ubicloud-hosted-arm-runners-100x-better-price-performance ↩ ↩2
https://github.com/ubicloud/ubicloud/blob/main/routes/web/webhook/github.rb ↩ ↩2
https://cirrus-runners.app/blog/2025/01/07/announcing-m4-pro-availability-for-cirrus-runners/ ↩