GitLab Runner bleeding edge releases

  • Tier: Free, Premium, Ultimate
  • Offering: GitLab.com, Self-managed

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:

Copy to clipboard
chmod +x gitlab-runner-linux-amd64
./gitlab-runner-linux-amd64 run

Download one of the packages for Debian or Ubuntu

You can then install it with:

Copy to clipboard
dpkg -i gitlab-runner_386.deb

Download one of the packages for Red Hat or CentOS

You can then install it with:

Copy to clipboard
rpm -i gitlab-runner_386.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: