# Installer bazel-remote avec Homebrew, dnf, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bazel-remote pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:bazel-remote
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bazel-remote
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install bazel-remote
```

  Preuve: Fedora Rawhide package metadata: bazel-remote from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#bazel-remote
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ba/bazel-remote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:bazel-remote
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.6.2
- **Résumé source:** Remote cache for Bazel
- **Page d'accueil:** <https://github.com/buchgr/bazel-remote/>
- **Dépôt:** <https://github.com/buchgr/bazel-remote>
- **Dernière mise à jour:** 2026-07-26T10:56:32+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- bazel-remote (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.6.2
## Historique du projet et usages

bazel-remote is a standalone HTTP/1.1 and gRPC remote build cache for Bazel and other REAPI clients, optimized for teams that want remote cache performance without operating a full remote execution service.

### Historique du projet

The project began in August 2017 as a basic HTTP cache and grew into a production remote-cache server with disk storage, least-recently-used eviction, S3 and GCS backends, gRPC support, REAPI compatibility, and Prometheus-friendly operational endpoints.

Its README reports that bazel-remote has served terabytes of cache artifacts per day since April 2018 on commodity hardware and AWS servers, which is unusually explicit operational history for a package-manager formula.

### Historique d'adoption

bazel-remote became useful as Bazel users adopted remote caching to make monorepo and CI builds faster without adopting remote execution at the same time.

Homebrew and Nix packaging reflect its role as deployable infrastructure: users install a single binary, point Bazel at its HTTP or gRPC endpoint, and size local disk or cloud-backed storage for their build workload.

### Modes d'utilisation

Operators configure a cache directory, maximum cache size, HTTP and/or gRPC listener, optional TLS/authentication, and optional proxy backends through flags, environment variables, or a YAML config file.

Bazel clients use bazel-remote for action-cache and content-addressable-storage reads and writes, while the server exposes /status, CAS test endpoints, metrics, and optional Remote Asset API support.

### Pourquoi les passionnés de paquets s'y intéressent

bazel-remote is package-nerd interesting because it packages build acceleration as a small Go service rather than a SaaS product or heavyweight cluster.

It sits at the boundary between package manager convenience and fleet infrastructure: a Homebrew-installed binary can be enough for local experiments, but the same executable can serve multi-terabyte-per-day CI traffic.

### Chronologie

- 2017-08: Upstream git history starts with an initial HTTP cache implementation.
- 2018-04: README reports bazel-remote serving terabytes of cache artifacts per day from this period onward.
- 2020s: README documents HTTP/1.1, gRPC REAPI, cloud proxy backends, zstd compressed blobs, and operational endpoints.

### Related projects

- Bazel is the primary client and provides remote cache flags used with bazel-remote.
- bazelbuild/remote-apis defines the REAPI services that bazel-remote implements in part.
- Remote execution systems can use bazel-remote as a cache component or as a simpler alternative when execution offload is unnecessary.

### Sources

- Upstream git history for https://github.com/buchgr/bazel-remote starts in August 2017.
- <https://github.com/buchgr/bazel-remote#readme documents project purpose, production-use history since April 2018, APIs, storage backends, configuration, and auth.>
- source_facts.package-manager-url records the Homebrew packaging surface.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: path passed with --config_file, $BAZEL_REMOTE_CONFIG_FILE

## Credential files

- Unix: path passed with --htpasswd_file, $BAZEL_REMOTE_HTPASSWD_FILE
## Autres enregistrements de gestionnaires de paquets

- Nix - bazel-remote: normalized package name match | nixpkgs package indexes: pkgs/by-name/ba/bazel-remote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - bazel-remote - 2.6.2-3.fc45: normalized package name match | Fedora Rawhide package metadata: bazel-remote from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A remote cache for Bazel | https://github.com/buchgr/bazel-remote


## Combined YAML source

View the package source record on GitHub. [combined/bazel-remote.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bazel-remote.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
