| --- |
| layout: documentation |
| title: Installing Bazel |
| --- |
| |
| # Installing Bazel |
| |
| See the instructions for installing Bazel on: |
| |
| * [Ubuntu Linux](install-ubuntu.md) |
| * [Fedora 25, 26, 27, 28, and CentOS 7](install-redhat.md) |
| * [macOS](install-os-x.md) |
| * [Windows](install-windows.md) |
| |
| ## Community-Supported Packages |
| * [Arch Linux](https://www.archlinux.org/packages/community/x86_64/bazel/) |
| * [Gentoo](https://packages.gentoo.org/packages/dev-util/bazel) |
| * [Linuxbrew](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/bazel.rb) |
| * [Scoop](https://github.com/lukesampson/scoop/blob/master/bucket/bazel.json) |
| * [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel/default.nix) |
| * [Parabola](https://www.parabola.nu/packages/?q=bazel) |
| * [FreeBSD](https://www.freshports.org/devel/bazel) |
| |
| ## Community-Supported Architectures |
| * [ppc64le](https://oplab9.parqtec.unicamp.br/pub/ppc64el/bazel) |
| |
| |
| For other platforms, you can try to [compile from source](install-compile-source.md). |