---
title: "9apes - Faster, Cheaper GitHub Actions Runners"
description: "Run GitHub Actions jobs on 9apes runners that are 2-3x faster and up to 89% cheaper. Migrate by changing one runs-on line."
url: https://9apes.com/
---

# 9apes - Faster, Cheaper GitHub Actions Runners

The fastest GitHub Actions runners. Start with 3,000 free runner minutes every month.

## Migrate one job

Change a job’s `runs-on` value. Nothing else about the workflow changes.

```yaml
jobs:
  test:
    runs-on: 9apes
    steps:
      - uses: actions/checkout@v4
      - run: npm test
```

## What you get

- **Drop-in setup** — Keep your existing GitHub Actions flow and point jobs at 9apes with minimal rework.

- **GitHub Actions first** — Built around the runner patterns dev teams already use, without trying to become a full CI platform.

- **Warm and cold runner availability** — Choose the runner approach that fits your workload, whether you want ready-to-go capacity or a lighter burst path.

- **Caching-ready workflows** — Designed to work with caching patterns so repeat jobs stay practical and easy to reason about.

- **Clear usage controls** — Keep a simple handle on access, spend, and runner usage without adding extra ceremony.

## Runner labels and prices

### Linux x86_64 runners

| `runs-on` label | vCPU | RAM | Architecture | OS | OS version | 9apes price/min | GitHub-hosted price/min |
| --- | --- | --- | --- | --- | --- | --- | --- |
| `9apes-1vcpu-ubuntu-2404` | 1 | 4 GB | x86_64 | Ubuntu | 24.04 | $0.0009 | $0.002 |
| `9apes-2vcpu-ubuntu-2404` | 2 | 8 GB | x86_64 | Ubuntu | 24.04 | $0.0018 | $0.006 |
| `9apes` | 4 | 16 GB | x86_64 | Ubuntu | 24.04 | $0.0036 | $0.012 |
| `9apes-4vcpu-ubuntu-2404` | 4 | 16 GB | x86_64 | Ubuntu | 24.04 | $0.0036 | $0.012 |
| `9apes-8vcpu-ubuntu-2404` | 8 | 32 GB | x86_64 | Ubuntu | 24.04 | $0.0072 | $0.022 |

## Pricing

Usage-based pricing for every team stage.

- **Starter** (Free) — For small projects that want to try a focused runner setup. Basic runner access; Getting-started guidance; Usage overview.

- **Pro** (Custom) — For teams that want more control around daily workflows. Warm and cold runner choices; Caching-friendly usage; Team controls.

- **Enterprise** (Custom) — For larger orgs that need procurement and rollout support. Org-wide rollout support; Security review help; Advanced controls.

## Frequently asked questions

**How secure is access to my repositories?**

You keep control of repository access and can review how the runner is scoped for your workflows.

**What GitHub permissions are required?**

Use the least access needed for the workflows you want to run, and expand only when your setup requires it.

**Is 9apes compatible with existing GitHub Actions jobs?**

Yes. 9apes is designed to fit into existing GitHub Actions workflows as a drop-in runner choice.

**How does migration work?**

Start with one workflow, validate the fit, then expand as your team gets comfortable with the new runner path.

**How is pricing structured?**

Per minute, per runner, with no seats and no minimums. Use the calculator above to model your own workload.

**Does it work with caching?**

Yes. 9apes is framed to work well with cache-friendly workflows and repeatable CI jobs.

**Which operating systems are supported?**

Support depends on the runner image and deployment path you choose, with the exact matrix documented in the product setup.

**Is there an enterprise option?**

Yes. Enterprise is planned for teams that need rollout help, security review, and procurement support.

## Next steps

- [Quick Start](https://9apes.com/docs/quick-start/) — move your first job

- [Developer Resources](https://9apes.com/developers/) — every 9apes resource in one index

- [Sign up free](https://build.9apes.com/login) — 3000 free runner minutes every month
