Automic VaultAutomic Vault

brew

Installer grpc avec Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de grpc pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install grpc

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install grpc

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

Linux

Alpine Linux apkvérifié · 92%
sudo apk add grpc

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

Fedora dnfvérifié · 92%
sudo dnf install grpc

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

Nixvérifié · 92%
nix profile install nixpkgs#grpc

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S grpc

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

Debian aptvérifié · 92%
sudo apt install libgrpc++-dev

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

openSUSE zyppervérifié · 92%
sudo zypper install grpc-devel

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

aperçu

Résumé du paquet

Next generation open source RPC library and framework

Commandes et alias

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

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

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

posture de sécurité

Niveau de risque : vert

library-like package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • library-like package without higher-risk signals

Signaux

  • metadata:library-like

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 5 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
grpc_cpp_plugincliexécutable global
grpc_csharp_plugincliexécutable global
grpc_node_plugincliexécutable global
grpc_objective_c_plugincliexécutable global
grpc_php_plugincliexécutable global
grpc_python_plugincliexécutable global
grpc_ruby_plugincliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire1.82.1
gestionnaire mis à jour2026-07-08
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/grpc/grpc

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:grpc
Version1.82.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/grpc
Page d'accueilhttps://grpc.io/
Dépôthttps://github.com/grpc/grpc
Docs amonthttps://grpc.io/docs
LicenceApache-2.0
Archive sourcehttps://github.com/grpc/grpc.git
Dernière mise à jour2026-07-08T16:33:49Z
Pulseupdated
Dépendancesabseil, c-ares, openssl@3, protobuf, re2
Dépendances de compilationcmake
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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 Dépendances
  • normalized package name match
  • Correspondance par : 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

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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