Automic VaultAutomic Vault

brew

bazelisk を Homebrew, chocolatey, MacPorts, Nix, pacman, scoop, winget でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bazelisk

local Homebrew formula metadata

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

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

Linux

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

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

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

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

Windows

Chocolatey確認済み · 92%
choco install bazelisk

Chocolatey community package catalog · bazelisk · ソース: community.chocolatey.org

Scoop確認済み · 92%
scoop install main/bazelisk

Scoop official bucket manifest trees · bucket/bazelisk.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id Bazel.Bazelisk -e

Windows Package Manager source index · Bazel.Bazelisk · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

User-friendly launcher for Bazel

コマンドとエイリアス

  • bazelisk

履歴

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

Bazelisk is the Bazel launcher and version manager that makes Bazel behave like a repo-pinned toolchain: it chooses, downloads, verifies, and runs the Bazel version requested by the current workspace.

プロジェクトの歴史

The bazelbuild/bazelisk repository begins in September 2018 with a Python script, and the README notes that Bazelisk was later rewritten in Go. The maintained Go version is now the documented implementation.

Bazelisk's core model is intentionally simple: it can be invoked as bazel or bazelisk, reads USE_BAZEL_VERSION, .bazeliskrc, .bazelversion, or fallback settings, downloads official Bazel releases or forked releases, then passes arguments through to the selected Bazel binary.

採用の歴史

Bazelisk became common because Bazel workspaces are sensitive to major-version changes, incompatible flags, and migration timing. A checked-in .bazelversion lets teams upgrade Bazel atomically with the source changes needed for that upgrade.

The input records Bazelisk packaging across Homebrew, Chocolatey, MacPorts, Nix, Arch, Scoop, winget, and zypper, and the README also documents npm distribution for frontend developers.

使われ方

Developers install Bazelisk as bazel on PATH, check a .bazelversion file into the repository, and let Bazelisk download and run the matching Bazel binary on laptops and CI.

Advanced workflows use .bazeliskrc and environment variables for custom release mirrors, SHA256 verification, forked Bazel releases, GitHub tokens, migration runs, bisecting Bazel versions, and wrapper scripts under tools/bazel.

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

Bazelisk is package-nerd significant because it separates the package-manager-installed launcher from the project-selected compiler/build-tool version, similar in spirit to nvm-style runtime management.

It is also the practical glue that makes versioned Bazel formulas less painful: repositories can declare their expected Bazel line while users keep one stable launcher installed.

タイムライン

  • 2018-09: Upstream git history starts with a Python bazelisk implementation.
  • 2018-10: Early commits implement lookup of the latest Bazel release.
  • 2020s: The README documents the maintained Go rewrite, .bazelversion and .bazeliskrc selection, fork support, verification, --migrate, and --bisect.
  • 2020s: Package managers distribute Bazelisk as both bazelisk and bazel for drop-in Bazel launching.

Related projects

  • Bazel is the binary Bazelisk selects and executes.
  • bazel@7 and bazel@8 are versioned package-manager alternatives, while Bazelisk lets a workspace choose those or newer upstream releases dynamically.
  • bazel-diff and bazel-remote CI setups often benefit from Bazelisk because graph hashing and remote-cache behavior should use the workspace's intended Bazel version.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • 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.

Unix
$workspace/.bazeliskrc$workspace/.bazelversion

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

ページ生成日2026-07-08
マネージャ版1.29.0
マネージャ更新日2026-04-27
ローカルデータOK
上流最新
検出された最新v1.29.0

https://github.com/bazelbuild/bazelisk

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bazelisk
バージョン1.29.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bazelisk
ホームページhttps://github.com/bazelbuild/bazelisk/
リポジトリhttps://github.com/bazelbuild/bazelisk
上流ドキュメントhttps://github.com/bazelbuild/bazelisk#readme
ライセンスApache-2.0
ソースアーカイブhttps://github.com/bazelbuild/bazelisk/archive/refs/tags/v1.29.0.tar.gz
最終更新2026-04-27T22:09:13Z
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 Namebazelisk
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • bazel
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

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

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

Nix95%

bazelisk

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

bazelisk 1.29.0-1

A user-friendly launcher for Bazel.

https://github.com/bazelbuild/bazelisk

sudo pacman -S bazelisk
  • License: Apache-2.0
  • Architecture: x86_64
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bazelisk
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bazelisk from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

bazelisk

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

bazelisk

choco install bazelisk
  • normalized package name match
  • 一致条件: Bazelisk
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: bazelisk from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','backupper-standard'
Scoop95%

main/bazelisk

scoop install main/bazelisk
  • normalized package name match
  • 一致条件: Bazelisk
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/bazelisk.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

Bazel.Bazelisk

winget install --id Bazel.Bazelisk -e
  • normalized package name match
  • 一致条件: Bazelisk
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: Bazel.Bazelisk from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

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

このページは 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment