GitLab Runner bleeding edge releases

Tier: Free, Premium, Ultimate Offering: GitLab.com, Self-managed
caution
These are the latest, probably untested releases of GitLab Runner built straight from main branch. Use at your own risk.

Download the standalone binaries

You can then run GitLab Runner with:

chmod +x gitlab-runner-linux-amd64
./gitlab-runner-linux-amd64 run

Download one of the packages for Debian or Ubuntu

Download the exported runner-helper images package

The runner-helper images package is a required dependency for the GitLab Runner .deb package.

Download the package from:

https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/deb/gitlab-runner-helper-images.deb

You can then install it with:

dpkg -i gitlab-runner-helper-images.deb gitlab-runner_<arch>.deb

Download one of the packages for Red Hat or CentOS

Download the exported runner-helper images package

The runner-helper images package is a required dependency for the GitLab Runner .rpm package.

Download the package from:

https://s3.dualstack.us-east-1.amazonaws.com/gitlab-runner-downloads/latest/rpm/gitlab-runner-helper-images.rpm

You can then install it with:

rpm -i gitlab-runner-helper-images.rpm gitlab-runner_<arch>.rpm

Download any other tagged release

Simply replace main with either tag (for example, v16.5.0) or latest (the latest stable). For a list of tags see https://gitlab.com/gitlab-org/gitlab-runner/-/tags. For example:

If you have problem downloading through https, fallback to plain http: