macOS
brew install grpclocal Homebrew formula metadata
sudo port install grpcMacPorts ports tree · devel/grpc/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für grpc in AI-Agent-Workflows.
Installation
brew install grpclocal Homebrew formula metadata
sudo port install grpcMacPorts ports tree · devel/grpc/Portfile · Quelle: api.github.com
sudo apk add grpcAlpine Linux edge package indexes · grpc · Quelle: dl-cdn.alpinelinux.org
sudo dnf install grpcFedora Rawhide package metadata · grpc · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#grpcnixpkgs package indexes · pkgs/by-name/gr/grpc/package.nix · Quelle: api.github.com
sudo pacman -S grpcArch Linux sync databases · grpc · Quelle: geo.mirror.pkgbuild.com
sudo apt install libgrpc++-devDebian stable package indexes · libgrpc++-dev · Quelle: deb.debian.org
sudo zypper install grpc-developenSUSE Tumbleweed package metadata · grpc-devel · Quelle: download.opensuse.org
Überblick
Next generation open source RPC library and framework
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
grpc_cpp_plugin | cli | globales Executable | |
grpc_csharp_plugin | cli | globales Executable | |
grpc_node_plugin | cli | globales Executable | |
grpc_objective_c_plugin | cli | globales Executable | |
grpc_php_plugin | cli | globales Executable | |
grpc_python_plugin | cli | globales Executable | |
grpc_ruby_plugin | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:grpc |
|---|---|
| Version | 1.82.1 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/grpc |
| Homepage | https://grpc.io/ |
| Repository | https://github.com/grpc/grpc |
| Upstream-Dokumentation | https://grpc.io/docs |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/grpc/grpc.git |
| Zuletzt aktualisiert | 2026-07-08T16:33:49Z |
| Pulse | updated |
| Abhängigkeiten | abseil, c-ares, openssl@3, protobuf, re2 |
| Build-Abhängigkeiten | cmake |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-grpcQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.