About 73,900 results
Open links in new tab
  1. Bazel

    When you build software with Bazel, you're running the same code that has been refined and tested for years at Google to build heavy-duty, mission-critical infrastructure, services, and applications.

  2. Bazel

    First build guides Once you have installed Bazel, follow these tutorials to go through the basic Bazel workflow. Coming soon: Keep an eye out — we're working on these guides!

  3. Using Bazel

    User guide Explore the Bazel documentation to find tutorials and guides for users of all levels.

  4. Intro to Bazel

    Dec 12, 2025 · Bazel ships with a number of build rules covering the most common artifact types in the supported languages on supported platforms. Run Bazel from the command line.

  5. Bazel

    Curious about build systems like Bazel and whether they are right for your project? Read up on the concepts and terminology of this technology to see how it can help you build and scale.

  6. Bazel overview - Bazel 4.2.1

    Bazel ships with a number of build rules covering the most common artifact types in the supported languages on supported platforms. Run Bazel from the command line.

  7. Getting started - Bazel 4.2.2

    To try out Bazel inside a Docker container, check out our public Ubuntu Linux (16.04) based Bazel container in Google Cloud Marketplace. To get started with the Bazel container, check out Getting …

  8. Installing Bazel

    Dec 12, 2025 · 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 …

  9. Bazel Tutorial: Build a C++ Project

    3 days ago · This tutorial defines key terms as they are used in Bazel's context and walks you through the basics of the Bazel workflow. Starting with the tools you need, you will build and run three …

  10. Bazel Tutorial: Build a Go Project

    Dec 12, 2025 · In this tutorial, we built and tested a small Go project with Bazel, and we learned some core Bazel concepts along the way. To get started building other applications with Bazel, see the …