A summary of data about the Ruby ecosystem.

https://github.com/grpc/grpc

C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://github.com/grpc/grpc

Keywords from Contributors

marshalling protobuf-runtime protoc protocol-buffers protocol-compiler activerecord activejob mvc rubygems ruby-gem

Last synced: about 14 hours ago
JSON representation

Repository metadata

C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)

README.md

gRPC – An RPC library and framework

gRPC is a modern, open source, high-performance remote procedure call (RPC)
framework that can run anywhere. gRPC enables client and server applications to
communicate transparently, and simplifies the building of connected systems.

Join the chat at https://gitter.im/grpc/grpc

To start using gRPC

To maximize usability, gRPC supports the standard method for adding dependencies
to a user's chosen language (if there is one). In most languages, the gRPC
runtime comes as a package available in a user's language package manager.

For instructions on how to use the language-specific gRPC runtime for a project,
please refer to these documents

  • C++: follow the instructions under the src/cpp directory
  • C#/.NET: NuGet packages
    Grpc.Net.Client, Grpc.AspNetCore.Server
  • Dart: pub package grpc
  • Go: go get google.golang.org/grpc
  • Java: Use JARs from Maven Central
    Repository
  • Kotlin: Use JARs from Maven Central
    Repository
  • Node: npm install @grpc/grpc-js
  • Objective-C: Add gRPC-ProtoRPC dependency to podspec
  • PHP: pecl install grpc
  • Python: pip install grpcio
  • Ruby: gem install grpc
  • WebJS: follow the grpc-web instructions

Per-language quickstart guides and tutorials can be found in the
documentation section on the grpc.io website. Code
examples are available in the examples directory.

Precompiled bleeding-edge package builds of gRPC master branch's HEAD are
uploaded daily to packages.grpc.io.

To start developing gRPC

Contributions are welcome!

Please read How to contribute which will guide you through
the entire workflow of how to build the source code, how to run the tests, and
how to contribute changes to the gRPC codebase. The "How to contribute" document
also contains info on how the contribution process works and contains best
practices for creating contributions.

Troubleshooting

Sometimes things go wrong. Please check out the
Troubleshooting guide if you are experiencing issues with
gRPC.

Performance

See the Performance dashboard
for performance numbers of master branch daily builds.

Concepts

See gRPC Concepts

About This Repository

This repository contains source code for gRPC libraries implemented in multiple
languages written on top of a shared C++ core library src/core.

Libraries in different languages may be in various states of development. We are
seeking contributions for all of these libraries:

Language Source
Shared C++ [core library] src/core
C++ src/cpp
Ruby src/ruby
Python src/python
PHP src/php
C# (core library based) src/csharp
Objective-C src/objective-c
Language Source repo
Java grpc-java
Kotlin grpc-kotlin
Go grpc-go
NodeJS grpc-node
WebJS grpc-web
Dart grpc-dart
.NET (pure C# impl.) grpc-dotnet
Swift grpc-swift

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 18 hours ago

Total Commits: 41,335
Total Committers: 1,088
Avg Commits per committer: 37.992
Development Distribution Score (DDS): 0.821

Commits in past year: 1,609
Committers in past year: 126
Avg Commits per committer in past year: 12.77
Development Distribution Score (DDS) in past year: 0.817

Name Email Commits
Craig Tiller c****r@g****m 7409
Jan Tattermusch j****h@g****m 3690
Mark D. Roth r****h@g****m 2178
Yash Tibrewal y****t@g****m 1580
Muxi Yan m****n@g****m 1369
murgatroid99 m****h@g****m 1289
Vijay Pai v****i@g****m 1259
Lidi Zheng l****z@g****m 1070
David Garcia Quintas d****q@g****m 1045
Esun Kim v****h@g****m 973
yang-g y****g@g****m 963
Richard Belleville r****i@g****m 840
ncteisen n****n@g****m 834
Nicolas "Pixel" Noble p****l@n****g 763
Alexander Polcyn a****n@g****m 725
Tanvi Jagtap 1****p 721
AJ Heller h****k@g****m 595
Sree Kuchibhotla s****k@g****m 571
Jorge Canizales j****s@g****m 553
Yuchen Zeng z****c@g****m 508
Stanley Cheung s****g@g****m 500
Mehrdad Afshari m****x@g****m 413
Tim Emiola t****a@g****m 342
Sergii Tkachenko s****k@g****m 310
Karthik Ravi Shankar k****s@g****m 294
Nathaniel Manista n****l@g****m 285
Ken Payson k****n@g****m 281
Eric Gribkoff e****f@g****m 277
Vignesh Babu v****u@g****m 265
Donna Dionne d****e@g****m 256
and 1058 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1,609
Total pull requests: 10,745
Average time to close issues: 10 months
Average time to close pull requests: 25 days
Total issue authors: 1,256
Total pull request authors: 460
Average comments per issue: 4.22
Average comments per pull request: 0.59
Merged pull request: 2,705
Bot issues: 4
Bot pull requests: 2,012

Past year issues: 126
Past year pull requests: 1,027
Past year average time to close issues: about 2 months
Past year average time to close pull requests: 14 days
Past year issue authors: 107
Past year pull request authors: 140
Past year average comments per issue: 2.21
Past year average comments per pull request: 0.85
Past year merged pull request: 197
Past year bot issues: 1
Past year bot pull requests: 441

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/grpc/grpc

Top Issue Authors

  • markdroth (14)
  • yashykt (13)
  • veblush (13)
  • gnossen (13)
  • parthea (12)
  • apolcyn (12)
  • h-vetinari (10)
  • yuanweiz (9)
  • RubenGarcia (8)
  • jtattermusch (7)
  • bebuch (7)
  • jhump (6)
  • atollena (6)
  • ghost (6)
  • lidizheng (5)

Top Pull Request Authors

  • copybara-service[bot] (1,771)
  • ctiller (1,485)
  • tanvi-jagtap (934)
  • markdroth (689)
  • yashykt (639)
  • veblush (590)
  • drfloob (511)
  • XuanWang-Amos (367)
  • eugeneo (334)
  • sergiitk (221)
  • yijiem (167)
  • apolcyn (163)
  • github-actions[bot] (162)
  • asheshvidyut (159)
  • HannahShiSFB (135)

Top Issue Labels

  • priority/P2 (1,354)
  • kind/bug (1,113)
  • untriaged (534)
  • lang/Python (428)
  • lang/c++ (414)
  • lang/core (349)
  • kind/enhancement (256)
  • disposition/requires reporter action (168)
  • priority/P3 (118)
  • lang/ruby (105)
  • disposition/help wanted (91)
  • kind/question (87)
  • lang/C# (71)
  • lang/php (68)
  • disposition/never stale (64)
  • area/security (62)
  • area/build (44)
  • kind/internal cleanup (34)
  • disposition/stale (20)
  • release notes: no (19)
  • per-channel-memory/neutral (17)
  • lang/ObjC (16)
  • bloat/none (16)
  • lang/other (12)
  • platform/Windows (11)
  • TVC (10)
  • area/core (10)
  • platform/iOS (9)
  • lang/all (9)
  • area/api (8)

Top Pull Request Labels

  • release notes: no (8,340)
  • per-channel-memory/neutral (7,819)
  • bloat/none (6,906)
  • lang/core (5,764)
  • per-call-memory/neutral (5,469)
  • lang/c++ (2,140)
  • per-call-memory/increase (1,288)
  • exported (1,272)
  • lang/Python (1,255)
  • per-call-memory/decrease (1,214)
  • imported (857)
  • release notes: yes (656)
  • lang/ObjC (610)
  • bloat/low (569)
  • lang/ruby (568)
  • lang/php (358)
  • lang/C# (334)
  • bloat/improvement (314)
  • area/build (282)
  • bloat/medium (256)
  • area/psm interop (168)
  • area/security (155)
  • area/test (141)
  • area/infra (128)
  • per-channel-memory/increase (81)
  • dependencies (79)
  • PR title format (61)
  • lang/all (58)
  • disposition/requires reporter action (57)
  • per-channel-memory/decrease (52)

Package metadata

nixpkgs-unstable: php82Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-24.11: python312Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.11: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.11: php83Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-23.11: python310Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-unstable: php84Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-unstable: python313Packages.grpcio-status

GRPC Python status proto mapping

pypi.org: grpcio

HTTP/2-based RPC framework

pypi.org: grpcio-status

Status proto mapping for gRPC

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_status.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:27.499Z (about 18 hours ago)
  • Versions: 201
  • Dependent Packages: 128
  • Dependent Repositories: 3,611
  • Downloads: 882,336,512 Last month
  • Docker Downloads: 1,067,802,701
  • Rankings:
    • Downloads: 0.004%
    • Docker downloads count: 0.078%
    • Average: 0.11%
    • Dependent repos count: 0.165%
    • Dependent packages count: 0.195%
  • Maintainers (2)
pypi.org: grpcio-tools

Protobuf code generator for gRPC

  • Homepage: https://grpc.io
  • Documentation: https://grpcio-tools.readthedocs.io/
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:52.272Z (about 18 hours ago)
  • Versions: 263
  • Dependent Packages: 505
  • Dependent Repositories: 5,698
  • Downloads: 267,643,916 Last month
  • Docker Downloads: 102,433,841
  • Rankings:
    • Downloads: 0.033%
    • Dependent packages count: 0.05%
    • Stargazers count: 0.069%
    • Forks count: 0.09%
    • Dependent repos count: 0.127%
    • Average: 0.145%
    • Docker downloads count: 0.501%
  • Maintainers (2)
cocoapods.org: gRPC-ProtoRPC

RPC library for Protocol Buffers, based on gRPC

pypi.org: grpcio-reflection

Standard Protobuf Reflection Service for gRPC

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_reflection.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:03:23.026Z (about 18 hours ago)
  • Versions: 262
  • Dependent Packages: 66
  • Dependent Repositories: 968
  • Downloads: 10,559,908 Last month
  • Docker Downloads: 764,291,478
  • Rankings:
    • Docker downloads count: 0.096%
    • Downloads: 0.171%
    • Average: 0.249%
    • Dependent packages count: 0.358%
    • Dependent repos count: 0.372%
  • Maintainers (2)
cocoapods.org: gRPC-Core

Core cross-platform gRPC library, written in C

pypi.org: grpcio-health-checking

Standard Health Checking Service for gRPC

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_health_checking.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:03:39.362Z (about 18 hours ago)
  • Versions: 271
  • Dependent Packages: 58
  • Dependent Repositories: 1,262
  • Downloads: 83,738,467 Last month
  • Docker Downloads: 320,309
  • Rankings:
    • Downloads: 0.153%
    • Dependent repos count: 0.325%
    • Dependent packages count: 0.448%
    • Average: 0.468%
    • Docker downloads count: 0.945%
  • Maintainers (2)
cocoapods.org: gRPC

gRPC client library for iOS/OSX

cocoapods.org: gRPC-RxLibrary

Reactive Extensions library for iOS/OSX.

conda-forge.org: grpcio

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.49.1 (published almost 4 years ago)
  • Last Synced: 2026-07-26T03:01:23.572Z (22 days ago)
  • Versions: 36
  • Dependent Packages: 68
  • Dependent Repositories: 480
  • Downloads: 21,228,126 Total
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 0.911%
    • Dependent packages count: 1.143%
    • Dependent repos count: 1.282%
nuget.org: grpc.dependencies.zlib.redist

Redistributable components for package 'grpc.dependencies.zlib'. This package should only be installed as a dependency. (This is not the package you are looking for).

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:01:17.913Z (about 18 hours ago)
  • Versions: 3
  • Dependent Packages: 5
  • Dependent Repositories: 21
  • Rankings:
    • Forks count: 0.009%
    • Stargazers count: 0.015%
    • Average: 1.058%
    • Dependent repos count: 1.522%
    • Dependent packages count: 2.686%
nuget.org: grpc.dependencies.openssl.redist

Redistributable components for package 'grpc.dependencies.openssl'. This package should only be installed as a dependency. (This is not the package you are looking for).

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:25.063Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 5
  • Dependent Repositories: 21
  • Rankings:
    • Forks count: 0.013%
    • Stargazers count: 0.015%
    • Average: 1.108%
    • Dependent repos count: 1.511%
    • Dependent packages count: 2.895%
pypi.org: grpcio-testing

Testing utilities for gRPC Python

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_testing.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:28.202Z (about 18 hours ago)
  • Versions: 219
  • Dependent Packages: 15
  • Dependent Repositories: 134
  • Downloads: 584,144 Last month
  • Docker Downloads: 866
  • Rankings:
    • Dependent packages count: 0.701%
    • Downloads: 0.735%
    • Average: 1.12%
    • Dependent repos count: 1.291%
    • Docker downloads count: 1.752%
  • Maintainers (2)
proxy.golang.org: github.com/grpc/grpc/tools/http2_interop

  • Homepage: https://github.com/grpc/grpc
  • Documentation: https://pkg.go.dev/github.com/grpc/grpc/tools/http2_interop#section-documentation
  • Licenses: Apache-2.0,BSD-3-Clause,MPL-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:16.719Z (about 18 hours ago)
  • Versions: 0
  • Dependent Packages: 2
  • Dependent Repositories: 5
  • Rankings:
    • Forks count: 0.017%
    • Stargazers count: 0.03%
    • Average: 1.619%
    • Dependent repos count: 2.251%
    • Dependent packages count: 4.177%
nuget.org: grpc.native.csharp

This package has been deprecated and its contents are now part of Grpc.Core package (starting from version 0.14.0). Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:14.803Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 4
  • Dependent Repositories: 4
  • Rankings:
    • Forks count: 0.009%
    • Stargazers count: 0.015%
    • Average: 1.76%
    • Dependent packages count: 3.363%
    • Dependent repos count: 3.652%
pypi.org: grpcio-channelz

Channel Level Live Debug Information Service for gRPC

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_channelz.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:13.201Z (about 18 hours ago)
  • Versions: 201
  • Dependent Packages: 7
  • Dependent Repositories: 102
  • Downloads: 116,361 Last month
  • Docker Downloads: 97
  • Rankings:
    • Downloads: 0.99%
    • Dependent packages count: 1.079%
    • Dependent repos count: 1.467%
    • Average: 1.772%
    • Docker downloads count: 3.553%
  • Maintainers (2)
conda-forge.org: grpc-cpp

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.49.1 (published almost 4 years ago)
  • Last Synced: 2026-07-26T03:00:43.372Z (22 days ago)
  • Versions: 59
  • Dependent Packages: 17
  • Dependent Repositories: 90
  • Downloads: 15,590,813 Total
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 2.16%
    • Dependent repos count: 3.668%
    • Dependent packages count: 3.753%
proxy.golang.org: github.com/grpc/Grpc

  • Homepage: https://github.com/grpc/Grpc
  • Documentation: https://pkg.go.dev/github.com/grpc/Grpc#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.80.0 (published 5 months ago)
  • Last Synced: 2026-08-15T23:01:47.576Z (about 18 hours ago)
  • Versions: 376
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.017%
    • Stargazers count: 0.031%
    • Average: 2.687%
    • Dependent packages count: 5.177%
    • Dependent repos count: 5.525%
nuget.org: grpc.dependencies.zlib

A native zlib library. zlib homepage: http://zlib.net

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:16.827Z (about 18 hours ago)
  • Versions: 3
  • Dependent Packages: 1
  • Dependent Repositories: 20
  • Rankings:
    • Forks count: 0.013%
    • Stargazers count: 0.015%
    • Dependent repos count: 1.554%
    • Average: 3.13%
    • Dependent packages count: 10.936%
proxy.golang.org: github.com/grpc/grpc

  • Homepage: https://github.com/grpc/grpc
  • Documentation: https://pkg.go.dev/github.com/grpc/grpc#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.76.0 (published 10 months ago)
  • Last Synced: 2026-08-15T17:33:51.035Z (about 23 hours ago)
  • Versions: 371
  • Dependent Packages: 0
  • Dependent Repositories: 2
  • Rankings:
    • Forks count: 0.018%
    • Stargazers count: 0.03%
    • Average: 3.272%
    • Dependent repos count: 3.48%
    • Dependent packages count: 9.561%
conda-forge.org: libgrpc

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.49.1 (published almost 4 years ago)
  • Last Synced: 2026-04-01T16:17:24.574Z (5 months ago)
  • Versions: 1
  • Dependent Packages: 10
  • Dependent Repositories: 36
  • Downloads: 31,866,524 Total
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 3.309%
    • Dependent packages count: 5.918%
    • Dependent repos count: 6.098%
nuget.org: grpc.native.csharp_ext

This package has been deprecated and its contents are now integral part of Grpc.Core package. Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:26.256Z (about 18 hours ago)
  • Versions: 7
  • Dependent Packages: 1
  • Dependent Repositories: 6
  • Rankings:
    • Forks count: 0.013%
    • Stargazers count: 0.015%
    • Dependent repos count: 2.915%
    • Average: 3.469%
    • Dependent packages count: 10.932%
anaconda.org: grpcio

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io
  • Licenses: Apache-2.0
  • Latest release: 1.82.1 (published 10 days ago)
  • Last Synced: 2026-08-06T19:17:28.505Z (10 days ago)
  • Versions: 19
  • Dependent Packages: 5
  • Dependent Repositories: 480
  • Downloads: 1,027,092 Total
  • Rankings:
    • Stargazers count: 0.906%
    • Forks count: 2.536%
    • Average: 4.944%
    • Dependent repos count: 7.579%
    • Dependent packages count: 8.756%
proxy.golang.org: github.com/gRPC/grpc

  • Homepage: https://github.com/gRPC/grpc
  • Documentation: https://pkg.go.dev/github.com/gRPC/grpc#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.80.0 (published 5 months ago)
  • Last Synced: 2026-08-15T23:01:25.749Z (about 18 hours ago)
  • Versions: 376
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.823%
    • Average: 4.986%
    • Dependent repos count: 5.148%
nuget.org: grpc.dependencies.openssl

Native OpenSSL library. OpenSSL homepage: http://www.openssl.org

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:16.900Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 20
  • Rankings:
    • Forks count: 0.013%
    • Stargazers count: 0.015%
    • Dependent repos count: 1.554%
    • Average: 5.577%
    • Dependent packages count: 20.727%
proxy.golang.org: gopkg.in/grpc/grpc.v1

  • Homepage: https://github.com/grpc/grpc
  • Documentation: https://pkg.go.dev/gopkg.in/grpc/grpc.v1#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.67.1 (published almost 2 years ago)
  • Last Synced: 2026-08-15T23:01:39.680Z (about 18 hours ago)
  • Versions: 335
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.184%
    • Average: 6.391%
    • Dependent repos count: 6.598%
conda-forge.org: grpcio-status

Reference package for GRPC Python status proto mapping. gRPC Python: https://grpc.io/docs/languages/python/quickstart/ gRPC Python API: https://grpc.github.io/grpc/python/ PyPI: [https://pypi.org/project/grpcio-status](https://pypi.org/project/grpcio-status)

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.49.1 (published almost 4 years ago)
  • Last Synced: 2026-04-01T16:17:05.089Z (5 months ago)
  • Versions: 5
  • Dependent Packages: 7
  • Dependent Repositories: 2
  • Downloads: 3,629,751 Total
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 7.378%
    • Dependent packages count: 8.014%
    • Dependent repos count: 20.28%
conda-forge.org: grpcio-tools

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.41.1 (published over 4 years ago)
  • Last Synced: 2026-04-01T16:16:14.469Z (5 months ago)
  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 5
  • Downloads: 766,267 Total
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 7.92%
    • Dependent repos count: 14.811%
    • Dependent packages count: 15.649%
nuget.org: ydou.grpc.tools

gRPC and Protocol Buffer compiler for managed C# and native C++ projects. Add this package to a project that contains .proto files to be compiled to code. It contains the compilers, include files and project system integration for gRPC and Protocol buffer service description files necessary to build them on Windows, Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: (published about 17 hours ago)
  • Last Synced: 2026-08-16T00:17:38.399Z (about 17 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Average: 8.063%
    • Dependent repos count: 12.697%
    • Dependent packages count: 19.548%
nuget.org: libgrpc.arm7

Add the libgrpc_csharp_ext compiled for arm7.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:27.452Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Average: 8.063%
    • Dependent repos count: 12.697%
    • Dependent packages count: 19.548%
nuget.org: libgrpc.arm

Add the libgrpc_csharp_ext compiled for armhf. It replaces the libgrpc_csharp_ext.x86.so from the Grpc.Core package with the library built for arm. It means that, by using this package Linux X86 won't be supported by Grpc.Core package.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:01:21.362Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Average: 8.063%
    • Dependent repos count: 12.697%
    • Dependent packages count: 19.548%
nuget.org: grpc.dependencies.openssl.symbols

Symbols for package 'grpc.dependencies.openssl'. This package should not likely be installed. (This is not the package you are looking for).

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 18 hours ago)
  • Last Synced: 2026-08-15T23:02:17.911Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Average: 8.063%
    • Dependent repos count: 12.697%
    • Dependent packages count: 19.548%
nuget.org: grpc.dependencies.zlib.symbols

Symbols for package 'grpc.dependencies.zlib'. This package should not likely be installed. (This is not the package you are looking for).

  • Homepage: http://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: (published about 17 hours ago)
  • Last Synced: 2026-08-16T00:17:51.966Z (about 17 hours ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Average: 8.063%
    • Dependent repos count: 12.697%
    • Dependent packages count: 19.548%
anaconda.org: grpc-cpp

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.48.2 (published over 3 years ago)
  • Last Synced: 2026-07-22T17:02:15.685Z (25 days ago)
  • Versions: 17
  • Dependent Packages: 4
  • Dependent Repositories: 90
  • Downloads: 149,811 Total
  • Rankings:
    • Stargazers count: 0.966%
    • Forks count: 2.627%
    • Average: 8.553%
    • Dependent packages count: 11.114%
    • Dependent repos count: 19.505%
nuget.org: grpc.core.xamarin

Xamarin support for gRPC C#. Note that the gRPC C# support for the Xamarin platform is considered experimental. This package contains the native grpc_csharp_ext libraries that are needed to run gRPC C# on mobile platforms (Android, iOS). WARNING: Versions of Grpc.Core.Xamarin and Grpc.Core dependencies being used in your project must always match exactly, otherwise things will be badly broken. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.44.0 (published over 4 years ago)
  • Last Synced: 2026-08-15T23:02:22.337Z (about 18 hours ago)
  • Versions: 28
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 543,609 Total
  • Rankings:
    • Downloads: 1.986%
    • Average: 8.678%
    • Dependent repos count: 10.162%
    • Dependent packages count: 13.886%
  • Maintainers (1)
npmjs.org: @stephenplusplus/grpc

gRPC Library for Node

  • Homepage: http://www.grpc.io/
  • Licenses: BSD-3-Clause
  • Latest release: 0.14.1 (published over 10 years ago)
  • Last Synced: 2026-08-16T00:32:04.841Z (about 16 hours ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 26 Last month
  • Rankings:
    • Forks count: 0.382%
    • Stargazers count: 0.451%
    • Average: 8.854%
    • Dependent repos count: 10.296%
    • Downloads: 12.233%
    • Dependent packages count: 20.908%
  • Maintainers (1)
nuget.org: grpc.cpp.redist

Redistributable components for package 'grpc.cpp'. This package should only be installed as a dependency. (This is not the package you are looking for).

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.0.1 (published over 9 years ago)
  • Last Synced: 2026-08-15T23:02:25.837Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 5,210 Total
  • Rankings:
    • Forks count: 0.006%
    • Stargazers count: 0.012%
    • Dependent repos count: 7.04%
    • Average: 9.359%
    • Dependent packages count: 10.572%
    • Downloads: 29.165%
  • Maintainers (1)
pypi.org: grpcio-csds

xDS configuration dump library

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_csds.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:23.460Z (about 18 hours ago)
  • Versions: 143
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 63,940 Last month
  • Rankings:
    • Downloads: 1.884%
    • Dependent packages count: 4.708%
    • Average: 9.445%
    • Dependent repos count: 21.744%
  • Maintainers (1)
nuget.org: x.grpc.core

gRPC library compatible with .NET Core. Currently, the Grpc.Core NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.1.0-dev-20160831 (published almost 10 years ago)
  • Last Synced: 2026-08-15T23:02:22.931Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.456%
    • Average: 9.577%
    • Dependent repos count: 12.697%
npmjs.org: @fedor/grpc

gRPC Library for Node

  • Homepage: http://www.grpc.io/
  • Licenses: BSD-3-Clause
  • Latest release: 1.0.1 (published over 9 years ago)
  • Last Synced: 2026-08-15T23:01:39.608Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 65 Last month
  • Rankings:
    • Forks count: 0.374%
    • Stargazers count: 0.451%
    • Average: 9.759%
    • Dependent repos count: 10.296%
    • Downloads: 16.767%
    • Dependent packages count: 20.908%
  • Maintainers (1)
nuget.org: grpc.core

C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.46.6 (published over 3 years ago)
  • Last Synced: 2026-08-15T23:01:11.471Z (about 18 hours ago)
  • Versions: 147
  • Dependent Packages: 527
  • Dependent Repositories: 0
  • Downloads: 272,010,783 Total
  • Rankings:
    • Downloads: 0.076%
    • Average: 10.91%
    • Dependent repos count: 13.819%
    • Dependent packages count: 18.835%
  • Maintainers (1)
nuget.org: grpc

Metapackage for gRPC C#

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.46.6 (published over 3 years ago)
  • Last Synced: 2026-08-16T00:22:54.348Z (about 16 hours ago)
  • Versions: 147
  • Dependent Packages: 190
  • Dependent Repositories: 0
  • Downloads: 106,640,527 Total
  • Rankings:
    • Downloads: 0.13%
    • Average: 10.928%
    • Dependent repos count: 13.819%
    • Dependent packages count: 18.835%
  • Maintainers (1)
nuget.org: grpc.cpp

GRPC C++ libraries

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.0.1 (published over 9 years ago)
  • Last Synced: 2026-08-15T23:02:24.847Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 6,616 Total
  • Rankings:
    • Forks count: 0.006%
    • Stargazers count: 0.012%
    • Dependent repos count: 7.006%
    • Average: 10.934%
    • Dependent packages count: 20.716%
    • Downloads: 26.929%
  • Maintainers (1)
nuget.org: grpc.core.testing

Miscellaneous code for testing Grpc.Core Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.46.6 (published over 3 years ago)
  • Last Synced: 2026-08-15T23:02:12.788Z (about 18 hours ago)
  • Versions: 126
  • Dependent Packages: 5
  • Dependent Repositories: 0
  • Downloads: 16,807,742 Total
  • Rankings:
    • Downloads: 0.371%
    • Average: 11.008%
    • Dependent repos count: 13.819%
    • Dependent packages count: 18.835%
  • Maintainers (1)
nuget.org: grpc.core.nativedebug

Debug symbols for the grpc_csharp_ext native library contained in Grpc.Core Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.46.6 (published over 3 years ago)
  • Last Synced: 2026-08-15T23:02:21.332Z (about 18 hours ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 336,089 Total
  • Rankings:
    • Downloads: 2.67%
    • Average: 11.775%
    • Dependent repos count: 13.819%
    • Dependent packages count: 18.835%
  • Maintainers (1)
nuget.org: grpc.tools

gRPC and Protocol Buffer compiler for C# projects

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 2.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:21.028Z (about 18 hours ago)
  • Versions: 206
  • Dependent Packages: 53
  • Dependent Repositories: 0
  • Downloads: 354,535,873 Total
  • Rankings:
    • Downloads: 0.097%
    • Average: 11.804%
    • Dependent repos count: 14.978%
    • Dependent packages count: 20.338%
  • Maintainers (1)
conda-forge.org: grpcio-health-checking

  • Homepage: https://pypi.org/project/grpcio-health-checking
  • Licenses: Apache-2.0
  • Latest release: 1.48.1 (published almost 4 years ago)
  • Last Synced: 2026-04-01T16:16:27.003Z (5 months ago)
  • Versions: 23
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Downloads: 343,271 Total
  • Rankings:
    • Stargazers count: 0.28%
    • Forks count: 0.893%
    • Average: 11.908%
    • Dependent packages count: 12.433%
    • Dependent repos count: 34.025%
pypi.org: grpcio-admin

a collection of admin services

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_admin.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:03:04.443Z (about 18 hours ago)
  • Versions: 142
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 63,957 Last month
  • Rankings:
    • Downloads: 7.836%
    • Dependent packages count: 9.985%
    • Average: 13.189%
    • Dependent repos count: 21.744%
  • Maintainers (1)
nuget.org: grpc-fhjd

the native gRPC Cpp library.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 1.37.1.3 (published over 5 years ago)
  • Last Synced: 2026-08-15T23:02:18.467Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 5,753 Total
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.005%
    • Dependent repos count: 12.697%
    • Average: 13.478%
    • Dependent packages count: 19.548%
    • Downloads: 35.139%
  • Maintainers (1)
nuget.org: grpc.cpp.symbols

Symbols for package 'grpc.cpp'. This package should not likely be installed. (This is not the package you are looking for).

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.0.1 (published over 9 years ago)
  • Last Synced: 2026-08-15T23:01:25.384Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 3,310 Total
  • Rankings:
    • Forks count: 0.002%
    • Stargazers count: 0.008%
    • Dependent repos count: 12.697%
    • Average: 13.503%
    • Dependent packages count: 19.548%
    • Downloads: 35.258%
  • Maintainers (1)
nuget.org: x.grpc

gRPC library compatible with .NET Core. Currently, the Grpc NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.1.0-dev-20160831 (published almost 10 years ago)
  • Last Synced: 2026-08-15T23:02:07.770Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 12.697%
    • Average: 16.122%
    • Dependent packages count: 19.548%
nuget.org: x.grpc.auth

gRPC library compatible with .NET Core. Currently, the Grpc.Auth NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: apache-2.0
  • Latest release: 1.1.0-dev-20160831 (published almost 10 years ago)
  • Last Synced: 2026-08-15T23:02:22.613Z (about 18 hours ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 12.697%
    • Average: 16.122%
    • Dependent packages count: 19.548%
npmjs.org: cgrpc

gRPC Library for Node (temporary fork based on 0.9.0)

  • Homepage: http://www.grpc.io/
  • Licenses: BSD-3-Clause
  • Latest release: 0.9.1 (published about 11 years ago)
  • Last Synced: 2026-08-15T23:01:16.815Z (about 18 hours ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 9 Last month
  • Rankings:
    • Forks count: 0.382%
    • Stargazers count: 0.451%
    • Dependent repos count: 10.296%
    • Average: 18.384%
    • Dependent packages count: 20.908%
    • Downloads: 59.882%
  • Maintainers (1)
nuget.org: fsgrpc.tools

gRPC and Protocol Buffer compiler for F# projects

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: 0.6.3 (published over 2 years ago)
  • Last Synced: 2026-08-15T23:02:21.040Z (about 18 hours ago)
  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 17,032 Total
  • Rankings:
    • Dependent repos count: 13.819%
    • Average: 18.445%
    • Dependent packages count: 18.835%
    • Downloads: 22.679%
  • Maintainers (1)
anaconda.org: grpcio-tools

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io
  • Licenses: Apache-2.0
  • Latest release: 1.82.1 (published 10 days ago)
  • Last Synced: 2026-08-06T19:17:29.041Z (10 days ago)
  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • Downloads: 18,641 Total
  • Rankings:
    • Stargazers count: 0.936%
    • Forks count: 2.597%
    • Average: 24.479%
    • Dependent repos count: 43.189%
    • Dependent packages count: 51.193%
pypi.org: grpcio-csm-observability

gRPC Python CSM observability package

  • Homepage: https://grpc.io
  • Documentation: https://grpcio-csm-observability.readthedocs.io/
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:24.915Z (about 18 hours ago)
  • Versions: 55
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 290 Last month
  • Rankings:
    • Dependent packages count: 10.763%
    • Average: 35.69%
    • Dependent repos count: 60.617%
  • Maintainers (1)
pypi.org: grpcio-observability

gRPC Python observability package

  • Homepage: https://grpc.io
  • Documentation: https://grpc.github.io/grpc/python/grpc_observability.html
  • Licenses: Apache-2.0
  • Latest release: 1.83.0 (published 24 days ago)
  • Last Synced: 2026-08-15T23:02:15.937Z (about 18 hours ago)
  • Versions: 64
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 347,905 Last month
  • Rankings:
    • Dependent packages count: 9.545%
    • Average: 36.257%
    • Dependent repos count: 62.97%
  • Maintainers (1)
anaconda.org: grpcio-status

Reference package for GRPC Python status proto mapping.

  • Homepage: https://grpc.io
  • Licenses: Apache-2.0
  • Latest release: 1.78.0 (published 6 months ago)
  • Last Synced: 2026-03-11T16:11:44.950Z (5 months ago)
  • Versions: 5
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Rankings:
    • Dependent packages count: 30.652%
    • Average: 39.701%
    • Dependent repos count: 48.751%
anaconda.org: grpc-bazel-rules

Bazel rules for gRPC

  • Homepage: https://grpc.io
  • Licenses: Apache-2.0
  • Latest release: 1.78.0 (published 5 months ago)
  • Last Synced: 2026-03-24T00:05:52.268Z (5 months ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 50 Total
  • Rankings:
    • Dependent packages count: 42.205%
    • Average: 44.302%
    • Dependent repos count: 46.399%
anaconda.org: libgrpc

gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.

  • Homepage: https://grpc.io
  • Licenses: Apache-2.0
  • Latest release: 1.82.1 (published 10 days ago)
  • Last Synced: 2026-08-06T19:17:31.363Z (10 days ago)
  • Versions: 5
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 141,900 Total
  • Rankings:
    • Dependent packages count: 51.289%
    • Average: 53.837%
    • Dependent repos count: 56.386%
gentoo-portage: dev-ruby/grpc

Send RPCs from Ruby using GRPC

  • Homepage: https://github.com/grpc/grpc
  • Documentation: https://packages.gentoo.org/packages/dev-ruby/grpc
  • Licenses: BSD-2
  • Latest release: 1.80.0 (published 3 months ago)
  • Last Synced: 2026-07-25T03:01:15.179Z (23 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
nixpkgs-24.11: php84Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-24.05: php82Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-24.11: php81Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-unstable: phpExtensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-23.05: php82Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-23.05: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-24.05: grpc_cli

The command line tool for interacting with grpc services

nixpkgs-23.11: grpc_cli

The command line tool for interacting with grpc services.

nixpkgs-23.05: grpc_cli

The command line tool for interacting with grpc services.

nixpkgs-unstable: grpc_cli

Command line tool for interacting with grpc services

nixpkgs-24.05: php81Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-24.11: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.05: php80Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-unstable: php83Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-24.05: python312Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.11: php81Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-24.05: php83Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

guix: ruby-grpc

GRPC system in Ruby

  • Homepage: https://github.com/grpc/grpc/tree/master/src/ruby
  • Documentation: https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/ruby-xyz.scm#n17153
  • Licenses: asl2.0
  • Latest release: 1.74.1 (published 6 months ago)
  • Last Synced: 2026-04-27T16:17:45.218Z (4 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
nixpkgs-unstable: php85Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-23.05: python310Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-24.11: grpc_cli

Command line tool for interacting with grpc services

nixpkgs-24.11: php83Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

registry.bazel.build: grpc

nixpkgs-24.11: php82Extensions.grpc

High performance, open source, general RPC framework that puts mobile and HTTP/2 first

nixpkgs-23.05: php81Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-24.05: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.11: php82Extensions.grpc

A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.

nixpkgs-unstable: python314Packages.grpcio-status

GRPC Python status proto mapping


Dependencies

.github/workflows/pr-auto-fix.yaml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/github-script v4 composite
  • actions/setup-python v4 composite
  • peter-evans/create-pull-request v3 composite
  • srfrnk/current-time master composite
  • styfle/cancel-workflow-action 0.9.1 composite
examples/cpp/helloworld/cocoapods/Podfile cocoapods
gRPC-C++.podspec cocoapods
gRPC-Core.podspec cocoapods
  • BoringSSL-GRPC = 0.0.31
gRPC-ProtoRPC.podspec cocoapods
  • Protobuf ~> 3.0
gRPC-RxLibrary.podspec cocoapods
gRPC.podspec cocoapods
  • CronetFramework >= 0
src/objective-c/!ProtoCompiler-gRPCCppPlugin.podspec cocoapods
src/objective-c/!ProtoCompiler-gRPCPlugin.podspec cocoapods
src/objective-c/!ProtoCompiler.podspec cocoapods
  • Protobuf ~> 3.0
src/objective-c/BoringSSL-GRPC.podspec cocoapods
src/objective-c/examples/InterceptorSample/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/examples/RemoteTestClient/RemoteTest.podspec cocoapods
  • Protobuf >= 0
  • gRPC-ProtoRPC >= 0
src/objective-c/examples/Sample/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/examples/SwiftSample/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/examples/tvOS-sample/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/examples/watchOS-sample/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/manual_tests/Podfile cocoapods
  • RemoteTest >= 0
src/objective-c/tests/Common/Common.podspec cocoapods
  • gRPC-ProtoRPC >= 0
src/objective-c/tests/Connectivity/Podfile cocoapods
src/objective-c/tests/Podfile cocoapods
  • Common >= 0
  • RemoteTest >= 0
src/objective-c/tests/RemoteTestClient/RemoteTest.podspec cocoapods
  • Protobuf >= 0
  • gRPC-ProtoRPC >= 0
test/core/iomgr/ios/CFStreamTests/Podfile cocoapods
test/cpp/cocoapods/Podfile cocoapods
src/php/docker/alpine/Dockerfile docker
  • php 7.4-alpine3.15 build
src/php/docker/centos7/Dockerfile docker
  • centos centos7 build
src/php/docker/fork-support/Dockerfile docker
  • grpc-php/php-src latest build
src/php/docker/grpc-ext/Dockerfile docker
  • php 7.4-buster build
src/php/docker/grpc-src/Dockerfile docker
  • php 7.4-buster build
src/php/docker/i386/Dockerfile docker
  • i386/php 7.4 build
src/php/docker/php-src/Dockerfile docker
  • debian buster build
src/php/docker/php-zts/Dockerfile docker
  • php 7.4-zts-buster build
src/php/docker/php8.2/Dockerfile docker
  • php 8.2-zts-buster build
third_party/rake-compiler-dock/rake_arm64-darwin/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-arm64-darwin build
third_party/rake-compiler-dock/rake_x64-mingw-ucrt/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw-ucrt build
third_party/rake-compiler-dock/rake_x86-mingw32/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-mingw32 build
third_party/rake-compiler-dock/rake_x86_64-darwin/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-darwin build
third_party/toolchains/dockerfile/rbe_windows2019/Dockerfile docker
  • mcr.microsoft.com/windows/servercore ltsc2019 build
tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile docker
  • mcr.microsoft.com/dotnet/core/sdk 2.1-alpine3.9 build
tools/dockerfile/distribtest/csharp_dotnet31_x64/Dockerfile docker
  • mcr.microsoft.com/dotnet/core/sdk 3.1 build
tools/dockerfile/distribtest/csharp_dotnet5_x64/Dockerfile docker
  • mcr.microsoft.com/dotnet/sdk 5.0.103 build
tools/dockerfile/distribtest/csharp_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/distribtest/python_alpine_x64/Dockerfile docker
  • python 3.10-alpine3.14 build
tools/dockerfile/distribtest/python_arch_x64/Dockerfile docker
  • archlinux base build
tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile docker
  • archlinux base build
tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/grpc_artifact_python_linux_armv7/Dockerfile docker
  • dockcross/linux-armv7 latest build
tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/Dockerfile docker
  • dockcross/manylinux2014-aarch64 20230905-7b2d74f build
tools/dockerfile/grpc_artifact_python_manylinux2014_x64/Dockerfile docker
  • quay.io/pypa/manylinux2014_x86_64 2023-09-17-ae90a16 build
tools/dockerfile/grpc_artifact_python_manylinux2014_x86/Dockerfile docker
  • quay.io/pypa/manylinux2014_i686 2023-09-17-ae90a16 build
tools/dockerfile/grpc_clang_format/Dockerfile docker
  • silkeh/clang 16-bullseye build
tools/dockerfile/grpc_clang_tidy/Dockerfile docker
  • silkeh/clang 16-bullseye build
tools/dockerfile/grpc_dist_proto/Dockerfile docker
  • grpc/base latest build
tools/dockerfile/grpc_scan_build/Dockerfile docker
  • grpc/clang latest build
tools/dockerfile/interoptest/grpc_interop_aspnetcore/Dockerfile docker
  • mcr.microsoft.com/dotnet/core/sdk 3.0.100-preview3-stretch build
tools/dockerfile/interoptest/grpc_interop_cxx/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/grpc_interop_dart/Dockerfile docker
  • dart stable build
tools/dockerfile/interoptest/grpc_interop_go/Dockerfile docker
  • golang 1.19 build
tools/dockerfile/interoptest/grpc_interop_go1.11/Dockerfile docker
  • golang 1.11 build
tools/dockerfile/interoptest/grpc_interop_go1.16/Dockerfile docker
  • golang 1.16 build
tools/dockerfile/interoptest/grpc_interop_go1.19/Dockerfile docker
  • golang 1.19 build
tools/dockerfile/interoptest/grpc_interop_go1.8/Dockerfile docker
  • golang 1.8 build
tools/dockerfile/interoptest/grpc_interop_http2/Dockerfile docker
  • golang latest build
tools/dockerfile/interoptest/grpc_interop_java/Dockerfile docker
  • debian bullseye build
tools/dockerfile/interoptest/grpc_interop_node/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/grpc_interop_nodepurejs/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/grpc_interop_python/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/grpc_interop_pythonasyncio/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/grpc_interop_ruby/Dockerfile docker
  • debian 11 build
tools/dockerfile/interoptest/lb_interop_fake_servers/Dockerfile docker
  • golang 1.10 build
tools/dockerfile/observability-test/cpp/Dockerfile docker
  • debian bullseye build
tools/dockerfile/test/android_ndk/Dockerfile docker
  • debian 10 build
tools/dockerfile/test/bazel/Dockerfile docker
  • gcr.io/oss-fuzz-base/base-builder@sha256 fd89316ac4c5f3e25802ca95a00062cece14f0602c5512d71ffeedc22734c0b9 build
tools/dockerfile/test/bazel_arm64/Dockerfile docker
  • arm64v8/debian 11 build
tools/dockerfile/test/csharp_debian11_arm64/Dockerfile docker
  • arm64v8/debian 11 build
tools/dockerfile/test/csharp_debian11_x64/Dockerfile docker
  • debian 11 build
tools/dockerfile/test/cxx_alpine_x64/Dockerfile docker
  • alpine 3.15 build
tools/dockerfile/test/cxx_debian11_openssl102_x64/Dockerfile docker
  • debian 11 build
tools/dockerfile/test/cxx_debian12_openssl309_x64/Dockerfile docker
  • debian 12 build
tools/dockerfile/test/python_alpine_x64/Dockerfile docker
  • alpine 3.15 build
tools/dockerfile/test/python_debian11_default_arm64/Dockerfile docker
  • arm64v8/debian 11 build
tools/dockerfile/test/python_debian11_default_x64/Dockerfile docker
  • debian 11 build
tools/dockerfile/test/rbe_ubuntu2004/Dockerfile docker
  • ubuntu 20.04 build
tools/dockerfile/test/sanity/Dockerfile docker
  • silkeh/clang 16-bullseye build
tools/http2_interop/go.mod go
examples/android/helloworld/app/build.gradle maven
  • com.android.support:appcompat-v7 26.1.0 implementation
  • junit:junit 4.12 testImplementation
examples/android/helloworld/build.gradle maven
src/android/test/interop/app/build.gradle maven
  • com.android.support:appcompat-v7 26.1.0 implementation
  • junit:junit 4.12 testImplementation
src/android/test/interop/build.gradle maven
examples/node/package-lock.json npm
  • @grpc/grpc-js 1.1.8
  • @grpc/proto-loader 0.6.0-pre9
  • @grpc/proto-loader 0.5.5
  • @protobufjs/aspromise 1.1.2
  • @protobufjs/base64 1.1.2
  • @protobufjs/codegen 2.0.4
  • @protobufjs/eventemitter 1.1.0
  • @protobufjs/fetch 1.1.0
  • @protobufjs/float 1.0.2
  • @protobufjs/inquire 1.1.0
  • @protobufjs/path 1.1.2
  • @protobufjs/pool 1.1.0
  • @protobufjs/utf8 1.1.0
  • @types/long 4.0.1
  • @types/node 13.13.30
  • @types/node 12.19.3
  • abort-controller 3.0.0
  • agent-base 6.0.2
  • ansi-regex 5.0.0
  • ansi-styles 4.3.0
  • arrify 2.0.1
  • async 1.5.2
  • base64-js 1.3.1
  • bignumber.js 9.0.1
  • buffer-equal-constant-time 1.0.1
  • camelcase 5.3.1
  • cliui 6.0.0
  • color-convert 2.0.1
  • color-name 1.1.4
  • debug 4.2.0
  • decamelize 1.2.0
  • ecdsa-sig-formatter 1.0.11
  • emoji-regex 8.0.0
  • event-target-shim 5.0.1
  • extend 3.0.2
  • fast-text-encoding 1.0.3
  • find-up 4.1.0
  • gaxios 4.0.1
  • gcp-metadata 4.2.1
  • get-caller-file 2.0.5
  • google-auth-library 6.1.3
  • google-p12-pem 3.0.3
  • google-protobuf 3.13.0
  • gtoken 5.0.5
  • https-proxy-agent 5.0.0
  • is-fullwidth-code-point 3.0.0
  • is-stream 2.0.0
  • json-bigint 1.0.0
  • jwa 2.0.0
  • jws 4.0.0
  • locate-path 5.0.0
  • lodash 4.17.20
  • lodash.camelcase 4.3.0
  • long 4.0.0
  • lru-cache 6.0.0
  • mime 2.4.6
  • minimist 1.2.5
  • ms 2.1.2
  • node-fetch 2.6.1
  • node-forge 0.10.0
  • p-limit 2.3.0
  • p-locate 4.1.0
  • p-try 2.2.0
  • path-exists 4.0.0
  • protobufjs 6.10.1
  • require-directory 2.1.1
  • require-main-filename 2.0.0
  • safe-buffer 5.1.2
  • semver 6.3.0
  • set-blocking 2.0.0
  • string-width 4.2.0
  • strip-ansi 6.0.0
  • which-module 2.0.0
  • wrap-ansi 6.2.0
  • y18n 4.0.3
  • yallist 4.0.0
  • yargs 15.4.1
  • yargs-parser 18.1.3
examples/node/package.json npm
examples/node/xds/package.json npm
src/php/tests/generated_code/package.json npm
  • @grpc/proto-loader ^0.1.0
  • grpc ^1.39.0
src/csharp/Grpc.Tools/Grpc.Tools.csproj nuget
  • Microsoft.Build.Framework;Microsoft.Build.Utilities.Core 15.6.*
src/csharp/Grpc.Tools.Tests/Grpc.Tools.Tests.csproj nuget
  • Microsoft.Build.Framework;Microsoft.Build.Utilities.Core 15.6.*
  • Moq 4.8.3
  • NUnit;NUnitLite 3.10.1
  • Newtonsoft.Json 13.0.1
  • System.Runtime.InteropServices.RuntimeInformation 4.3.0
src/csharp/Grpc.Tools.Tests/IntegrationTests/TestAtInPath/msbuildtest.csproj nuget
src/csharp/Grpc.Tools.Tests/IntegrationTests/TestCharactersInName/msbuildtest.csproj nuget
src/csharp/Grpc.Tools.Tests/IntegrationTests/TestExtraOptions/msbuildtest.csproj nuget

Score: 40.48291721644446