macOS
brew install bazel@8local Homebrew formula metadata
sudo port install bazelMacPorts ports tree · devel/bazel/Portfile · ソース: api.github.com
brew
bazel@8 のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install bazel@8local Homebrew formula metadata
sudo port install bazelMacPorts ports tree · devel/bazel/Portfile · ソース: api.github.com
nix profile install nixpkgs#bazel_8nixpkgs package indexes · pkgs/by-name/ba/bazel_8/package.nix · ソース: api.github.com
sudo apk add bazel8Alpine Linux edge package indexes · bazel8 · ソース: dl-cdn.alpinelinux.org
sudo zypper install bazel8openSUSE Tumbleweed package metadata · bazel8 · ソース: download.opensuse.org
sudo pacman -S bazelArch Linux sync databases · bazel · ソース: geo.mirror.pkgbuild.com
choco install bazelChocolatey community package catalog · bazel · ソース: community.chocolatey.org
scoop install main/bazelScoop official bucket manifest trees · bucket/bazel.json · ソース: api.github.com
winget install --id Bazel.Bazel -eWindows Package Manager source index · Bazel.Bazel · ソース: cdn.winget.microsoft.com
概要
Google's own build tool
履歴
bazel@8 packages the Bazel 8 long-term-support line, the release that made Bzlmod the normal dependency-management path and turned off automatic WORKSPACE reading by default.
Bazel 8.0 LTS was released on December 9, 2024. The official release post describes it as a streamlining release with Bzlmod as the default for dependency management and major bundled rulesets split into Starlark modules.
The release post says Bzlmod began as an experimental feature in Bazel 5, became generally available in Bazel 6, was turned on in Bazel 7, and in Bazel 8 works with the old WORKSPACE mechanism turned off by default.
Bazel 8 adoption was tied to migration work: repositories needed to move external dependencies from WORKSPACE to MODULE.bazel/Bzlmod and prepare for Bazel 9's planned removal of WORKSPACE functionality.
The official Bazel 8 release post reported the Bazel Central Registry hosting more than 500 modules with 2500+ versions, showing that the module ecosystem had become broad enough to support default Bzlmod workflows.
Users install bazel@8 when they want the Bazel 8 LTS behavior without jumping to the latest unversioned Bazel formula. This is useful for CI images, reproducible developer setup, and staged migration to Bzlmod and Starlark-loaded rules.
Bazel 8 workspaces commonly pair the versioned binary with .bazelrc flags, MODULE.bazel, Bazel Central Registry modules, and Bazelisk-managed version pinning.
bazel@8 is historically significant because it packages the moment Bazel's external dependency system crossed from optional migration to default behavior.
It also shows why build tools keep versioned formulas: a Bazel major version encodes ecosystem compatibility decisions, not merely executable features.
セキュリティ状態
bazel@8 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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/bazel.bazelrc$workspace/.bazelrc~/.bazelrc%ProgramData%\bazel.bazelrc%USERPROFILE%\.bazelrc%HOME%/.bazelrc実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bazel-8.7.0 | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/bazelbuild/bazel
インストールメタデータ
| パッケージキー | brew:bazel@8 |
|---|---|
| バージョン | 8.7.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/bazel@8 |
| ホームページ | https://bazel.build/ |
| リポジトリ | https://github.com/bazelbuild/bazel |
| 上流ドキュメント | https://bazel.build/versions/8.7.0/docs |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/bazelbuild/bazel/releases/download/8.7.0/bazel-8.7.0-dist.zip |
| 最終更新 | 2026-05-23T15:08:34-04:00 |
| Pulse | updated |
| 依存関係 | openjdk@21 |
| macOS 提供ライブラリ | unzip, zip |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 定義済み |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bazel@8 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
bazel_8
nix profile install nixpkgs#bazel_8bazel8 8.7.0-r0
Bazel is an open-source build and test tool
sudo apk add bazel8bazel8-bash-completion 8.7.0-r0
Bash completions for bazel8
sudo apk add bazel8-bash-completionbazel8 8.4.1-1.3
Tool for the automation of building and testing of software
sudo zypper install bazel8bazel
nix profile install nixpkgs#bazelbazel 9.1.1-1
Correct, reproducible, and fast builds for everyone
sudo pacman -S bazelbazelisk 1.29.0-1
A user-friendly launcher for Bazel.
https://github.com/bazelbuild/bazelisk
sudo pacman -S bazeliskbazel
sudo port install bazelbazel
choco install bazelmain/bazel
scoop install main/bazelBazel.Bazel
winget install --id Bazel.Bazel -eソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.