blob: bbac5132551569f4494465fdf2bc68498a87f7a9 [file] [log] [blame]
---
title: 'Installing Bazel'
---
This page describes the various platforms supported by Bazel and links
to the packages for more details.
[Bazelisk](/versions/6.1.0/install/bazelisk) is the recommended way to install Bazel on [Ubuntu Linux](/versions/6.1.0/install/ubuntu), [macOS](/versions/6.1.0/install/os-x), and [Windows](/versions/6.1.0/install/windows).
## Community-supported packages {:#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](https://www.archlinux.org/packages/community/x86_64/bazel/){: .external}
* [Fedora 25, 26, 27, 28, and CentOS 7](/versions/6.1.0/install/redhat)
* [CentOS 6](https://github.com/sub-mod/bazel-builds){: .external}
* [FreeBSD](https://www.freshports.org/devel/bazel){: .external}
* [Gentoo](https://packages.gentoo.org/packages/dev-util/bazel){: .external}
* [Linuxbrew](https://github.com/Linuxbrew/homebrew-core/blob/master/Formula/bazel.rb){: .external}
* [Nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/build-managers/bazel){: .external}
* [openSUSE](/versions/6.1.0/install/suse)
* [Parabola](https://www.parabola.nu/packages/?q=bazel){: .external}
* [Scoop](https://github.com/scoopinstaller/scoop-main/blob/master/bucket/bazel.json){: .external}
* [Raspberry Pi](https://github.com/koenvervloesem/bazel-on-arm/blob/master/README.md){: .external}
## Community-supported architectures {:#community-supported-architectures}
* [ppc64el](https://oplab9.parqtec.unicamp.br/pub/ppc64el/bazel){: .external}
For other platforms, you can try to [compile from source](/versions/6.1.0/install/compile-source).