$ ~/cicdcalculator

Buildkite pricing 2026
./buildkite --per-user --byo-compute

By Oliver Wakefield-Smith, Founder, Digital Signet·Verified June 2026

Buildkite is the CI/CD platform you reach for when you've outgrown per-minute pricing and want full control of where your code runs. The model is simple: pay per user, run unlimited builds, and bring your own compute. This guide covers what Pro and Enterprise actually cost in 2026, what running agents costs, and where Buildkite saves money.

Quick answer

How much does Buildkite cost in 2026?

Buildkite bills per active user, not per build minute. The Personal plan is free for one user with up to 3 concurrent jobs. Pro is $30 per active user per month with unlimited build minutes and 10 self-hosted agents included, then $3.50 per agent per month beyond that. Enterprise is custom with a 30-user minimum. If you would rather not run your own compute, optional Buildkite-hosted agents bill per minute on top: Linux from $0.013 and Mac M4 from $0.18.

Personal
Free / 1 user
Pro
$30 / user / mo
Self-hosted agents
10 incl, +$3.50
Hosted Linux
From $0.013 / min

Plans / 2026

Personal
$0
1 user users
3 concurrent jobs
Personal projects, OSS evaluation. 90-day retention, community support.
Pro
$30 / user
Unlimited users
10 incl, +$3.50 ea
Most teams. Unlimited build minutes, 10 self-hosted agents included then $3.50/agent/mo, Mac M4 access, SSO.
Enterprise
Custom
30-user minimum users
Unlimited
SAML/SCIM, audit logs, RBAC, volume discounts, premium support SLAs. Sales-led.

Total cost / running agents

With Buildkite the seat fee is the easy part. The real spend is the cloud compute under your agents. Here's what typical Linux agent fleets cost using public AWS pricing.

TeamSeatsAgentsAgent hardwareSeat $Compute $Total / mo
Small (5)53t3.medium$150~$90$240
Mid (20)208m5.large$600~$560$1,160
Large (50)5020m5.large$1,500~$1,400$2,900
Enterprise (200)20060m5.xlarge mix$6,000~$8,000$14,000

# Spot / preemptible instances cut compute 60-80%. Autoscaling cuts another 30-50%.

When to pick Buildkite over hosted CI/CD

  • > You exceed ~100,000 build minutes per month consistently / per-user pricing wins.
  • > You need GPU, ARM, or specialised hardware your hosted CI/CD doesn't offer.
  • > Compliance requires that build artifacts never leave your VPC.
  • > You already operate Kubernetes and want CI agents as autoscaling pods.
  • > You want to scale build concurrency without per-build-minute fees.

Compare with other platforms

Frequently Asked Questions

# click any question to expand

How much does Buildkite cost?>
Buildkite charges per active user, not per build minute, when you run your own agents. The Personal plan is free for a single user with 3 concurrent jobs. Pro is $30 per active user per month with unlimited build minutes; self-hosted agents are 10 included, then $3.50 per agent per month beyond that. Enterprise pricing is custom with a 30-user minimum and adds SAML SSO, SCIM, audit logs, and premium support SLAs. Optional Buildkite-hosted agents bill per minute on top: Linux from $0.013/min, Mac M4 from $0.18/min.
What's the bring-your-own-compute model?>
Buildkite's coordinator service orchestrates pipelines, but you run the agents on your own infrastructure (or in your own cloud account). Buildkite never executes your code on their machines, which gives you full control over runtime, network access, secrets, and security. The trade-off is that you're responsible for keeping agents online and right-sized.
What does running Buildkite agents actually cost?>
Agents are typically Linux VMs on AWS or GCP. A t3.medium ($30/month on-demand) handles small build workloads. For mid-size teams, 4-8 always-on agents on m5.large ($70/month each) is typical. With Spot instances or autoscaling, you can drive agent costs down 60-80%, especially for workloads that tolerate restarts.
When is Buildkite cheapest?>
Two scenarios. (1) High-volume CI: once you exceed roughly 100,000 build minutes per month (the threshold roughly doubled when GitHub cut Linux rates to $0.006/min in January 2026), paying per-user instead of per-minute saves real money. (2) Specialised hardware: if you need GPU runners, ARM machines, or beefy memory configurations, running them yourself in your cloud is cheaper than hosted equivalents. Small teams with bursty usage often find hosted SaaS cheaper because they don't pay for idle agents.
Can Buildkite run macOS builds?>
Yes, but you provide the Macs. Most teams shipping iOS apps run Buildkite agents on a fleet of Mac minis (either rack-mounted in their office or at services like MacStadium). Per-Mac cost is around $80-150/month rented, ownership pays back quickly if you have a dedicated CI lab.
How does Buildkite compare to GitHub Actions for cost?>
For low to mid build volume, GitHub Actions Team ($4/user with 3,000 free Linux mins, $0.006/min overage since January 2026) is usually cheaper, both on seats ($4 vs $30) and because you're not paying for idle agents. Buildkite wins when you have always-on workloads, macOS fleets, or need specific hardware (GPU, ARM, big memory). On pure Linux volume the break-even has moved well past 100,000 build minutes per month since GitHub's rate cut; the stronger Buildkite case is control and Mac economics, not Linux minutes.