macOS
brew install bazelisklocal Homebrew formula metadata
sudo port install bazeliskMacPorts ports tree · devel/bazelisk/Portfile · source: api.github.com
brew
User-friendly launcher for Bazel. Version 1.29.0 via Homebrew; verified 2026-04-27.
install
brew install bazelisklocal Homebrew formula metadata
sudo port install bazeliskMacPorts ports tree · devel/bazelisk/Portfile · source: api.github.com
nix profile install nixpkgs#bazelisknixpkgs package indexes · pkgs/by-name/ba/bazelisk/package.nix · source: api.github.com
sudo pacman -S bazeliskArch Linux sync databases · bazelisk · source: geo.mirror.pkgbuild.com
choco install bazeliskChocolatey community package catalog · bazelisk · source: community.chocolatey.org
scoop install main/bazeliskScoop official bucket manifest trees · bucket/bazelisk.json · source: api.github.com
winget install --id Bazel.Bazelisk -eWindows Package Manager source index · Bazel.Bazelisk · source: cdn.winget.microsoft.com
overview
User-friendly launcher for Bazel
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
$workspace/.bazeliskrc$workspace/.bazelversionCredential-bearing paths to review before unattended agent runs.
~/.netrcexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bazelisk | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/bazelbuild/bazelisk
install metadata
| Package key | brew:bazelisk |
|---|---|
| Version | 1.29.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bazelisk |
| Homepage | https://github.com/bazelbuild/bazelisk/ |
| Repository | https://github.com/bazelbuild/bazelisk |
| Upstream docs | https://github.com/bazelbuild/bazelisk#readme |
| License | Apache-2.0 |
| Source archive | https://github.com/bazelbuild/bazelisk/archive/refs/tags/v1.29.0.tar.gz |
| Last updated | 2026-04-27T22:09:13Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | bazelisk |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bazelisk
nix profile install nixpkgs#bazeliskbazelisk 1.29.0-1
A user-friendly launcher for Bazel.
https://github.com/bazelbuild/bazelisk
sudo pacman -S bazeliskbazelisk
sudo port install bazeliskbazelisk
choco install bazeliskmain/bazelisk
scoop install main/bazeliskBazel.Bazelisk
winget install --id Bazel.Bazelisk -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.