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: 12 minutes 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: 1 day ago

Total Commits: 40,588
Total Committers: 1,043
Avg Commits per committer: 38.915
Development Distribution Score (DDS): 0.818

Commits in past year: 1,813
Committers in past year: 117
Avg Commits per committer in past year: 15.496
Development Distribution Score (DDS) in past year: 0.78

Name Email Commits
Craig Tiller c****r@g****m 7402
Jan Tattermusch j****h@g****m 3690
Mark D. Roth r****h@g****m 2108
Yash Tibrewal y****t@g****m 1580
Muxi Yan m****n@g****m 1369
murgatroid99 m****h@g****m 1260
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 602
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 412
Tim Emiola t****a@g****m 342
Karthik Ravi Shankar k****s@g****m 294
Sergii Tkachenko s****k@g****m 289
Nathaniel Manista n****l@g****m 285
Ken Payson k****n@g****m 281
Eric Gribkoff e****f@g****m 277
Donna Dionne d****e@g****m 256
Vignesh Babu v****u@g****m 247
and 1013 more...

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1,489
Total pull requests: 10,109
Average time to close issues: 10 months
Average time to close pull requests: 25 days
Total issue authors: 1,171
Total pull request authors: 378
Average comments per issue: 4.18
Average comments per pull request: 0.54
Merged pull request: 2,611
Bot issues: 4
Bot pull requests: 1,781

Past year issues: 212
Past year pull requests: 2,646
Past year average time to close issues: 20 days
Past year average time to close pull requests: 5 days
Past year issue authors: 183
Past year pull request authors: 122
Past year average comments per issue: 1.1
Past year average comments per pull request: 0.34
Past year merged pull request: 602
Past year bot issues: 1
Past year bot pull requests: 781

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

Top Issue Authors

  • yashykt (13)
  • veblush (12)
  • apolcyn (12)
  • gnossen (12)
  • markdroth (12)
  • parthea (11)
  • h-vetinari (10)
  • RubenGarcia (8)
  • bebuch (7)
  • jtattermusch (7)
  • atollena (6)
  • jhump (6)
  • ghost (6)
  • LeiW000 (5)
  • d7d1cd (5)

Top Pull Request Authors

  • copybara-service[bot] (1,560)
  • ctiller (1,484)
  • tanvi-jagtap (929)
  • markdroth (649)
  • yashykt (639)
  • veblush (590)
  • drfloob (511)
  • XuanWang-Amos (367)
  • eugeneo (334)
  • sergiitk (215)
  • yijiem (167)
  • apolcyn (163)
  • github-actions[bot] (151)
  • HannahShiSFB (136)
  • asheshvidyut (118)

Top Issue Labels

  • priority/P2 (1,278)
  • kind/bug (1,055)
  • untriaged (504)
  • lang/Python (385)
  • lang/c++ (380)
  • lang/core (303)
  • kind/enhancement (235)
  • disposition/requires reporter action (149)
  • priority/P3 (116)
  • lang/ruby (100)
  • kind/question (87)
  • disposition/help wanted (83)
  • lang/C# (69)
  • lang/php (65)
  • disposition/never stale (58)
  • area/security (48)
  • kind/internal cleanup (32)
  • area/build (32)
  • disposition/stale (19)
  • release notes: no (19)
  • per-channel-memory/neutral (17)
  • bloat/none (16)
  • lang/other (12)
  • lang/ObjC (11)
  • area/core (9)
  • platform/macOS (8)
  • per-call-memory/neutral (8)
  • platform/Windows (7)
  • lang/all (7)
  • area/api (7)

Top Pull Request Labels

  • release notes: no (7,879)
  • per-channel-memory/neutral (7,366)
  • bloat/none (6,532)
  • lang/core (5,393)
  • per-call-memory/neutral (5,018)
  • lang/c++ (1,991)
  • per-call-memory/increase (1,281)
  • per-call-memory/decrease (1,212)
  • lang/Python (1,144)
  • exported (1,060)
  • imported (857)
  • release notes: yes (585)
  • lang/ObjC (580)
  • lang/ruby (542)
  • bloat/low (533)
  • lang/php (337)
  • lang/C# (321)
  • bloat/improvement (290)
  • area/build (282)
  • bloat/medium (224)
  • area/psm interop (168)
  • area/test (140)
  • area/security (136)
  • area/infra (118)
  • per-channel-memory/increase (74)
  • dependencies (71)
  • PR title format (61)
  • lang/all (57)
  • per-channel-memory/decrease (52)
  • disposition/never stale (50)

Package metadata

nixpkgs-unstable: php82Extensions.grpc

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

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.78.1 (published 12 days ago)
  • Last Synced: 2026-03-01T16:03:11.279Z (2 days ago)
  • Versions: 190
  • Dependent Packages: 128
  • Dependent Repositories: 3,611
  • Downloads: 775,278,201 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.78.1 (published 12 days ago)
  • Last Synced: 2026-03-02T03:03:48.666Z (1 day ago)
  • Versions: 252
  • Dependent Packages: 505
  • Dependent Repositories: 5,698
  • Downloads: 245,268,571 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.78.1 (published 12 days ago)
  • Last Synced: 2026-03-01T14:03:03.551Z (2 days ago)
  • Versions: 251
  • Dependent Packages: 66
  • Dependent Repositories: 968
  • Downloads: 11,422,404 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.78.1 (published 12 days ago)
  • Last Synced: 2026-03-02T00:02:28.277Z (1 day ago)
  • Versions: 260
  • Dependent Packages: 58
  • Dependent Repositories: 1,262
  • Downloads: 78,637,292 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 over 3 years ago)
  • Last Synced: 2026-03-01T15:24:07.120Z (2 days ago)
  • Versions: 36
  • Dependent Packages: 68
  • Dependent Repositories: 480
  • 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 1 day ago)
  • Last Synced: 2026-03-02T15:02:00.682Z (1 day 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 1 day ago)
  • Last Synced: 2026-03-02T05:02:53.121Z (1 day 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.78.1 (published 12 days ago)
  • Last Synced: 2026-03-02T00:02:29.568Z (1 day ago)
  • Versions: 208
  • Dependent Packages: 15
  • Dependent Repositories: 134
  • Downloads: 1,377,569 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

http2interop document

  • 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 12 days ago)
  • Last Synced: 2026-03-01T10:02:23.674Z (2 days 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 1 day ago)
  • Last Synced: 2026-03-02T13:33:31.311Z (1 day 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.78.1 (published 12 days ago)
  • Last Synced: 2026-02-28T03:01:07.470Z (4 days ago)
  • Versions: 190
  • Dependent Packages: 7
  • Dependent Repositories: 102
  • Downloads: 122,644 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 over 3 years ago)
  • Last Synced: 2026-03-01T15:23:16.118Z (2 days ago)
  • Versions: 59
  • Dependent Packages: 17
  • Dependent Repositories: 90
  • 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.78.0 (published about 1 month ago)
  • Last Synced: 2026-02-16T12:41:40.434Z (15 days ago)
  • Versions: 372
  • 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 11 days ago)
  • Last Synced: 2026-02-20T08:38:45.968Z (11 days 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 5 months ago)
  • Last Synced: 2026-02-03T17:02:17.618Z (28 days 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 over 3 years ago)
  • Last Synced: 2026-03-01T15:23:07.806Z (2 days ago)
  • Versions: 1
  • Dependent Packages: 10
  • Dependent Repositories: 36
  • 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 15 days ago)
  • Last Synced: 2026-02-17T02:33:39.728Z (15 days 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.78.0 (published 21 days ago)
  • Last Synced: 2026-02-11T08:18:14.024Z (20 days ago)
  • Versions: 18
  • Dependent Packages: 5
  • Dependent Repositories: 480
  • Rankings:
    • Stargazers count: 0.906%
    • Forks count: 2.536%
    • Average: 4.944%
    • Dependent repos count: 7.579%
    • Dependent packages count: 8.756%
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 11 days ago)
  • Last Synced: 2026-02-20T07:57:54.013Z (11 days 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:
  • Last Synced: 2026-02-12T21:01:22.398Z (19 days 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 over 3 years ago)
  • Last Synced: 2026-03-01T15:22:54.017Z (2 days ago)
  • Versions: 5
  • Dependent Packages: 7
  • Dependent Repositories: 2
  • 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-03-01T15:22:39.993Z (2 days ago)
  • Versions: 2
  • Dependent Packages: 3
  • Dependent Repositories: 5
  • Rankings:
    • Stargazers count: 0.309%
    • Forks count: 0.908%
    • Average: 7.92%
    • Dependent repos count: 14.811%
    • Dependent packages count: 15.649%
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 11 days ago)
  • Last Synced: 2026-02-20T19:21:04.744Z (11 days 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: 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 12 days ago)
  • Last Synced: 2026-02-19T08:56:35.244Z (12 days 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 11 days ago)
  • Last Synced: 2026-02-20T08:03:40.597Z (11 days 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: libgrpc.arm7

Add the libgrpc_csharp_ext compiled for arm7.

  • Homepage: https://github.com/grpc/grpc
  • Licenses: Apache-2.0
  • Latest release: (published 15 days ago)
  • Last Synced: 2026-02-16T22:20:31.622Z (15 days 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.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 14 days ago)
  • Last Synced: 2026-02-17T23:42:55.836Z (14 days 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 almost 3 years ago)
  • Last Synced: 2026-03-01T12:28:07.650Z (2 days ago)
  • Versions: 17
  • Dependent Packages: 4
  • Dependent Repositories: 90
  • 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 about 4 years ago)
  • Last Synced: 2026-02-22T04:03:06.600Z (10 days ago)
  • Versions: 28
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 537,622 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 almost 10 years ago)
  • Last Synced: 2026-02-24T01:19:32.989Z (8 days ago)
  • Versions: 2
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 67 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 about 9 years ago)
  • Last Synced: 2026-02-16T17:17:57.620Z (15 days ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 4,348 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.78.0 (published 25 days ago)
  • Last Synced: 2026-02-12T09:19:20.597Z (19 days ago)
  • Versions: 131
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 68,169 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 over 9 years ago)
  • Last Synced: 2026-02-20T18:04:11.206Z (11 days 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 almost 9 years ago)
  • Last Synced: 2026-02-13T20:36:25.733Z (18 days ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 75 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 about 3 years ago)
  • Last Synced: 2026-02-12T06:35:22.638Z (19 days ago)
  • Versions: 147
  • Dependent Packages: 527
  • Dependent Repositories: 0
  • Downloads: 232,997,431 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 about 3 years ago)
  • Last Synced: 2026-03-01T01:09:11.680Z (3 days ago)
  • Versions: 147
  • Dependent Packages: 190
  • Dependent Repositories: 0
  • Downloads: 90,260,734 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 about 9 years ago)
  • Last Synced: 2026-02-15T09:08:01.160Z (16 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 5,548 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 about 3 years ago)
  • Last Synced: 2026-02-15T07:03:40.766Z (16 days ago)
  • Versions: 126
  • Dependent Packages: 5
  • Dependent Repositories: 0
  • Downloads: 13,964,301 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 about 3 years ago)
  • Last Synced: 2026-02-23T16:35:02.739Z (8 days ago)
  • Versions: 90
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 331,582 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.78.0 (published 25 days ago)
  • Last Synced: 2026-03-02T09:22:57.545Z (1 day ago)
  • Versions: 196
  • Dependent Packages: 53
  • Dependent Repositories: 0
  • Downloads: 264,853,634 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://grpc.io/
  • Licenses: Apache-2.0
  • Latest release: 1.48.1 (published over 3 years ago)
  • Last Synced: 2026-03-01T15:22:42.584Z (2 days ago)
  • Versions: 23
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.28%
    • Forks count: 0.893%
    • Average: 11.908%
    • Dependent packages count: 12.433%
    • Dependent repos count: 34.025%
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 almost 5 years ago)
  • Last Synced: 2026-02-12T08:19:34.088Z (19 days ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,301 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 about 9 years ago)
  • Last Synced: 2026-02-22T11:33:29.233Z (9 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,660 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 over 9 years ago)
  • Last Synced: 2026-02-04T19:11:49.361Z (27 days 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 over 9 years ago)
  • Last Synced: 2026-02-17T22:44:20.068Z (14 days 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 over 10 years ago)
  • Last Synced: 2026-02-16T22:18:07.560Z (15 days ago)
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 13 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 almost 2 years ago)
  • Last Synced: 2026-02-17T22:44:03.463Z (14 days ago)
  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 16,456 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.78.0 (published 21 days ago)
  • Last Synced: 2026-02-11T08:18:14.939Z (20 days ago)
  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • 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.78.1 (published 12 days ago)
  • Last Synced: 2026-02-20T16:37:08.076Z (11 days ago)
  • Versions: 44
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 432 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.78.0 (published 25 days ago)
  • Last Synced: 2026-02-18T00:03:49.038Z (14 days ago)
  • Versions: 52
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15,627 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 20 days ago)
  • Last Synced: 2026-02-11T16:04:14.205Z (20 days 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.74.1 (published 6 months ago)
  • Last Synced: 2026-02-09T10:13:08.234Z (22 days ago)
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • 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.78.0 (published 21 days ago)
  • Last Synced: 2026-02-11T08:18:15.707Z (20 days ago)
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 51.289%
    • Average: 53.837%
    • Dependent repos count: 56.386%
nixpkgs-24.05: php83Extensions.grpc

A 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.05: php81Extensions.grpc

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

nixpkgs-24.05: grpc_cli

The command line tool for interacting with grpc services

nixpkgs-24.05: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-unstable: php83Extensions.grpc

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

nixpkgs-24.11: php82Extensions.grpc

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

nixpkgs-unstable: php84Extensions.grpc

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

nixpkgs-unstable: php85Extensions.grpc

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-23.11: php82Extensions.grpc

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

nixpkgs-23.11: php81Extensions.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

nixpkgs-23.11: grpc_cli

The command line tool for interacting with grpc services.

nixpkgs-23.11: php83Extensions.grpc

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

nixpkgs-unstable: grpc_cli

Command line tool for interacting with grpc services

nixpkgs-24.11: php81Extensions.grpc

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-unstable: phpExtensions.grpc

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

nixpkgs-23.05: php80Extensions.grpc

A 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-23.05: grpc_cli

The command line tool for interacting with grpc services.

nixpkgs-23.05: python311Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-23.05: python310Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-24.05: python312Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-24.11: grpc_cli

Command line tool for interacting with grpc services

nixpkgs-24.11: python312Packages.grpcio-status

GRPC Python status proto mapping

nixpkgs-24.11: php83Extensions.grpc

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

nixpkgs-24.11: php84Extensions.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-unstable: python313Packages.grpcio-status

GRPC Python status proto mapping

registry.bazel.build: grpc

nixpkgs-23.11: python311Packages.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/CronetFramework.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_aarch64-linux/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-aarch64-linux 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_x64-mingw32/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw32 build
third_party/rake-compiler-dock/rake_x86-linux/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-linux 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/rake-compiler-dock/rake_x86_64-linux/Dockerfile docker
  • ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-linux build
third_party/toolchains/dockerfile/rbe_windows2019/Dockerfile docker
  • mcr.microsoft.com/windows/servercore ltsc2019 build
tools/dockerfile/distribtest/cpp_debian10_aarch64_cross_x64/Dockerfile docker
  • debian 10 build
tools/dockerfile/distribtest/cpp_debian10_x64/Dockerfile docker
  • debian 10 build
tools/dockerfile/distribtest/csharp_alpine_x64/Dockerfile docker
  • mcr.microsoft.com/dotnet/core/sdk 2.1-alpine3.9 build
tools/dockerfile/distribtest/csharp_centos7_x64/Dockerfile docker
  • centos 7 build
tools/dockerfile/distribtest/csharp_debian10_x64/Dockerfile docker
  • debian 10 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/php7_debian10_x64/Dockerfile docker
  • debian 10 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_centos7_x64/Dockerfile docker
  • centos 7 build
tools/dockerfile/distribtest/python_dev_alpine3.7_x64/Dockerfile docker
  • alpine 3.11 build
tools/dockerfile/distribtest/python_dev_arch_x64/Dockerfile docker
  • archlinux base build
tools/dockerfile/distribtest/python_dev_centos7_x64/Dockerfile docker
  • centos 7 build
tools/dockerfile/distribtest/python_dev_ubuntu2004_x64/Dockerfile docker
  • ubuntu 20.04 build
tools/dockerfile/distribtest/python_dev_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/distribtest/python_opensuse_x64/Dockerfile docker
  • opensuse/leap latest build
tools/dockerfile/distribtest/python_python38_buster_aarch64/Dockerfile docker
  • arm64v8/python 3.8-buster build
tools/dockerfile/distribtest/python_ubuntu2004_x64/Dockerfile docker
  • ubuntu 20.04 build
tools/dockerfile/distribtest/python_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/distribtest/ruby_centos7_x64/Dockerfile docker
  • centos 7 build
tools/dockerfile/distribtest/ruby_ubuntu2204_x64/Dockerfile docker
  • ubuntu 22.04 build
tools/dockerfile/grpc_artifact_centos6_x64/Dockerfile docker
  • dockcross/manylinux2010-x64 20210210-84c47e5 build
tools/dockerfile/grpc_artifact_centos6_x86/Dockerfile docker
  • dockcross/manylinux2010-x86 latest build
tools/dockerfile/grpc_artifact_protoc_aarch64/Dockerfile docker
  • dockcross/linux-arm64 latest 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_artifact_python_musllinux_1_1_x64/Dockerfile docker
  • quay.io/pypa/musllinux_1_1_x86_64 2023-09-17-ae90a16 build
tools/dockerfile/grpc_artifact_python_musllinux_1_1_x86/Dockerfile docker
  • quay.io/pypa/musllinux_1_1_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_php7/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

Score: 40.35026916863242