macOS
brew install protoc-gen-grpc-javalocal Homebrew formula metadata
brew / 順位 2966
protoc-gen-grpc-java のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install protoc-gen-grpc-javalocal Homebrew formula metadata
nix profile install nixpkgs#protoc-gen-grpc-javanixpkgs package indexes · pkgs/by-name/pr/protoc-gen-grpc-java/package.nix · ソース: api.github.com
概要
Protoc plugin for gRPC Java
履歴
protoc-gen-grpc-java is the official gRPC Java plugin for protoc. It generates Java client stubs, server base types, method descriptors, and service descriptors from protobuf service definitions.
gRPC was publicly announced in 2015 and reached its 1.0 production milestone for Java, Go, and several other language implementations in August 2016.
protoc-gen-grpc-java is developed within grpc-java as the code-generation plugin that converts protobuf service definitions into Java gRPC interfaces. The official compiler documentation describes both precompiled distribution and building the native generator from source.
Java was one of the gRPC implementations declared production-ready with gRPC 1.0 in August 2016. The milestone announcement described existing use across open-source infrastructure and commercial deployments.
Precompiled protoc-gen-grpc-java executables are published for common platforms, and Java builds often resolve the generator through Maven or Gradle integrations. Homebrew and Nix availability in source_facts.package-manager also supports direct command-line use.
Invoke protoc with the plugin available on PATH or specify it explicitly with --plugin, then pass --grpc-java_out for the output directory. The lite option generates bindings suited to protobuf-lite environments. Maven, Gradle, and Bazel builds commonly automate generator resolution and invocation. The executable has no documented persistent configuration or credentials file.
The plugin is a native protoc executable even though its output targets Java, so build tooling must select a binary matching the build host rather than the Java runtime target.
Its separation from protobuf's Java message generator exposes the two-stage nature of gRPC builds: protobuf generates messages, while protoc-gen-grpc-java generates service base classes and stubs. Build-system plugins commonly coordinate both artifacts.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
protoc-gen-grpc-java | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/grpc/grpc-java
インストールメタデータ
| パッケージキー | brew:protoc-gen-grpc-java |
|---|---|
| バージョン | 1.84.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/protoc-gen-grpc-java |
| ホームページ | https://grpc.io/docs/languages/java/ |
| リポジトリ | https://github.com/grpc/grpc-java |
| 上流ドキュメント | https://grpc.io/docs/languages/java/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/grpc/grpc-java/archive/refs/tags/v1.83.1.tar.gz |
| 最終更新 | 2026-09-14T13:44:11+02:00 |
| Pulse | updated |
| 依存関係 | abseil, protobuf |
| ビルド依存関係 | gradle@8, openjdk, pkgconf |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | protoc-gen-grpc-java |
| Version Scheme | 0 |
| Revision | 3 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
protoc-gen-grpc-java
nix profile install nixpkgs#protoc-gen-grpc-javaソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.