macOS
brew install bazellocal Homebrew formula metadata
sudo port install bazelMacPorts ports tree · devel/bazel/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für bazel in AI-Agent-Workflows.
Installation
brew install bazellocal Homebrew formula metadata
sudo port install bazelMacPorts ports tree · devel/bazel/Portfile · Quelle: api.github.com
nix profile install nixpkgs#bazelnixpkgs package indexes · bazel · Quelle: raw.githubusercontent.com
sudo pacman -S bazelArch Linux sync databases · bazel · Quelle: geo.mirror.pkgbuild.com
sudo zypper install bazel8openSUSE Tumbleweed package metadata · bazel8 · Quelle: download.opensuse.org
choco install bazelChocolatey community package catalog · bazel · Quelle: community.chocolatey.org
scoop install main/bazelScoop official bucket manifest trees · bucket/bazel.json · Quelle: api.github.com
winget install --id Bazel.Bazel -eWindows Package Manager source index · Bazel.Bazel · Quelle: cdn.winget.microsoft.com
Überblick
Google's own build tool
Verlauf
Bazel is Google's open-source build and test system for large, multi-language codebases, famous in package-manager culture for bringing Google's Blaze-style hermetic, cached, queryable build graph to public monorepos.
The public bazelbuild/bazel repository dates to February 2015 and the project reached Bazel 1.0 on October 10, 2019. The 1.0 announcement marked the start of semantic versioning and stability windows for backward-incompatible releases.
Bazel's official introduction emphasizes a high-level build language, Starlark rules, incremental rebuilds based on file content and commands, local and distributed caching, parallel execution, hermeticity, and scale to 100k+ source files and tens of thousands of users.
The modern Bazel line is shaped by dependency-management and rule-modularization migrations. Bazel 7 turned Bzlmod on by default; Bazel 8 turned the old WORKSPACE mechanism off by default; Bazel 9 is planned to remove WORKSPACE functionality.
Bazel's adoption grew from Google's internal build culture into a public ecosystem of language rules, remote-cache servers, registries, CI tooling, and version managers. The official users page lists companies including Adobe, Asana, Canva, Databricks, Dropbox, Google, LinkedIn, Lyft, Nvidia, Pinterest, Snap, Stripe, Tinder, and Twitter.
Package-manager adoption reflects that cross-platform reach: the input records Bazel packages across Homebrew, Chocolatey, MacPorts, Nix, Arch, Scoop, winget, and zypper.
A Bazel workspace defines BUILD files and targets, then users run bazel build, test, run, query, or cquery from the command line. Bazel analyzes dependencies into an action graph and executes only the actions needed for requested outputs.
For repeatable package-manager workflows, .bazelrc files matter: official docs document system, workspace, and user rc files, while Bazelisk and .bazelversion are often used to pin the Bazel version per repository.
Bazel is a package-nerd landmark because it made build tools behave more like content-addressed package systems: actions are keyed, cached, queried, remotely shared, and constrained toward hermetic reproducibility.
Its formula history is also interesting because current Homebrew carries both the moving bazel formula and versioned bazel@7 and bazel@8 formulas, acknowledging that Bazel upgrades can be migration events rather than ordinary patch bumps.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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.bazelrc in the workspace directory~/.bazelrc%ProgramData%\bazel.bazelrc%USERPROFILE%\.bazelrc%HOME%/.bazelrcExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
bazel-9.1.0 | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/bazelbuild/bazel
Installationsmetadaten
| Paketschlüssel | brew:bazel |
|---|---|
| Version | 9.2.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/bazel |
| Homepage | https://bazel.build/ |
| Repository | https://github.com/bazelbuild/bazel |
| Upstream-Dokumentation | https://bazel.build/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/bazelbuild/bazel/releases/download/9.2.0/bazel-9.2.0-dist.zip |
| Zuletzt aktualisiert | 2026-07-14T02:14:10Z |
| Pulse | updated |
| Abhängigkeiten | openjdk@21 |
| Von macOS bereitgestellte Bibliotheken | unzip, zip |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bazel |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
bazel
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 bazeliskbazel8 8.4.1-1.3
Tool for the automation of building and testing of software
sudo zypper install bazel8bazel
sudo port install bazelbazel
choco install bazelmain/bazel
scoop install main/bazelBazel.Bazel
winget install --id Bazel.Bazel -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.