# gitlab-runner を Homebrew, apk, chocolatey, MacPorts, Nix, pacman, scoop, winget でインストール

gitlab-runner のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gitlab-runner
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gitlab-runner
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gitlab-runner
```

  証拠: MacPorts ports tree: devel/gitlab-runner/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gitlab-runner
```

  証拠: Alpine Linux edge package indexes: gitlab-runner from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#gitlab-runner
```

  証拠: nixpkgs package indexes: pkgs/by-name/gi/gitlab-runner/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gitlab-runner
```

  証拠: Arch Linux sync databases: gitlab-runner from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Chocolatey (92%):

```sh
choco install gitlab-runner
```

  証拠: Chocolatey community package catalog: gitlab-runner from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','gitextensions'

- Scoop (92%):

```sh
scoop install main/gitlab-runner
```

  証拠: Scoop official bucket manifest trees: bucket/gitlab-runner.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Gitlab.Runner -e
```

  証拠: Windows Package Manager source index: Gitlab.Runner from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:gitlab-runner
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/gitlab-runner>
- **バージョン:** 19.2.1
- **ソース概要:** Official GitLab CI runner
- **ホームページ:** <https://gitlab.com/gitlab-org/gitlab-runner>
- **上流ドキュメント:** <https://gitlab.com/gitlab-org/gitlab-runner>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://gitlab.com/gitlab-org/gitlab-runner.git>
- **最終更新:** 2026-07-29T16:05:02+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- gitlab-runner (cli)
- gitlab-runner (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 19.2.1
- マネージャ更新日: 2026-07-29
- ローカルデータ: OK
- 上流リポジトリ: https://gitlab.com/gitlab-org/gitlab-runner
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2014-2015: Kamil Trzcinski authored the runner project during its GitLab CI Multi Runner period.
- 2015: Early v0.1.x tags appeared in the repository.
- 2015 onward: GitLab Inc. and contributors maintained the project as GitLab Runner.
- 2026: The v19 release line reflected GitLab Runner's continued alignment with GitLab release numbering.

### Related projects

- GitLab CI/CD provides the pipeline coordinator and .gitlab-ci.yml configuration consumed by runners.
- GitLab Release CLI and other CI helper tools rely on runner-provided job context when used inside pipelines.

### ソース

- <https://docs.gitlab.com/runner/>
- <https://docs.gitlab.com/runner/configuration/advanced-configuration/>
- <https://formulae.brew.sh/formula/gitlab-runner>
- <https://gitlab.com/api/v4/projects/gitlab-org%2Fgitlab-runner>
- <https://gitlab.com/gitlab-org/gitlab-runner>
- <https://gitlab.com/gitlab-org/gitlab-runner/-/raw/main/README.md>
- <https://gitlab.com/gitlab-org/gitlab-runner/-/raw/main/docs/_index.md>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## Configuration and credential file locations

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.


## Configuration files

- Unix: /etc/gitlab-runner/config.toml, ~/.gitlab-runner/config.toml, ./config.toml
## ソースデータベース詳細

- **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:** head, stable

## 他のパッケージマネージャ記録

- Nix - gitlab-runner: normalized package name match | nixpkgs package indexes: pkgs/by-name/gi/gitlab-runner/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - gitlab-runner - 19.1.1-r0: normalized package name match | Alpine Linux edge package indexes: gitlab-runner from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GitLab runner for CI/CD jobs | https://docs.gitlab.com/runner/
- apk - gitlab-runner-helper - 19.1.1-r0: normalized package name match | Alpine Linux edge package indexes: gitlab-runner-helper from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GitLab runner for CI/CD jobs (helper) | https://docs.gitlab.com/runner/
- apk - gitlab-runner-openrc - 19.1.1-r0: normalized package name match | Alpine Linux edge package indexes: gitlab-runner-openrc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GitLab runner for CI/CD jobs (OpenRC init scripts) | https://docs.gitlab.com/runner/
- pacman - gitlab-runner - 19.2.1-1: normalized package name match | Arch Linux sync databases: gitlab-runner from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The official GitLab CI runner written in Go | https://gitlab.com/gitlab-org/gitlab-runner
- MacPorts - gitlab-runner: normalized package name match | MacPorts ports tree: devel/gitlab-runner/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - gitlab-runner: normalized package name match | Chocolatey community package catalog: gitlab-runner from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','gitextensions'
- Scoop - main/gitlab-runner: normalized package name match | Scoop official bucket manifest trees: bucket/gitlab-runner.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - Gitlab.Runner: normalized package name match | Windows Package Manager source index: Gitlab.Runner from https://cdn.winget.microsoft.com/cache/source.msix


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [ansible-lint](https://pkg.so/ja/brew/ansible-lint/) - Shares pkgdb curated category or tags: automation, ci, cli, developer-tools.
- [tox](https://pkg.so/ja/brew/tox/) - Shares pkgdb curated category or tags: automation, ci, cli, developer-tools.
- [gitlab-ci-local](https://pkg.so/ja/brew/gitlab-ci-local/) - Shares pkgdb curated category or tags: ci, cli, developer-tools, gitlab.
- [gitea-runner](https://pkg.so/ja/brew/gitea-runner/) - Shares pkgdb curated category or tags: automation, cli, developer-tools, runner.
- [nox](https://pkg.so/ja/brew/nox/) - Shares pkgdb curated category or tags: automation, ci, cli, developer-tools.
- [pyspelling](https://pkg.so/ja/brew/pyspelling/) - Shares pkgdb curated category or tags: automation, ci, cli, developer-tools.
- [gitlab-ci-linter](https://pkg.so/ja/brew/gitlab-ci-linter/) - Shares pkgdb curated category or tags: ci, cli, developer-tools, gitlab.
- [gitlab-release-cli](https://pkg.so/ja/brew/gitlab-release-cli/) - Shares pkgdb curated category or tags: ci, cli, developer-tools, gitlab.

## Combined YAML source

View the package source record on GitHub. [combined/gitlab-runner.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gitlab-runner.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
