MCPcopy Index your code
hub / github.com/buildbuddy-io/buildbuddy

github.com/buildbuddy-io/buildbuddy @cli-v5.0.393

Chat with this repo
repository ↗ · DeepWiki ↗ · release cli-v5.0.393 ↗ · + Follow
20,663 symbols 122,380 edges 1,322 files 3,645 documented · 18% updated 1d agov2.283.0 · 2026-06-30★ 76216 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BuildBuddy is an open source Bazel build event viewer, result store, and remote cache.

Intro

BuildBuddy is an open source Bazel build event viewer, result store, and remote cache. It helps you collect, view, share and debug build events in a user-friendly web UI.

It's written in Golang and React and can be deployed as a Docker image. It's run both as a cloud hosted service and can be deployed to your cloud provider or run on-prem. BuildBuddy's core is open sourced in this repo under the MIT License.

Get started

Getting started with BuildBuddy is simple. Just add these two lines to your .bazelrc file.

.bazelrc

build --bes_results_url=https://app.buildbuddy.io/invocation/
build --bes_backend=grpcs://remote.buildbuddy.io

This will print a BuildBuddy URL containing your build results at the beginning and end of every Bazel invocation. You can command click / double click on these to open the results in a browser.

Want more? Get up and running quickly with our fully managed BuildBuddy Cloud service. It's free for individuals, open source projects, and teams of up to 3.

If you'd like to host your own instance on-prem or in the cloud, check out our documentation.

Documentation

Our documentation gives you a full look at how to set up and configure BuildBuddy.

Questions?

If you have any questions, join the BuildBuddy Slack channel or e-mail us at hello@buildbuddy.io. We’d love to chat!

Features

  • Build summary & logs - a high level overview of the build including who initiated the build, how long it took, how many targets were affected, etc. The build log makes it easy to share stack traces and errors with teammates which makes collaborative debugging easier. Build summary & logs

  • Target overview - quickly see which targets and tests passed / failed and dig into more details about them. Target overview

  • Detailed timing information - BuildBuddy invocations include a "Timing" tab - which pulls the Bazel profile logs from your build cache and displays them in a human-readable format. Detailed timing information

  • Invocation details - see all of the explicit flags, implicit options, and environment variables that affect your build. This is particularly useful when a build is working on one machine but not another - you can compare these and see what's different. Invocation details

  • Build artifacts - get a quick view of all of the build artifacts that were generated by this invocation so you can easily access them. Clicking on build artifacts downloads the artifact when using either the built-in BuildBuddy cache, or a third-party cache running in GRPC mode that supports the bytestream API - like bazel-remote. Artifacts

  • Raw logs - you can really dig into the details here. This is a complete view of all of the events that get sent up via Bazel's build event protocol. If you find yourself digging in here too much, let us know and we'll surface that info in a nicer UI. Raw logs

  • Remote cache support - BuildBuddy comes with an optional built-in Bazel remote cache to BuildBuddy, implementing the GRPC remote caching APIs. This allows BuildBuddy to optionally collect build artifacts, timing profile information, test logs, and more. Alternatively, BuildBuddy supports third-party caches running in GRPC mode that support the bytestream API - like bazel-remote.

  • Viewable test logs - BuildBuddy surfaces test logs directly in the UI when you click on a test target (GRPC remote cache required). Viewable test logs

  • Dense UI mode - if you want more information density, BuildBuddy has a "Dense mode" that packs more information into every square inch. Dense UI mode

  • BES backend multiplexing - if you're already pointing your bes_backend flag at another service. BuildBuddy has a build_event_proxy configuration option that allows you to specify other backends that your build events should be forwarded to. See the configuration docs for more information. BES backend multiplexing

  • Slack webhook support - BuildBuddy allows you to message a Slack channel when builds finish. It's a nice way of getting a quick notification when a long running build completes, or a CI build fails. See the configuration docs for more information. Slack webhook support

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 9,258
Function 8,574
Struct 1,668
Interface 544
Class 439
TypeAlias 98
FuncType 75
Enum 7

Languages

Go84%
TypeScript16%
Python1%

Modules by API surface

server/interfaces/interfaces.go637 symbols
server/real_environment/real_environment.go220 symbols
server/buildbuddy_server/buildbuddy_server.go165 symbols
enterprise/server/raft/store/store.go163 symbols
enterprise/server/remote_execution/containers/firecracker/firecracker.go124 symbols
enterprise/server/githubapp/githubapp.go123 symbols
cli/parser/options/options.go122 symbols
enterprise/server/backends/pebble_cache/pebble_cache.go121 symbols
enterprise/server/test/integration/remote_execution/rbetest/rbetest.go116 symbols
enterprise/server/scheduling/scheduler_server/scheduler_server.go109 symbols
enterprise/server/util/vfs_server/vfs_server.go108 symbols
enterprise/server/cmd/ci_runner/main.go108 symbols

Datastores touched

(mysql)Database · 1 repos
buildbuddy_dbDatabase · 1 repos
database_nameDatabase · 1 repos
buildbuddyDatabase · 1 repos
buildbuddy_dbDatabase · 1 repos
buildbuddy_testDatabase · 1 repos
dbDatabase · 1 repos

For agents

$ claude mcp add buildbuddy \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page