---
title: "Pricing | StarSling"
description: "StarSling runner pricing: per-minute CPU and GPU rates, what's included, and how the cost compares to GitHub Actions."
url: https://starsling.dev/pricing
canonicalUrl: https://starsling.dev/pricing
---

# Pricing

Faster GitHub Actions runners. Agents that keep making them faster.

Per-minute CPU and GPU pricing, with unlimited concurrency. Optimization agents are included with paid usage.

[Start your free trial](https://github.com/apps/starslingdev)

[See CPU rates](https://starsling.dev/pricing#cpu-rates) - [See GPU rates](https://starsling.dev/pricing#gpu-rates)

## Up to 6x faster CI

Measured in public customer examples, with faster hardware and workflow optimizations.

[See customer results](https://starsling.dev/customers)

## You pay for run time

Billing runs from job start to finish, rounded up to the nearest minute, and queue time is not billed. Concurrency is unlimited, and your first month includes 2,000 free minutes.

## Agents that keep tuning

StarSling reads your real runs and opens pull requests that shard suites, fix cache configuration and cut critical path. The runners get faster after the swap, not just at it.

Optimization PRs are available on paid plans and require activation for new accounts. [Plan details](https://docs.starsling.dev/pricing#ai-powered-optimizations).

## CPU Runners

Ubuntu 24.04 on 5th Gen AMD EPYC, from 2 to 64 vCPU. All prices in USD.

| Size | StarSling / min | GitHub / min | You save | runs-on: label |
| --- | --- | --- | --- | --- |
| 2 vCPU / 8 GB | $0.004 | $0.006 | 33% | `starsling-ubuntu-24.04-2` |
| 4 vCPU / 16 GB (default) | $0.008 | $0.012 | 33% | `starsling-ubuntu-24.04` |
| 8 vCPU / 32 GB | $0.016 | $0.022 | 27% | `starsling-ubuntu-24.04-8` |
| 16 vCPU / 64 GB | $0.032 | $0.042 | 24% | `starsling-ubuntu-24.04-16` |
| 32 vCPU / 128 GB | $0.064 | $0.082 | 22% | `starsling-ubuntu-24.04-32` |
| 64 vCPU / 256 GB | $0.128 | $0.162 | 21% | `starsling-ubuntu-24.04-64` |
| Custom [Contact sales](https://cal.com/team/starsling/starsling-founders-chat) | Talk to us about your team's compute needs. | - | - | - |

GitHub rates are Linux x64 larger-runner list prices. [View GitHub pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing).

[Install the GitHub App](https://github.com/apps/starslingdev)

[Explore CPU Runners](https://starsling.dev/products/runners)

[Y Combinator: Alumni discount - CPU runners only](mailto:founders@starsling.dev?subject=I'd%20like%20the%20StarSling%20Runners%20YC%20Deal&body=Here's%20my%20bookface%20URL%3A%20)

Full configurations in the [compute reference](https://docs.starsling.dev/runners/compute-sizing).

## GPU Runners

Dedicated NVIDIA GPUs. Each rate includes the GPU and its host: 4 vCPU, 16 GB RAM and 100 GB disk. All prices in USD.

| GPU | StarSling / min | StarSling / hour | vs. GitHub GPU | runs-on: label |
| --- | --- | --- | --- | --- |
| NVIDIA RTX PRO 6000 (default) | $0.05922 | $3.55 | 14% above | `starsling-ubuntu-24.04-gpu` |
| NVIDIA RTX 5090 | $0.03022 | $1.81 | 42% below | `starsling-ubuntu-24.04-gpu/gpus=rtx-5090:1` |
| NVIDIA RTX 4090 | $0.02522 | $1.51 | 52% below | `starsling-ubuntu-24.04-gpu/gpus=rtx-4090:1` |
| NVIDIA H100 | Coming soon | - | - | - |

Hourly rates are 60 minutes at the listed rate. GitHub's Linux 4-core GPU runner costs $0.052/min; GPU hardware differs. [View GitHub pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing).

[Contact us to get started](https://tally.so/r/Y56E8v)

[Explore GPU Runners](https://starsling.dev/products/gpu-runners)

Tell us which GPU you want and what you plan to run on it, and we will open access for your org.

Full configurations in the [compute reference](https://docs.starsling.dev/runners/compute-sizing#gpu-specifications).

## Estimate your monthly cost

Choose a runner and your monthly job minutes. Estimates use list prices before first-month free minutes and assume the same runtime on both providers.

CPU: compares Linux x64 larger-runner list prices.
GPU: compares GitHub's Linux 4-core GPU rate. GPU hardware differs; StarSling rates include the GPU and host.

Default estimate: 10,000 monthly CPU job minutes on 4 vCPU / 16 GB: StarSling $80.00; GitHub Actions $120.00.

Save $40.00 per month - 33% less at these default inputs.

[Use the interactive calculator](https://starsling.dev/pricing#cost-calculator). Rates from the [StarSling configuration reference](https://docs.starsling.dev/configuration/label-reference) and [GitHub pricing](https://docs.github.com/en/billing/reference/actions-runner-pricing).

## Free skills for your coding agent

Run these free, open-source skills with your own coding agent to audit and improve your GitHub Actions workflows.

- [/ci-speedup](https://starsling.dev/skills/ci-speedup): ci-speedup samples your own Actions runs, finds the check that gates your pull requests, and hands your coding agent the evidence to shorten it. [See how ci-speedup works](https://starsling.dev/skills/ci-speedup).
- [/ci-score](https://starsling.dev/skills/ci-score): ci-score reads a local checkout, grades it against the best-practice rubric we publish, and ranks a fix for every gap it finds. [See how ci-score works](https://starsling.dev/skills/ci-score).
- [/ci-secure](https://starsling.dev/skills/ci-secure): ci-secure scans your workflows for the ten critical attack vectors, explains each as a plain-English attacker scenario, and fixes the ones you pick. [See how ci-secure works](https://starsling.dev/skills/ci-secure).
- [/sling](https://starsling.dev/cli#agent-skill): sling is the agent-first CLI for StarSling Runners: why a job failed, where the time went and what CI costs, and the skill teaches your agent to use it. [See how sling works](https://starsling.dev/cli#agent-skill).
