Getting started with Runnex is simple and takes just two quick steps.

1. Install the GitHub App

Head over to runnex.dev and authenticate with your GitHub account. Follow the installation wizard to add the Runnex GitHub App to your organization.

Currently, Runnex is available exclusively for GitHub organizations. Support for personal repositories is coming soon.

2. Update Your Workflow Files

Modify your GitHub Actions workflow files to use Runnex’s high-performance runners by updating the runs-on field:

jobs:
  build:
    runs-on: runnex-2vcpu-ubuntu-2404
    steps: ...