Automic VaultAutomic Vault

brew

Install grpc with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Next generation open source RPC library and framework. Version 1.82.0 via Homebrew; verified 2026-07-02.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install grpc

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install grpc

MacPorts ports tree · devel/grpc/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add grpc

Alpine Linux edge package indexes · grpc · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install libgrpc++-dev

Debian stable package indexes · libgrpc++-dev · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install grpc

Fedora Rawhide package metadata · grpc · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#grpc

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

Arch Linux pacmanverified · 92%
sudo pacman -S grpc

Arch Linux sync databases · grpc · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install grpc-devel

openSUSE Tumbleweed package metadata · grpc-devel · source: download.opensuse.org

overview

Package summary

Next generation open source RPC library and framework

Commands and aliases

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

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: green

library-like package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • library-like package without higher-risk signals

Signals

  • metadata:library-like

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
grpc_cpp_plugincliglobal executable
grpc_csharp_plugincliglobal executable
grpc_node_plugincliglobal executable
grpc_objective_c_plugincliglobal executable
grpc_php_plugincliglobal executable
grpc_python_plugincliglobal executable
grpc_ruby_plugincliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.82.0
manager updated2026-07-02
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/grpc/grpc

install metadata

Package metadata

Package keybrew:grpc
Version1.82.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/grpc
Homepagehttps://grpc.io/
Repositoryhttps://github.com/grpc/grpc
Upstream docshttps://grpc.io/docs
LicenseApache-2.0
Source archivehttps://github.com/grpc/grpc.git
Last updated2026-07-02T20:34:06Z
Pulseupdated
Dependenciesabseil, c-ares, openssl@3, protobuf, re2
Build dependenciescmake
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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