| Project: /_project.yaml |
| Book: /_book.yaml |
| |
| # Remote Execution Services |
| |
| Use the following services to run Bazel with remote execution: |
| |
| * Manual |
| |
| * Use the [gRPC protocol](https://github.com/bazelbuild/remote-apis){: .external} |
| directly to create your own remote execution service. |
| |
| * Self-service |
| |
| * [Buildbarn](https://github.com/buildbarn){: .external} |
| * [Buildfarm](https://github.com/bazelbuild/bazel-buildfarm){: .external} |
| * [BuildGrid](https://gitlab.com/BuildGrid/buildgrid){: .external} |
| * [Scoot](https://github.com/twitter/scoot){: .external} |
| |
| * Commercial |
| |
| * [EngFlow Remote Execution](https://www.engflow.com){: .external} - Remote execution |
| and remote caching service. Can be self-hosted or hosted. |
| * [BuildBuddy](https://www.buildbuddy.io){: .external} - Remote build execution, |
| caching, and results UI. |
| * [Flare](https://www.flare.build){: .external} - Providing a cache + CDN for Bazel |
| artifacts and Apple-focused remote builds in addition to build & test |
| analytics. |