Automic VaultAutomic Vault

brew

glab を Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget でインストール

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

エージェント安全性

エージェント安全性の回答

glab controls GitLab repositories, pipelines, releases, and authenticated project state.

認証情報アクセス

Reads GitLab tokens, config, and repository credentials.

リモート変更

Can create releases, merge requests, issues, pipelines, and repo changes.

公開/成果物リスク

Can upload release assets and trigger CI/CD.

推奨コントロール

Gate token output, release, pipeline, and write commands.

エージェント利用ガイダンス

Allow read-only queries; require approval for releases, pipeline triggers, and project writes.

インストール

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

macOS

Homebrew確認済み · 100%
brew install glab

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install glab

MacPorts ports tree · devel/glab/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add glab

Alpine Linux edge package indexes · glab · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install glab

Debian stable package indexes · glab · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install glab

Fedora Rawhide package metadata · glab · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#glab

nixpkgs package indexes · pkgs/by-name/gl/glab/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S glab

Arch Linux sync databases · glab · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install glab

openSUSE Tumbleweed package metadata · glab · ソース: download.opensuse.org

概要

パッケージ概要

Open-source GitLab command-line tool

コマンドとエイリアス

  • glab

履歴

プロジェクトの歴史と使われ方

GLab is the open-source GitLab command-line interface. It brings GitLab issues, merge requests, CI/CD pipelines, jobs, releases, repository operations, authentication, API access, and related DevOps tasks into the terminal beside Git.

プロジェクトの歴史

GLab began as a community project by Clement Sam. GitLab's adoption announcement says he started work more than two years before December 2022 to make his workflow easier and avoid switching among browser tabs, IDE, and terminal.

The original profclems/glab GitHub repository was created in 2020 and gathered a community before GitLab adopted it. GitLab's announcement says more than 80 contributors had built on the tool before adoption, adding commands for merge requests, issues, pipelines, and more.

GitLab adopted the project in 2022 and moved it into gitlab-org/cli as the foundation of GitLab's native CLI experience. The transition included migrating project infrastructure, adapting GitHub Actions work to GitLab CI, reviewing security, and updating distribution methods to point to the new repository.

採用の歴史

GLab's adoption is tied directly to GitLab's broader editor and terminal strategy. GitLab's announcement frames the CLI as another way to integrate GitLab with tools developers already use, following its earlier adoption of GitLab Workflow for VS Code.

The official README documents support for GitLab.com, GitLab Dedicated, and GitLab Self-Managed, with multiple authenticated GitLab instances and automatic host detection from Git remotes. Package metadata in this batch shows GLab in Homebrew, Chocolatey, Debian, Fedora, MacPorts, Nix, Arch, Scoop, Ubuntu, Winget, openSUSE, and Alpine.

使われ方

Practitioners use glab to stay in the terminal while listing and creating issues, opening and reviewing merge requests, checking pipelines, retrying jobs, creating releases and changelogs, managing labels and milestones, calling the GitLab API, and configuring authentication.

The README shows a command structure of glab command subcommand flags and examples such as listing merge requests assigned to the user, approving a merge request, and creating an issue with milestone, title, and label. Authentication can use OAuth, personal access tokens, CI job tokens, and host-specific configuration.

パッケージ好きにとっての重要性

GLab matters to package maintainers because it is the GitLab-side counterpart to the habit of doing forge work from a shell. It turns GitLab from a browser destination into a scriptable CLI surface for local development and CI contexts.

Its history also shows a common open-source lifecycle: a community tool proved demand, then the platform vendor adopted it, moved distribution, and expanded support for enterprise and self-managed installations.

タイムライン

  • 2020: The original profclems/glab repository is created on GitHub.
  • 2022: GitLab adopts glab and announces it as the foundation of GitLab's native CLI experience.
  • 2022: GitLab moves the project toward gitlab-org/cli and updates distribution methods.
  • 2023: GitLab CLI v1.29.1 appears in the GitLab releases feed after the adoption.
  • 2026: The GitLab-hosted repository and docs describe broad command coverage for issues, merge requests, CI/CD, releases, APIs, authentication, and GitLab instances.

Related projects

  • GitLab is the forge and DevSecOps platform targeted by GLab.
  • Git provides the local repository context used for host detection and developer workflows.
  • GitLab Workflow for VS Code is cited by GitLab as a related integration effort.
  • 1Password Shell Plugins are documented by GitLab as an authentication integration.

セキュリティ状態

保護ツール対応はまだ見つかっていません

glab に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

macOS
~/Library/Application Support/glab-cli/config.yml
Unix
$XDG_CONFIG_HOME/glab-cli/config.yml~/.config/glab-cli/config.yml

Credential files

Credential-bearing paths to review before unattended agent runs.

macOS
~/Library/Application Support/glab-cli/config.yml
Unix
$XDG_CONFIG_HOME/glab-cli/config.yml~/.config/glab-cli/config.yml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
glabcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.109.0
マネージャ更新日2026-07-21
ローカルデータOK
上流not checked
検出された最新未検出

https://gitlab.com/gitlab-org/cli

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:glab
バージョン1.109.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/glab
ホームページhttps://gitlab.com/gitlab-org/cli
リポジトリhttps://gitlab.com/gitlab-org/cli
上流ドキュメントhttps://docs.gitlab.com/cli
ライセンスMIT
ソースアーカイブhttps://gitlab.com/gitlab-org/cli.git
最終更新2026-07-21T16:55:22Z
Pulseupdated
ビルド依存関係go
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameglab
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

glab 1.53.0-1+b3

commandline interface for gitlab instances

https://gitlab.com/gitlab-org/cli

sudo apt install glab
  • Section: vcs
  • Architecture: amd64
  • Source Package: glab
  • 1 依存関係
  • normalized package name match
  • 一致条件: Glab
Debian stable package indexes · deb.debian.org · Debian stable package indexes: glab from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

glab

nix profile install nixpkgs#glab
  • normalized package name match
  • 一致条件: Glab
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gl/glab/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

glab 1.36.0-1

commandline interface for gitlab instances

https://gitlab.com/gitlab-org/cli

sudo apt install glab
  • Section: universe/vcs
  • Architecture: amd64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Glab
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: glab from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

glab 1.102.0-r0

Open source GitLab CLI tool written in Go

https://gitlab.com/gitlab-org/cli

sudo apk add glab
  • License: MIT
  • Architecture: x86_64
  • Source Package: glab
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: glab from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

glab-bash-completion 1.102.0-r0

Bash completions for glab

https://gitlab.com/gitlab-org/cli

sudo apk add glab-bash-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: glab
  • normalized package name match
  • 一致条件: Glab
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: glab-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

glab-doc 1.102.0-r0

Open source GitLab CLI tool written in Go (documentation)

https://gitlab.com/gitlab-org/cli

sudo apk add glab-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: glab
  • normalized package name match
  • 一致条件: Glab
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: glab-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

glab-fish-completion 1.102.0-r0

Fish completions for glab

https://gitlab.com/gitlab-org/cli

sudo apk add glab-fish-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: glab
  • normalized package name match
  • 一致条件: Glab
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: glab-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

glab-zsh-completion 1.102.0-r0

Zsh completions for glab

https://gitlab.com/gitlab-org/cli

sudo apk add glab-zsh-completion
  • License: MIT
  • Architecture: x86_64
  • Source Package: glab
  • normalized package name match
  • 一致条件: Glab
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: glab-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

glab 1.95.0-1.fc45

A GitLab CLI tool bringing GitLab to your command line

https://gitlab.com/gitlab-org/cli

sudo dnf install glab
  • License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND (FTL OR GPL-2.0-or-later)
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: glab
  • 4 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Glab
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: glab from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

glab 1.102.0-1

Cli tool to help work seamlessly with GitLab from the command line

https://gitlab.com/gitlab-org/cli

sudo pacman -S glab
  • License: MIT
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Glab
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: glab from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

glab 1.101.0-1.1

A GitLab command line tool

https://gitlab.com/gitlab-org/cli

sudo zypper install glab
  • License: MIT
  • Category: Development/Tools/Other
  • Architecture: x86_64
  • Source Package: glab
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: glab from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

glab-bash-completion 1.101.0-1.1

Bash completion for glab

https://gitlab.com/gitlab-org/cli

sudo zypper install glab-bash-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: glab
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: glab-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

glab-doc 1.101.0-1.1

Documentation for GLab

https://gitlab.com/gitlab-org/cli

sudo zypper install glab-doc
  • License: MIT
  • Category: Documentation/HTML
  • Architecture: noarch
  • Source Package: glab
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: glab-doc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

glab-fish-completion 1.101.0-1.1

Fish completion for glab

https://gitlab.com/gitlab-org/cli

sudo zypper install glab-fish-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: glab
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: glab-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

glab-zsh-completion 1.101.0-1.1

Zsh completion for glab

https://gitlab.com/gitlab-org/cli

sudo zypper install glab-zsh-completion
  • License: MIT
  • Category: System/Shells
  • Architecture: noarch
  • Source Package: glab
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Glab
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: glab-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

glab

sudo port install glab
  • normalized package name match
  • 一致条件: Glab
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/glab/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment