Icon

Bazel

Bazel is a free and open-source build and test tool developed by Google for automating software building and testing. It supports multiple languages and platforms, uses a high-level build language, and is designed for speed, reliability, and scalability.
Latest: 9.1.0
Last checked: Jun 9, 2026 12:10am
Rank: 466/15140
Monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: Free and open-sourceWinget: Available

Version & Lifecycle

0
Current: 9.1.0 N-2: 9.0.1 Oldest supported: 1.0 (October 2019) Avg cadence: Every 20 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Deployment note • May 29, 2026
0

Deployment tip

Use Bazel’s own startup options for scalable Windows deployment: put startup --output_user_root=C:/tmp in a shared .bazelrc to shorten paths and avoid Windows command-line/path-length issues, and add startup --windows_enable_symlinks plus build --enable_runfiles only on machines with Developer Mode or elevated rights because those features require symlink creation on Windows. For enterprise toolchain consistency, set BAZEL_VC, BAZEL_VC_FULL_VERSION, BAZEL_WINSDK_FULL_VERSION, or BAZEL_LLVM in the environment so Bazel resolves the intended Visual C++/SDK/LLVM installations without editing user projects.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

Bazelbazel Bazel

Packaging Notes

0

Bazelisk is the recommended installer

Notes

0

Bazel was first released in March 2015 as an open-source port of Google's internal Blaze build system. It supports large codebases and multiple repositories.