macOS
brew install gitlab-runnerlocal Homebrew formula metadata
sudo port install gitlab-runnerMacPorts ports tree · devel/gitlab-runner/Portfile · source: api.github.com
brew
Official GitLab CI runner. Version 19.1.1 via Homebrew; verified 2026-06-25.
install
brew install gitlab-runnerlocal Homebrew formula metadata
sudo port install gitlab-runnerMacPorts ports tree · devel/gitlab-runner/Portfile · source: api.github.com
sudo apk add gitlab-runnerAlpine Linux edge package indexes · gitlab-runner · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#gitlab-runnernixpkgs package indexes · pkgs/by-name/gi/gitlab-runner/package.nix · source: api.github.com
sudo pacman -S gitlab-runnerArch Linux sync databases · gitlab-runner · source: geo.mirror.pkgbuild.com
choco install gitlab-runnerChocolatey community package catalog · gitlab-runner · source: community.chocolatey.org
scoop install main/gitlab-runnerScoop official bucket manifest trees · bucket/gitlab-runner.json · source: api.github.com
winget install --id Gitlab.Runner -eWindows Package Manager source index · Gitlab.Runner · source: cdn.winget.microsoft.com
overview
Official GitLab CI runner
history
GitLab Runner is the open-source agent that executes GitLab CI/CD jobs and reports their results back to GitLab. It is a core piece of GitLab's automation model because pipelines defined in .gitlab-ci.yml need one or more runners to perform the actual work.
The runner project began in the GitLab CI era under the name GitLab CI Multi Runner. The repository README records the older name and credits Kamil Trzcinski for the 2014-2015 authorship period before GitLab Inc. and contributors took over maintenance.
Early public tags in the GitLab Runner repository date to January 2015. The project evolved from a CI worker into a cross-platform runner manager written in Go, distributed as a single binary, and paired with GitLab's major/minor release rhythm for compatibility.
GitLab Runner became significant because GitLab supports both hosted and self-managed runner models. Organizations can use GitLab-hosted runners for managed capacity or install self-managed runners on their own machines, containers, virtual machines, or Kubernetes clusters.
Its ecosystem reach is visible in packaging and deployment channels: GitLab documents installation across operating systems, the project publishes helper images, and package managers such as Homebrew distribute the runner for local and service-based setups.
Practitioners register runner instances with a GitLab project, group, or instance, choose an executor such as shell, Docker, SSH, Kubernetes, or autoscaling modes, and tune config.toml for job limits, caching, network settings, and executor-specific behavior.
Administrators treat the runner as infrastructure: they size worker capacity, isolate sensitive workloads, attach tags to route jobs, monitor logs and metrics, and keep runner versions aligned with GitLab releases so pipeline features behave as expected.
For package-minded users, GitLab Runner is a rare CI component that is both a service daemon and a developer workstation tool. The Homebrew formula and other package-manager entries matter because local runners are useful for testing CI behavior, while production installations often run as long-lived services.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/etc/gitlab-runner/config.toml~/.gitlab-runner/config.toml./config.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
gitlab-runner | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://gitlab.com/gitlab-org/gitlab-runner
install metadata
| Package key | brew:gitlab-runner |
|---|---|
| Version | 19.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/gitlab-runner |
| Homepage | https://gitlab.com/gitlab-org/gitlab-runner |
| Repository | https://gitlab.com/gitlab-org/gitlab-runner |
| Upstream docs | https://docs.gitlab.com/runner |
| License | MIT |
| Source archive | https://gitlab.com/gitlab-org/gitlab-runner.git |
| Last updated | 2026-06-25T13:16:00Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | gitlab-runner |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
gitlab-runner
nix profile install nixpkgs#gitlab-runnergitlab-runner 19.0.1-r0
GitLab runner for CI/CD jobs
https://docs.gitlab.com/runner/
sudo apk add gitlab-runnergitlab-runner-helper 19.0.1-r0
GitLab runner for CI/CD jobs (helper)
https://docs.gitlab.com/runner/
sudo apk add gitlab-runner-helpergitlab-runner-openrc 19.0.1-r0
GitLab runner for CI/CD jobs (OpenRC init scripts)
https://docs.gitlab.com/runner/
sudo apk add gitlab-runner-openrcgitlab-runner 19.0.1-1
The official GitLab CI runner written in Go
https://gitlab.com/gitlab-org/gitlab-runner
sudo pacman -S gitlab-runnergitlab-runner
sudo port install gitlab-runnergitlab-runner
choco install gitlab-runnermain/gitlab-runner
scoop install main/gitlab-runnerGitlab.Runner
winget install --id Gitlab.Runner -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.