macOS
brew install bazelisklocal Homebrew formula metadata
sudo port install bazeliskMacPorts ports tree · devel/bazelisk/Portfile · source: api.github.com
brew / rank 712
User-friendly launcher for Bazel. Version 1.29.0 via Homebrew; verified 2026-07-26. Also installable with nix: nix profile install nixpkgs#bazelisk.
install
brew install bazelisklocal Homebrew formula metadata
sudo port install bazeliskMacPorts ports tree · devel/bazelisk/Portfile · source: api.github.com
sudo dnf install bazeliskFedora Rawhide package metadata · bazelisk · source: dl.fedoraproject.org
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
sudo zypper install bazel8openSUSE Tumbleweed package metadata · bazel8 · source: download.opensuse.org
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 |
|---|---|---|---|
bazel | executable | indexed executable | Discovered from the local executable index. |
bazelisk | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:bazelisk |
|---|---|
| Version | 1.29.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/bazelbuild/bazelisk/ |
| Repository | https://github.com/bazelbuild/bazelisk |
| Last updated | 2026-07-26T10:56:32+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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-2.fc45
A user-friendly launcher for Bazel
https://github.com/bazelbuild/bazelisk
sudo dnf install 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 -ebazel
sudo port install bazelbazel
nix profile install nixpkgs#bazelbazel 9.2.0-2
Correct, reproducible, and fast builds for everyone
sudo pacman -S bazelbazel8 8.4.1-1.5
Tool for the automation of building and testing of software
sudo zypper install bazel8bazel
choco install bazelmain/bazel
scoop install main/bazelBazel.Bazel
winget install --id Bazel.Bazel -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.