macOS
brew install grpclocal Homebrew formula metadata
sudo port install grpcMacPorts ports tree · devel/grpc/Portfile · source: api.github.com
brew
Next generation open source RPC library and framework. Version 1.82.0 via Homebrew; verified 2026-07-02.
install
brew install grpclocal Homebrew formula metadata
sudo port install grpcMacPorts ports tree · devel/grpc/Portfile · source: api.github.com
sudo apk add grpcAlpine Linux edge package indexes · grpc · source: dl-cdn.alpinelinux.org
sudo apt install libgrpc++-devDebian stable package indexes · libgrpc++-dev · source: deb.debian.org
sudo dnf install grpcFedora Rawhide package metadata · grpc · source: dl.fedoraproject.org
nix profile install nixpkgs#grpcnixpkgs package indexes · pkgs/by-name/gr/grpc/package.nix · source: api.github.com
sudo pacman -S grpcArch Linux sync databases · grpc · source: geo.mirror.pkgbuild.com
sudo zypper install grpc-developenSUSE Tumbleweed package metadata · grpc-devel · source: download.opensuse.org
overview
Next generation open source RPC library and framework
history
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.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
grpc_cpp_plugin | cli | global executable | |
grpc_csharp_plugin | cli | global executable | |
grpc_node_plugin | cli | global executable | |
grpc_objective_c_plugin | cli | global executable | |
grpc_php_plugin | cli | global executable | |
grpc_python_plugin | cli | global executable | |
grpc_ruby_plugin | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:grpc |
|---|---|
| Version | 1.82.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/grpc |
| Homepage | https://grpc.io/ |
| Repository | https://github.com/grpc/grpc |
| Upstream docs | https://grpc.io/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/grpc/grpc.git |
| Last updated | 2026-07-02T20:34:06Z |
| Pulse | updated |
| Dependencies | abseil, c-ares, openssl@3, protobuf, re2 |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | grpc |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libgrpc++-dev 1.51.1-6
high performance general RPC framework (development)
sudo apt install libgrpc++-devlibgrpc++1.51t64 1.51.1-6
high performance general RPC framework
sudo apt install libgrpc++1.51t64libgrpc-dev 1.51.1-6
high performance general RPC framework (development)
sudo apt install libgrpc-devlibgrpc29t64 1.51.1-6
high performance general RPC framework
sudo apt install libgrpc29t64protobuf-compiler-grpc 1.51.1-6
high performance general RPC framework - protobuf plugin
sudo apt install protobuf-compiler-grpcpython3-grpcio 1.51.1-6
GRPC system (Python 3)
sudo apt install python3-grpcioruby-grpc 1.51.1-6
GRPC system in Ruby
sudo apt install ruby-grpcruby-grpc-tools 1.51.1-6
Development tools for Ruby gRPC
sudo apt install ruby-grpc-toolsgrpc
nix profile install nixpkgs#grpclibgrpc++-dev 1.51.1-4.1build5
high performance general RPC framework (development)
sudo apt install libgrpc++-devlibgrpc++1.51t64 1.51.1-4.1build5
high performance general RPC framework
sudo apt install libgrpc++1.51t64libgrpc-dev 1.51.1-4.1build5
high performance general RPC framework (development)
sudo apt install libgrpc-devlibgrpc29t64 1.51.1-4.1build5
high performance general RPC framework
sudo apt install libgrpc29t64protobuf-compiler-grpc 1.51.1-4.1build5
high performance general RPC framework - protobuf plugin
sudo apt install protobuf-compiler-grpcpython3-grpcio 1.51.1-4.1build5
GRPC system (Python 3)
sudo apt install python3-grpcioruby-grpc 1.51.1-4.1build5
GRPC system in Ruby
sudo apt install ruby-grpcsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.