macOS
brew install bazel-remotelocal Homebrew formula metadata
brew / 順位 7800
bazel-remote のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install bazel-remotelocal Homebrew formula metadata
sudo dnf install bazel-remoteFedora Rawhide package metadata · bazel-remote · ソース: dl.fedoraproject.org
nix profile install nixpkgs#bazel-remotenixpkgs package indexes · pkgs/by-name/ba/bazel-remote/package.nix · ソース: api.github.com
概要
Remote cache for Bazel
履歴
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.
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.
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.
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.
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
path passed with --config_file$BAZEL_REMOTE_CONFIG_FILECredential-bearing paths to review before unattended agent runs.
path passed with --htpasswd_file$BAZEL_REMOTE_HTPASSWD_FILE実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bazel-remote | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:bazel-remote |
|---|---|
| バージョン | 2.6.2 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/buchgr/bazel-remote/ |
| リポジトリ | https://github.com/buchgr/bazel-remote |
| 最終更新 | 2026-07-26T10:56:32+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
bazel-remote
nix profile install nixpkgs#bazel-remotebazel-remote 2.6.2-3.fc45
A remote cache for Bazel
https://github.com/buchgr/bazel-remote
sudo dnf install bazel-remoteソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.