Automic VaultAutomic Vault

brew

grpc を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

grpc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install grpc

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install grpc

MacPorts ports tree · devel/grpc/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add grpc

Alpine Linux edge package indexes · grpc · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install grpc

Fedora Rawhide package metadata · grpc · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#grpc

nixpkgs package indexes · pkgs/by-name/gr/grpc/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S grpc

Arch Linux sync databases · grpc · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install libgrpc++-dev

Debian stable package indexes · libgrpc++-dev · ソース: deb.debian.org

openSUSE zypper確認済み · 92%
sudo zypper install grpc-devel

openSUSE Tumbleweed package metadata · grpc-devel · ソース: download.opensuse.org

概要

パッケージ概要

Next generation open source RPC library and framework

コマンドとエイリアス

  • grpc_cpp_plugin
  • grpc_csharp_plugin
  • grpc_node_plugin
  • grpc_objective_c_plugin
  • grpc_php_plugin
  • grpc_python_plugin
  • grpc_ruby_plugin

履歴

プロジェクトの歴史と使われ方

gRPC is an open source, high-performance Remote Procedure Call framework used to define services with Protocol Buffers and generate client/server bindings across languages.

The Homebrew `grpc` package is especially package-manager-relevant because it ships native code and protocol-compiler plugins for multiple languages, making it part runtime library, part code-generation toolkit, and part distributed-systems plumbing.

プロジェクトの歴史

The gRPC design came from Google's internal Stubby RPC infrastructure. The official 2015 motivation and design post explains that Stubby had connected large numbers of Google microservices for more than a decade but was tied to internal infrastructure, while HTTP/2 and related public standards made an open rework practical.

gRPC was announced publicly in 2015 and reached 1.0 on 2016-08-23. The 1.0 announcement stated that C++, Java, Go, Node, Ruby, Python, and C# moved to 1.0 across Linux, Windows, and Mac, with Objective-C and Android Java support also moving to 1.0.

The 1.0 release established a stable core protocol and API surface, semantic versioning expectations, cross-language interoperability tests, and public performance measurements. That combination made gRPC packageable not only as a library but as a cross-language toolchain component.

CNCF accepted gRPC on 2017-02-16 at the Incubating maturity level. The CNCF project page identifies it as a high-performance open source universal RPC framework and exposes project health and contributor metrics through LFX insights.

採用の歴史

The 1.0 announcement described early usage in open source projects such as etcd, containerd, and CockroachDB and by companies including Netflix, Vendasta, YikYak, Carbon3D, Cisco, Juniper, Arista, and Ciena. It also cited Google Cloud APIs and TensorFlow using gRPC for API surfaces or inter-process communication.

The official site presents gRPC as useful across data centers, mobile applications, browsers, and backend services, with pluggable support for load balancing, tracing, health checking, and authentication.

gRPC-Web extended the model toward browser clients. The official gRPC-Web history notes work beginning in 2016, a 1.0/GA moment in 2018 for the Google implementation, and Envoy-proxy-based deployment patterns for translating browser requests to gRPC HTTP/2 services.

使われ方

Developers define services in `.proto` files, then use `protoc` and gRPC plugins to generate typed client and server code. The Homebrew package's executables are language plugins such as `grpc_cpp_plugin`, `grpc_csharp_plugin`, `grpc_node_plugin`, `grpc_objective_c_plugin`, `grpc_php_plugin`, `grpc_python_plugin`, and `grpc_ruby_plugin`.

Common package use is indirect: a developer installs `grpc` so builds can generate service stubs, compile native gRPC dependencies, or satisfy packages that need C-core-based language bindings.

gRPC's design goals explain why it became a package-manager staple: broad platform coverage, open licensing, interoperability over common infrastructure, general-purpose performance, streaming, blocking and non-blocking APIs, cancellation, flow control, pluggability, metadata, and standardized status codes.

パッケージ好きにとっての重要性

gRPC is a dependency magnet. It appears in language package managers, OS package managers, Docker images, generated-code workflows, and cloud-native control planes because service definitions need compiler plugins and runtime libraries.

It also illustrates a hard packaging problem: one protocol family spans C/C++, Go, Java, Python, Ruby, PHP, Objective-C, C#, Node, web proxies, and generated artifacts. OS packages often expose only a slice of that surface while language ecosystems ship their own runtime packages.

For CLI and formula users, the codegen plugins are the visible part. A successful install often matters less because a human will run `grpc_cpp_plugin` directly and more because Bazel, CMake, Make, Gradle, or another build tool can find it during protocol generation.

タイムライン

  • 2014: CNCF project metrics list the first commit date as 2014-05-06.
  • 2015: gRPC design principles were published, describing the public rework of Google's Stubby ideas.
  • 2016: gRPC 1.0 was announced on 2016-08-23.
  • 2017: gRPC was accepted to CNCF at the Incubating maturity level.
  • 2018: gRPC-Web reached general availability for the Google implementation.
  • 2021: The gRPC C# project announced a shift toward grpc-dotnet for the future of C# usage.

Related projects

  • Protocol Buffers provide the default interface definition language and message encoding for gRPC.
  • grpc-go, grpc-java, grpc-node, grpc-dotnet, grpc-web, and other language implementations carry gRPC into specific ecosystems.
  • Envoy is commonly used as a gRPC and gRPC-Web proxy in cloud-native deployments.
  • grpc-gateway maps gRPC services to REST/JSON interfaces for mixed client environments.
  • etcd, containerd, CockroachDB, TensorFlow, and several Google Cloud APIs are prominent projects or services cited by official gRPC materials.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 5 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
grpc_cpp_plugincliグローバル実行可能ファイル
grpc_csharp_plugincliグローバル実行可能ファイル
grpc_node_plugincliグローバル実行可能ファイル
grpc_objective_c_plugincliグローバル実行可能ファイル
grpc_php_plugincliグローバル実行可能ファイル
grpc_python_plugincliグローバル実行可能ファイル
grpc_ruby_plugincliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版1.82.1
マネージャ更新日2026-07-08
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/grpc/grpc

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:grpc
バージョン1.82.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/grpc
ホームページhttps://grpc.io/
リポジトリhttps://github.com/grpc/grpc
上流ドキュメントhttps://grpc.io/docs
ライセンスApache-2.0
ソースアーカイブhttps://github.com/grpc/grpc.git
最終更新2026-07-08T16:33:49Z
Pulseupdated
依存関係abseil, c-ares, openssl@3, protobuf, re2
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegrpc
Aliases
  • grpc@1.82
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libgrpc++-dev 1.51.1-6

high performance general RPC framework (development)

https://www.grpc.io/

sudo apt install libgrpc++-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: grpc
  • 8 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgrpc++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgrpc++1.51t64 1.51.1-6

high performance general RPC framework

https://www.grpc.io/

sudo apt install libgrpc++1.51t64
  • Section: libs
  • Architecture: amd64
  • Source Package: grpc
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgrpc++1.51t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgrpc-dev 1.51.1-6

high performance general RPC framework (development)

https://www.grpc.io/

sudo apt install libgrpc-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: grpc
  • 7 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgrpc-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgrpc29t64 1.51.1-6

high performance general RPC framework

https://www.grpc.io/

sudo apt install libgrpc29t64
  • Section: libs
  • Architecture: amd64
  • Source Package: grpc
  • 10 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgrpc29t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

protobuf-compiler-grpc 1.51.1-6

high performance general RPC framework - protobuf plugin

https://www.grpc.io/

sudo apt install protobuf-compiler-grpc
  • Section: libs
  • Architecture: amd64
  • Source Package: grpc
  • 7 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: protobuf-compiler-grpc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-grpcio 1.51.1-6

GRPC system (Python 3)

https://www.grpc.io/

sudo apt install python3-grpcio
  • Section: python
  • Architecture: amd64
  • Source Package: grpc
  • 9 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-grpcio from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ruby-grpc 1.51.1-6

GRPC system in Ruby

https://www.grpc.io/

sudo apt install ruby-grpc
  • Section: ruby
  • Architecture: amd64
  • Source Package: grpc
  • 6 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ruby-grpc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

ruby-grpc-tools 1.51.1-6

Development tools for Ruby gRPC

https://www.grpc.io/

sudo apt install ruby-grpc-tools
  • Section: ruby
  • Architecture: all
  • Source Package: grpc
  • 3 依存関係
  • normalized package name match
  • 一致条件: Grpc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: ruby-grpc-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

grpc

nix profile install nixpkgs#grpc
  • normalized package name match
  • 一致条件: Grpc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gr/grpc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libgrpc++-dev 1.51.1-4.1build5

high performance general RPC framework (development)

https://www.grpc.io/

sudo apt install libgrpc++-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: grpc
  • 8 依存関係
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgrpc++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgrpc++1.51t64 1.51.1-4.1build5

high performance general RPC framework

https://www.grpc.io/

sudo apt install libgrpc++1.51t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: grpc
  • 6 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgrpc++1.51t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgrpc-dev 1.51.1-4.1build5

high performance general RPC framework (development)

https://www.grpc.io/

sudo apt install libgrpc-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: grpc
  • 7 依存関係
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgrpc-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgrpc29t64 1.51.1-4.1build5

high performance general RPC framework

https://www.grpc.io/

sudo apt install libgrpc29t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: grpc
  • 10 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgrpc29t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

protobuf-compiler-grpc 1.51.1-4.1build5

high performance general RPC framework - protobuf plugin

https://www.grpc.io/

sudo apt install protobuf-compiler-grpc
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: grpc
  • 7 依存関係
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: protobuf-compiler-grpc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-grpcio 1.51.1-4.1build5

GRPC system (Python 3)

https://www.grpc.io/

sudo apt install python3-grpcio
  • Section: universe/python
  • Architecture: amd64
  • Source Package: grpc
  • 9 依存関係
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-grpcio from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

ruby-grpc 1.51.1-4.1build5

GRPC system in Ruby

https://www.grpc.io/

sudo apt install ruby-grpc
  • Section: universe/ruby
  • Architecture: amd64
  • Source Package: grpc
  • 6 依存関係
  • normalized package name match
  • 一致条件: Grpc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: ruby-grpc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment