| --- |
| title: 'Installing Bazel' |
| --- |
| |
| |
| |
| This page describes the various platforms supported by Bazel and links |
| to the packages for more details. |
| |
| [Bazelisk](/install/bazelisk) is the recommended way to install Bazel on [Ubuntu Linux](/install/ubuntu), [macOS](/install/os-x), and [Windows](/install/windows). |
| |
| You can find available Bazel releases on our [release page](/release). |
| |
| ## Community-supported packages |
| |
| Bazel community members maintain these packages. The Bazel team doesn't |
| officially support them. Contact the package maintainers for support. |
| |
| * [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=bazel*&branch=edge&repo=&arch=&origin=&flagged=&maintainer=) |
| * [Arch Linux][arch] |
| * [Debian](https://qa.debian.org/developer.php?email=team%2Bbazel%40tracker.debian.org) |
| * [Fedora](https://copr.fedorainfracloud.org/coprs/lihaohong/bazel) |
| * [FreeBSD](https://www.freshports.org/devel/bazel) |
| * [Homebrew](https://formulae.brew.sh/formula/bazel) |
| * [mise](install/mise) |
| * [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel) |
| * [openSUSE](/install/suse) |
| * [Scoop](https://github.com/scoopinstaller/scoop-main/blob/master/bucket/bazel.json) |
| * [Raspberry Pi](https://github.com/koenvervloesem/bazel-on-arm/blob/master/README.md) |
| |
| ## Community-supported architectures |
| |
| * [ppc64el](https://ftp2.osuosl.org/pub/ppc64el/bazel/) |
| |
| For other platforms, you can try to [compile from source](/install/compile-source). |
| |
| [arch]: https://archlinux.org/packages/extra/x86_64/bazel/ |