Supported Windows platforms:
Before installing Bazel, make sure your system meets the Windows requirements to run Bazel.
After installing Bazel on Windows, see Using Bazel on Windows.
Install Bazel on Windows using one of the following methods:
Go to Bazel‘s GitHub releases page and download the Windows binary. We recommend putting the binary in a directory that’s on your %PATH%
. You can, however, put the binary anywhere on your filesystem.
After you download the binary, you'll need additional software and some setup in your environment to run Bazel. For details, see the Windows requirements.
You can install the Bazel package using the Chocolatey package manager:
choco install bazel
This command will install the latest available version of Bazel and most of its dependencies, such as the msys2 shell. This will not install Visual C++ though.
See Chocolatey installation and package maintenance guide for more information about the Chocolatey package.