Skip to main content
Bazel Documentation home page
8.0
English
Search...
⌘K
Module Registry
Blog
Github
Search...
Navigation
Install
Installing Bazel
About Bazel
Getting started
User guide
Reference
Extending
Community
Install
Install
Installing / Updating Bazel using Bazelisk
Installing Bazel on macOS
Windows
Installing Bazel on Ubuntu
Installing Bazel on openSUSE Tumbleweed & Leap
Getting Started with Bazel Docker Container
Compiling Bazel from Source
Command-Line Completion
Integrating Bazel with IDEs
First build tutorials
Bazel Tutorial: Build a C++ Project
Bazel Tutorial: Build a Java Project
Bazel Tutorial: Build an Android App
Bazel Tutorial: Build an iOS App
Concepts
Repositories, workspaces, packages, and targets
Labels
Build files
Dependencies
Visibility
Migrating to Platforms
Hermeticity
On this page
Community-supported packages
Community-supported architectures
Install
Installing Bazel
This page describes the various platforms supported by Bazel and links to the packages for more details.
Bazelisk
is the recommended way to install Bazel on
Ubuntu Linux
,
macOS
, and
Windows
.
You can find available Bazel releases on our
release page
.
Community-supported packages
Bazel community members maintain these packages. The Bazel team doesn’t officially support them. Contact the package maintainers for support.
Arch Linux
CentOS 6
Debian
FreeBSD
Gentoo
Homebrew
Nixpkgs
openSUSE
Parabola
Scoop
Raspberry Pi
Community-supported architectures
ppc64el
For other platforms, you can try to
compile from source
.
Installing / Updating Bazel using Bazelisk
⌘I