macOS
brew install gitlab-runnerlocal Homebrew formula metadata
sudo port install gitlab-runnerMacPorts ports tree · devel/gitlab-runner/Portfile · 来源: api.github.com
安装
brew install gitlab-runnerlocal Homebrew formula metadata
sudo port install gitlab-runnerMacPorts ports tree · devel/gitlab-runner/Portfile · 来源: api.github.com
sudo apk add gitlab-runnerAlpine Linux edge package indexes · gitlab-runner · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#gitlab-runnernixpkgs package indexes · pkgs/by-name/gi/gitlab-runner/package.nix · 来源: api.github.com
sudo pacman -S gitlab-runnerArch Linux sync databases · gitlab-runner · 来源: geo.mirror.pkgbuild.com
choco install gitlab-runnerChocolatey community package catalog · gitlab-runner · 来源: community.chocolatey.org
scoop install main/gitlab-runnerScoop official bucket manifest trees · bucket/gitlab-runner.json · 来源: api.github.com
winget install --id Gitlab.Runner -eWindows Package Manager source index · Gitlab.Runner · 来源: cdn.winget.microsoft.com
概览
Official GitLab CI runner
历史
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.
安全态势
formula declares a Homebrew service.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
gitlab-runner | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://gitlab.com/gitlab-org/gitlab-runner
安装元数据
| 软件包键 | brew:gitlab-runner |
|---|---|
| 版本 | 19.2.0 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/gitlab-runner |
| 主页 | https://gitlab.com/gitlab-org/gitlab-runner |
| 仓库 | https://gitlab.com/gitlab-org/gitlab-runner |
| 上游文档 | https://docs.gitlab.com/runner |
| 许可证 | MIT |
| 源码归档 | https://gitlab.com/gitlab-org/gitlab-runner.git |
| 最后更新 | 2026-07-15T14:32:58Z |
| Pulse | updated |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | declared |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
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 -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.