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 mvc activejob rubygems ruby-gem
Last synced: about 24 hours ago
JSON representation
Repository metadata
C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
- Host: GitHub
- URL: https://github.com/grpc/grpc
- Owner: grpc
- License: apache-2.0
- Created: 2014-12-08T18:58:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2026-04-25T04:35:36.000Z (6 days ago)
- Last Synced: 2026-04-26T00:12:00.998Z (5 days ago)
- Language: C++
- Homepage: https://grpc.io
- Size: 577 MB
- Stars: 44,669
- Watchers: 1,330
- Forks: 11,133
- Open Issues: 1,299
- Releases: 366
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Governance: GOVERNANCE.md
- Authors: AUTHORS
- Notice: NOTICE.txt
- Maintainers: MAINTAINERS.md
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.
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/cppdirectory - 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-ProtoRPCdependency 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
- Name: grpc
- Login: grpc
- Email:
- Kind: organization
- Description: A high performance, open source, general-purpose RPC framework
- Website: https://grpc.io
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/7802525?v=4
- Repositories: 31
- Last ynced at: 2025-12-23T18:14:24.706Z
- Profile URL: https://github.com/grpc
GitHub Events
Total
- Fork event: 497
- Create event: 459
- Commit comment event: 3
- Release event: 22
- Issues event: 527
- Watch event: 2038
- Delete event: 339
- Member event: 1
- Issue comment event: 2108
- Push event: 4030
- Pull request review event: 3535
- Pull request review comment event: 2573
- Pull request event: 3607
Last Year
- Fork event: 497
- Create event: 459
- Commit comment event: 3
- Release event: 22
- Issues event: 527
- Watch event: 2038
- Delete event: 339
- Member event: 1
- Issue comment event: 2108
- Push event: 4030
- Pull request review event: 3535
- Pull request review comment event: 2573
- Pull request event: 3607
Committers metadata
Last synced: 13 days ago
Total Commits: 40,768
Total Committers: 1,048
Avg Commits per committer: 38.901
Development Distribution Score (DDS): 0.818
Commits in past year: 1,746
Committers in past year: 109
Avg Commits per committer in past year: 16.018
Development Distribution Score (DDS) in past year: 0.805
| Name | Commits | |
|---|---|---|
| Craig Tiller | c****r@g****m | 7408 |
| Jan Tattermusch | j****h@g****m | 3690 |
| Mark D. Roth | r****h@g****m | 2126 |
| Yash Tibrewal | y****t@g****m | 1580 |
| Muxi Yan | m****n@g****m | 1369 |
| murgatroid99 | m****h@g****m | 1269 |
| 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 | 634 |
| 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 |
| Sergii Tkachenko | s****k@g****m | 299 |
| 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 |
| Donna Dionne | d****e@g****m | 256 |
| Vignesh Babu | v****u@g****m | 252 |
| and 1018 more... | ||
Committer domains:
- google.com: 301
- qq.com: 10
- chromium.org: 7
- microsoft.com: 5
- dropbox.com: 4
- vn.fujitsu.com: 4
- skyscanner.net: 3
- shopify.com: 3
- vmware.com: 3
- apache.org: 2
- alum.mit.edu: 2
- lyft.com: 2
- 126.com: 2
- spotify.com: 2
- stripe.com: 2
- 163.com: 2
- php.net: 2
- cn.fujitsu.com: 2
- kitware.com: 2
- github.com: 2
- intel.com: 1
- seznam.cz: 1
- eero.com: 1
- akshayshah.org: 1
- mesosphere.io: 1
- skroutz.gr: 1
- outlook.in: 1
- jellyfish.co.nz: 1
- hacst.net: 1
- timryan.org: 1
- basware.com: 1
- oracle.com: 1
- petalcard.com: 1
- ivaldi.nl: 1
- greghaines.net: 1
- comstyle.com: 1
- thoughtmachine.net: 1
- msn.com: 1
- clumio.com: 1
- maneh.org: 1
- userver.tech: 1
- tzone.org: 1
- daum.net: 1
- jorjun.com: 1
- imperialviolet.org: 1
- quizlet.com: 1
- buoyant.io: 1
- canonical.com: 1
- sandvine.com: 1
- sfu.ca: 1
- jp.fujitsu.com: 1
- corp.microsoft.com: 1
- xiaoi.com: 1
- instance-1.c.zinc-involution-796.internal: 1
- mentor.com: 1
- cornell.edu: 1
- mail.ru: 1
- epitech.eu: 1
- forumd.net: 1
- andremedeiros.info: 1
- giga.or.at: 1
- ufmg.br: 1
- stratisiot.com: 1
- coccoc.com: 1
- mattkwong-macbookpro.roam.corp.google.com: 1
- bluecore.com: 1
- appneta.com: 1
- robsite.org: 1
- tobiidynavox.com: 1
- lovoo.com: 1
- underarmour.com: 1
- linux.intel.com: 1
- thegoldfish.org: 1
- podsvirov.pro: 1
- grupawp.pl: 1
- amadeus.com: 1
- ucsd.edu: 1
- bwong.net: 1
- duodecima.technology: 1
- thoughtworks.com: 1
- squareup.com: 1
- beyondcent.com: 1
- freebsd.org: 1
- jubjubnest.net: 1
- engflow.com: 1
- zerofail.com: 1
- emmenlauer.de: 1
- blowmage.com: 1
- vsco.co: 1
- gmx.at: 1
- adelez2.mtv.corp.google.com: 1
- musicinmybrain.net: 1
- westernintech.com: 1
- naver.com: 1
- makarand-linux.mtv.corp.google.com: 1
- yugui.jp: 1
- jungheinrich.de: 1
- smartaction.com: 1
- newtonking.com: 1
- nobis-crew.org: 1
- jacobyoung.me: 1
- simplesurance.de: 1
- uber.com: 1
- bengler.no: 1
- cisco.com: 1
- cfht.hawaii.edu: 1
- pineapple.works: 1
- est.tech: 1
- sojma.cz: 1
- ejf.io: 1
- golang.org: 1
- cmd.nu: 1
- thingdust.com: 1
- peterzhu.ca: 1
- avaya.com: 1
- spinorx.com: 1
- yannic-bonenberger.com: 1
- suse.com: 1
- gmx.com: 1
- gs.com: 1
- tzik.jp: 1
- bensykes.com: 1
- luminatewireless.com: 1
- kde.org: 1
- wisefour.com: 1
- ubivpai.dls.corp.google.com: 1
- wantedly.com: 1
- kegel.com: 1
- kevindamm.com: 1
- lsmod.de: 1
- plasma.ninja: 1
- uliege.be: 1
- careevolution.com: 1
- bou.ke: 1
- alexvy86.com: 1
- greenliff.com: 1
- gusto.com: 1
- daylessday.org: 1
- nanoporetech.com: 1
- snowflake.com: 1
- yandex.ru: 1
- deadmoose.com: 1
- weekly.org: 1
- daveb.net: 1
- calcasa.nl: 1
- orijtech.com: 1
- tutanota.com: 1
- augmentcode.com: 1
- peet.io: 1
- designcondition.com: 1
- sobrinho.pt: 1
- mhdante.com: 1
- webrtc.org: 1
- floppy.co: 1
- joosweb.de: 1
- cazzulino.com: 1
- twkie.net: 1
- yandex-team.com: 1
- ishkawa.org: 1
- katzien.de: 1
- pinterest.com: 1
- arima.eu: 1
- starbladetech.com: 1
- hotmail.es: 1
- netflix.com: 1
- joeshaw.org: 1
- kolide.co: 1
- ernie.io: 1
- floriannagel.xyz: 1
- huawei.com: 1
- employmenthero.com: 1
- igalia.com: 1
- ibm.com: 1
- afutuh.com: 1
- hanshq.net: 1
- chris-lamb.co.uk: 1
- proton.me: 1
- greiz-reinsdorf.de: 1
- theiselins.net: 1
- gospotcheck.com: 1
- mwdesigns.com: 1
- bigcommerce.com: 1
- netapp.com: 1
- dyring-andersen.dk: 1
- stanford.edu: 1
- bitron.ch: 1
- simplisafe.com: 1
- commoncode.io: 1
- pobox.com: 1
- polushin.org: 1
- hoolai.com: 1
- michaeljherold.com: 1
- misuzilla.org: 1
- adap.com: 1
- suemmermann.de: 1
- premi.st: 1
- siedlarek.pl: 1
- thorne.id.au: 1
- podlipsky.net: 1
- sourceware.org: 1
- mercari.com: 1
- cookpad.com: 1
- intrinsic.ai: 1
- byte-physics.de: 1
- bitflyer.com: 1
- linecorp.com: 1
- gitter.im: 1
- noemail.com: 1
- k2dq.com: 1
- clear-code.com: 1
- brautaset.org: 1
- chenrui.dev: 1
- clickhouse.com: 1
- sethvargo.com: 1
- copilot.money: 1
- compnerd.org: 1
- practo.com: 1
- phystech.edu: 1
- wework.com: 1
- tomra.com: 1
- curv.cc: 1
- common.io: 1
- bithavoc.io: 1
- mochaa.ws: 1
- volue.com: 1
- in.tum.de: 1
- iress.com: 1
- gmx.de: 1
- python.org: 1
- morgwai.pl: 1
- redhat.com: 1
- openai.com: 1
- hashbangbash.com: 1
- boivie.com: 1
- yahoo.de: 1
- ya.ru: 1
- daocloud.io: 1
- alibaba-inc.com: 1
- ikedam.jp: 1
- inspur.com: 1
- syfm.me: 1
- robinjint.nl: 1
- linaro.org: 1
- datadoghq.com: 1
- us.ibm.com: 1
- philwo.de: 1
- kfs.org: 1
- pefoley.com: 1
- cybelangel.com: 1
- crocobox.org: 1
- unhosted.org: 1
- stresser.de: 1
- libr.fr: 1
- jacobs-university.de: 1
Issue and Pull Request metadata
Last synced: 29 days ago
Total issues: 1,490
Total pull requests: 10,127
Average time to close issues: 10 months
Average time to close pull requests: 25 days
Total issue authors: 1,172
Total pull request authors: 384
Average comments per issue: 4.18
Average comments per pull request: 0.55
Merged pull request: 2,611
Bot issues: 4
Bot pull requests: 1,785
Past year issues: 166
Past year pull requests: 2,308
Past year average time to close issues: 14 days
Past year average time to close pull requests: 5 days
Past year issue authors: 146
Past year pull request authors: 110
Past year average comments per issue: 1.13
Past year average comments per pull request: 0.29
Past year merged pull request: 553
Past year bot issues: 1
Past year bot pull requests: 715
Top Issue Authors
- yashykt (13)
- markdroth (12)
- apolcyn (12)
- veblush (12)
- gnossen (12)
- parthea (11)
- h-vetinari (10)
- RubenGarcia (8)
- bebuch (7)
- jtattermusch (7)
- atollena (6)
- ghost (6)
- jhump (6)
- Sunidhi-Gaonkar1 (5)
- LeiW000 (5)
Top Pull Request Authors
- copybara-service[bot] (1,564)
- ctiller (1,485)
- tanvi-jagtap (930)
- 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 (121)
Top Issue Labels
- priority/P2 (1,279)
- kind/bug (1,055)
- untriaged (504)
- lang/Python (386)
- lang/c++ (380)
- lang/core (303)
- kind/enhancement (236)
- 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 (59)
- 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,889)
- per-channel-memory/neutral (7,367)
- bloat/none (6,537)
- lang/core (5,404)
- per-call-memory/neutral (5,019)
- lang/c++ (1,991)
- per-call-memory/increase (1,281)
- per-call-memory/decrease (1,212)
- lang/Python (1,148)
- exported (1,064)
- imported (857)
- release notes: yes (588)
- lang/ObjC (581)
- lang/ruby (542)
- bloat/low (533)
- lang/php (339)
- lang/C# (321)
- bloat/improvement (290)
- area/build (282)
- bloat/medium (225)
- area/psm interop (168)
- area/test (140)
- area/security (137)
- 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
- Total packages: 95
-
Total downloads:
- conda: 74,673,721 total
- pypi: 1,640,251,842 last-month
- nuget: 653,887,286 total
- npm: 227 last-month
- Total docker downloads: 4,993,420,992
- Total dependent packages: 3,113 (may contain duplicates)
- Total dependent repositories: 78,636 (may contain duplicates)
- Total versions: 5,110
- Total maintainers: 33
- Total advisories: 5
nixpkgs-unstable: php82Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-04-02T12:03:40.278Z (28 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.007%
- Forks count: 0.01%
- Stargazers count: 0.019%
- Maintainers (4)
nixpkgs-24.11: python312Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/grpcio-status/default.nix#L44
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-04-10T01:03:14.401Z (21 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.012%
- Forks count: 0.02%
- Stargazers count: 0.028%
- Maintainers (1)
nixpkgs-23.11: python310Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.59.0 (published 3 months ago)
- Last Synced: 2026-04-10T22:02:44.823Z (20 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.014%
- Forks count: 0.025%
- Stargazers count: 0.031%
- Maintainers (1)
nixpkgs-23.11: python311Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.59.0 (published 3 months ago)
- Last Synced: 2026-04-13T18:04:09.796Z (17 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.014%
- Forks count: 0.025%
- Stargazers count: 0.031%
- Maintainers (1)
nixpkgs-23.11: php83Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18
- Licenses: Apache-2.0
- Latest release: 1.56.0 (published 3 months ago)
- Last Synced: 2026-04-14T22:06:51.071Z (16 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.014%
- Forks count: 0.025%
- Stargazers count: 0.031%
- Maintainers (4)
nixpkgs-unstable: php84Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-03-07T22:25:17.106Z (about 2 months ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.017%
- Forks count: 0.026%
- Stargazers count: 0.044%
- Maintainers (4)
nixpkgs-unstable: python313Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-04-02T19:00:46.398Z (28 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.023%
- Forks count: 0.036%
- Stargazers count: 0.055%
- Maintainers (1)
pypi.org: grpcio
HTTP/2-based RPC framework
- Homepage: https://grpc.io
- Documentation: https://grpc.github.io/grpc/python
- Licenses: Apache-2.0
- Latest release: 1.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T23:11:25.694Z (5 days ago)
- Versions: 279
- Dependent Packages: 1,373
- Dependent Repositories: 55,951
- Downloads: 401,607,242 Last month
- Docker Downloads: 3,058,571,220
-
Rankings:
- Downloads: 0.013%
- Dependent packages count: 0.019%
- Dependent repos count: 0.025%
- Docker downloads count: 0.026%
- Average: 0.04%
- Stargazers count: 0.067%
- Forks count: 0.091%
- Maintainers (2)
- Advisories:
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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:27.081Z (5 days ago)
- Versions: 192
- Dependent Packages: 128
- Dependent Repositories: 3,611
- Downloads: 863,924,769 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T10:32:43.491Z (5 days ago)
- Versions: 254
- Dependent Packages: 505
- Dependent Repositories: 5,698
- Downloads: 275,010,917 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
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-ProtoRPC/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published 6 months ago)
- Last Synced: 2026-04-25T17:30:17.246Z (5 days ago)
- Versions: 210
- Dependent Packages: 21
- Dependent Repositories: 513
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Average: 0.168%
- Dependent repos count: 0.207%
- Dependent packages count: 0.421%
- Maintainers (8)
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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T07:53:56.985Z (6 days ago)
- Versions: 253
- Dependent Packages: 66
- Dependent Repositories: 968
- Downloads: 13,923,136 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
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-Core/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published 6 months ago)
- Last Synced: 2026-04-25T17:30:17.444Z (5 days ago)
- Versions: 212
- Dependent Packages: 8
- Dependent Repositories: 8,564
- Docker Downloads: 480
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Docker downloads count: 0.024%
- Dependent repos count: 0.05%
- Average: 0.321%
- Dependent packages count: 1.487%
- Maintainers (8)
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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-26T13:00:41.738Z (4 days ago)
- Versions: 262
- Dependent Packages: 58
- Dependent Repositories: 1,262
- Downloads: 83,493,367 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
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published 6 months ago)
- Last Synced: 2026-04-25T17:30:18.892Z (5 days ago)
- Versions: 216
- Dependent Packages: 6
- Dependent Repositories: 273
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Dependent repos count: 0.317%
- Average: 0.547%
- Dependent packages count: 1.828%
- Maintainers (8)
cocoapods.org: gRPC-RxLibrary
Reactive Extensions library for iOS/OSX.
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-RxLibrary/
- Licenses: Apache License, Version 2.0
- Latest release: 1.80.0 (published 5 days ago)
- Last Synced: 2026-04-25T17:31:34.651Z (5 days ago)
- Versions: 217
- Dependent Packages: 6
- Dependent Repositories: 264
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Dependent repos count: 0.325%
- Average: 0.549%
- Dependent packages count: 1.828%
- Maintainers (8)
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-04-01T16:20:04.939Z (29 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 6 days ago)
- Last Synced: 2026-04-25T03:01:15.242Z (6 days 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 5 days ago)
- Last Synced: 2026-04-25T17:30:19.975Z (5 days 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-26T19:02:14.803Z (4 days ago)
- Versions: 210
- Dependent Packages: 15
- Dependent Repositories: 134
- Downloads: 1,921,123 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 8 days ago)
- Last Synced: 2026-04-25T21:30:59.453Z (5 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 4 days ago)
- Last Synced: 2026-04-26T10:59:00.443Z (4 days 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-26T10:48:29.362Z (4 days ago)
- Versions: 192
- Dependent Packages: 7
- Dependent Repositories: 102
- Downloads: 157,821 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-04-01T16:17:50.337Z (29 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 about 1 month ago)
- Last Synced: 2026-04-25T17:30:27.160Z (5 days ago)
- Versions: 375
- 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 5 days ago)
- Last Synced: 2026-04-25T17:30:26.233Z (5 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 6 months ago)
- Last Synced: 2026-03-10T18:01:43.298Z (about 2 months 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-04-01T16:17:24.574Z (29 days 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 5 days ago)
- Last Synced: 2026-04-25T17:30:26.923Z (5 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 3 months ago)
- Last Synced: 2026-03-11T09:12:46.492Z (about 2 months ago)
- Versions: 18
- Dependent Packages: 5
- Dependent Repositories: 480
- Downloads: 982,715 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 about 1 month ago)
- Last Synced: 2026-04-25T17:31:01.819Z (5 days ago)
- Versions: 100
- 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 5 days ago)
- Last Synced: 2026-04-25T17:30:25.497Z (5 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-04-24T01:02:25.153Z (7 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-04-01T16:17:05.089Z (29 days 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 (29 days 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 5 days ago)
- Last Synced: 2026-04-25T17:30:18.814Z (5 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: 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 5 days ago)
- Last Synced: 2026-04-25T17:30:18.421Z (5 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 5 days ago)
- Last Synced: 2026-04-25T17:30:27.086Z (5 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%
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 5 days ago)
- Last Synced: 2026-04-25T17:30:18.434Z (5 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 5 days ago)
- Last Synced: 2026-04-25T17:30:27.480Z (5 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%
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 about 3 years ago)
- Last Synced: 2026-04-01T13:27:28.196Z (29 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 about 4 years ago)
- Last Synced: 2026-04-25T17:30:18.521Z (5 days ago)
- Versions: 28
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 539,865 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 about 10 years ago)
- Last Synced: 2026-04-25T17:30:26.743Z (5 days ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 124 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-04-25T17:30:18.563Z (5 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 4,598 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:16.584Z (5 days ago)
- Versions: 134
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 70,053 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-04-25T17:30:17.924Z (5 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 about 9 years ago)
- Last Synced: 2026-04-25T17:30:17.813Z (5 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 48 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-04-25T17:30:25.442Z (5 days ago)
- Versions: 147
- Dependent Packages: 527
- Dependent Repositories: 0
- Downloads: 248,245,467 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-04-25T17:30:21.382Z (5 days ago)
- Versions: 147
- Dependent Packages: 190
- Dependent Repositories: 0
- Downloads: 96,165,058 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-04-25T17:30:26.166Z (5 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 5,866 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-04-25T17:30:27.668Z (5 days ago)
- Versions: 126
- Dependent Packages: 5
- Dependent Repositories: 0
- Downloads: 15,082,983 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-04-25T17:30:18.125Z (5 days ago)
- Versions: 90
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 333,076 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-26T01:45:31.846Z (5 days ago)
- Versions: 198
- Dependent Packages: 53
- Dependent Repositories: 0
- Downloads: 293,487,337 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 over 3 years ago)
- Last Synced: 2026-04-01T16:16:27.003Z (29 days 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:26.092Z (5 days ago)
- Versions: 133
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 68,611 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 almost 5 years ago)
- Last Synced: 2026-04-25T17:30:20.138Z (5 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 4,711 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-03-31T21:02:56.682Z (about 1 month 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.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-04-25T17:30:18.163Z (5 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
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-04-25T17:30:24.858Z (5 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 almost 11 years ago)
- Last Synced: 2026-04-25T17:30:15.226Z (5 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 55 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 about 2 years ago)
- Last Synced: 2026-04-25T17:30:18.903Z (5 days ago)
- Versions: 8
- Dependent Packages: 1
- Dependent Repositories: 0
- Downloads: 16,665 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 3 months ago)
- Last Synced: 2026-03-11T09:12:44.634Z (about 2 months ago)
- Versions: 7
- Dependent Packages: 0
- Dependent Repositories: 5
- Downloads: 16,955 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:14.929Z (5 days ago)
- Versions: 46
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 359 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.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:19.828Z (5 days ago)
- Versions: 55
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 74,444 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 3 months ago)
- Last Synced: 2026-03-11T16:11:44.950Z (about 2 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 about 1 month ago)
- Last Synced: 2026-03-24T00:05:52.268Z (about 1 month 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.78.0 (published 3 months ago)
- Last Synced: 2026-03-11T09:12:41.862Z (about 2 months ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 99,438 Total
-
Rankings:
- Dependent packages count: 51.289%
- Average: 53.837%
- Dependent repos count: 56.386%
nixpkgs-23.05: python310Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.54.2 (published 3 months ago)
- Last Synced: 2026-04-17T17:05:09.426Z (13 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: php83Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-04-02T18:01:02.773Z (28 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (4)
nixpkgs-unstable: grpc_cli
Command line tool for interacting with grpc services
- Homepage: https://github.com/grpc/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/gr/grpc_cli/package.nix#L42
- Licenses: Apache-2.0
- Latest release: 1.80.0 (published 28 days ago)
- Last Synced: 2026-04-02T19:00:49.158Z (28 days ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
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#n17178
- Licenses: asl2.0
- Latest release: 1.74.1 (published about 2 months ago)
- Last Synced: 2026-04-02T19:27:00.479Z (28 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
nixpkgs-23.05: python311Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.54.2 (published 3 months ago)
- Last Synced: 2026-04-14T21:08:01.254Z (16 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: grpc_cli
The command line tool for interacting with grpc services.
- Homepage: https://github.com/grpc/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/tools/networking/grpc_cli/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.54.1 (published 3 months ago)
- Last Synced: 2026-03-26T17:22:31.188Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.11: php83Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-03-08T02:25:33.082Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-24.11: php84Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-03-08T02:26:11.006Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
registry.bazel.build: grpc
- Homepage: https://github.com/grpc/grpc
- Documentation: https://registry.bazel.build/docs/grpc
- Licenses: apache-2.0
- Latest release: 1.80.0 (published about 1 month ago)
- Last Synced: 2026-04-25T17:30:16.902Z (5 days ago)
- Versions: 39
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (7)
nixpkgs-24.11: php82Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-04-11T04:02:16.086Z (20 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-24.11: grpc_cli
Command line tool for interacting with grpc services
- Homepage: https://github.com/grpc/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/gr/grpc_cli/package.nix#L42
- Licenses: Apache-2.0
- Latest release: 1.67.1 (published 3 months ago)
- Last Synced: 2026-03-07T18:10:07.345Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: php82Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15
- Licenses: Apache-2.0
- Latest release: 1.50.0 (published 3 months ago)
- Last Synced: 2026-04-08T17:02:16.447Z (22 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (6)
nixpkgs-23.11: grpc_cli
The command line tool for interacting with grpc services.
- Homepage: https://github.com/grpc/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/tools/networking/grpc_cli/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.59.2 (published 3 months ago)
- Last Synced: 2026-04-20T12:49:28.722Z (10 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: phpExtensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-04-02T12:03:38.916Z (28 days ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (4)
nixpkgs-24.05: python312Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/grpcio-status/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.62.3 (published 3 months ago)
- Last Synced: 2026-03-07T19:07:37.316Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-unstable: php85Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/php-packages/grpc/default.nix#L26
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-03-13T21:11:30.157Z (about 2 months ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (4)
nixpkgs-24.05: grpc_cli
The command line tool for interacting with grpc services
- Homepage: https://github.com/grpc/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/tools/networking/grpc_cli/default.nix#L42
- Licenses: Apache-2.0
- Latest release: 1.64.0 (published 3 months ago)
- Last Synced: 2026-03-08T16:10:59.426Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-23.05: php81Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15
- Licenses: Apache-2.0
- Latest release: 1.50.0 (published 3 months ago)
- Last Synced: 2026-04-17T05:04:30.035Z (14 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (6)
nixpkgs-23.05: php80Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/php-packages/grpc/default.nix#L15
- Licenses: Apache-2.0
- Latest release: 1.50.0 (published 3 months ago)
- Last Synced: 2026-04-17T05:04:28.889Z (14 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (6)
nixpkgs-23.11: php82Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18
- Licenses: Apache-2.0
- Latest release: 1.56.0 (published 3 months ago)
- Last Synced: 2026-03-08T22:41:15.344Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (4)
nixpkgs-24.05: python311Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/python-modules/grpcio-status/default.nix#L40
- Licenses: Apache-2.0
- Latest release: 1.62.3 (published 3 months ago)
- Last Synced: 2026-03-09T02:08:19.595Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.05: php83Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.62.3 (published 3 months ago)
- Last Synced: 2026-03-09T01:13:20.976Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-24.11: python311Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/python-modules/grpcio-status/default.nix#L44
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-03-06T01:29:11.683Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
nixpkgs-24.11: php81Extensions.grpc
High performance, open source, general RPC framework that puts mobile and HTTP/2 first
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.67.0 (published 3 months ago)
- Last Synced: 2026-03-06T00:28:11.911Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-24.05: php81Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.62.3 (published 3 months ago)
- Last Synced: 2026-03-09T01:10:48.666Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-23.11: php81Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/php-packages/grpc/default.nix#L18
- Licenses: Apache-2.0
- Latest release: 1.56.0 (published 3 months ago)
- Last Synced: 2026-03-08T22:41:53.335Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (4)
nixpkgs-24.05: php82Extensions.grpc
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
- Homepage: https://github.com/grpc/grpc/tree/master/src/php/ext/grpc
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/php-packages/grpc/default.nix#L25
- Licenses: Apache-2.0
- Latest release: 1.62.3 (published 3 months ago)
- Last Synced: 2026-03-09T01:11:53.509Z (about 2 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (5)
nixpkgs-unstable: python314Packages.grpcio-status
GRPC Python status proto mapping
- Homepage: https://github.com/grpc/grpc/tree/master/src/python/grpcio_status
- Documentation: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/development/python-modules/grpcio-status/default.nix#L41
- Licenses: Apache-2.0
- Latest release: 1.78.0 (published about 2 months ago)
- Last Synced: 2026-03-08T04:37:11.843Z (about 2 months ago)
- Versions: 2
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 100%
- Maintainers (1)
Dependencies
- 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
- BoringSSL-GRPC = 0.0.31
- Protobuf ~> 3.0
- CronetFramework >= 0
- Protobuf ~> 3.0
- RemoteTest >= 0
- Protobuf >= 0
- gRPC-ProtoRPC >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- gRPC-ProtoRPC >= 0
- Common >= 0
- RemoteTest >= 0
- Protobuf >= 0
- gRPC-ProtoRPC >= 0
- php 7.4-alpine3.15 build
- centos centos7 build
- grpc-php/php-src latest build
- php 7.4-buster build
- php 7.4-buster build
- i386/php 7.4 build
- debian buster build
- php 7.4-zts-buster build
- php 8.2-zts-buster build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-aarch64-linux build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-arm64-darwin build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw-ucrt build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw32 build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-linux build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-mingw32 build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-darwin build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-linux build
- mcr.microsoft.com/windows/servercore ltsc2019 build
- debian 10 build
- debian 10 build
- mcr.microsoft.com/dotnet/core/sdk 2.1-alpine3.9 build
- centos 7 build
- debian 10 build
- mcr.microsoft.com/dotnet/core/sdk 3.1 build
- mcr.microsoft.com/dotnet/sdk 5.0.103 build
- ubuntu 22.04 build
- debian 10 build
- python 3.10-alpine3.14 build
- archlinux base build
- centos 7 build
- alpine 3.11 build
- archlinux base build
- centos 7 build
- ubuntu 20.04 build
- ubuntu 22.04 build
- opensuse/leap latest build
- arm64v8/python 3.8-buster build
- ubuntu 20.04 build
- ubuntu 22.04 build
- centos 7 build
- ubuntu 22.04 build
- dockcross/manylinux2010-x64 20210210-84c47e5 build
- dockcross/manylinux2010-x86 latest build
- dockcross/linux-arm64 latest build
- dockcross/linux-armv7 latest build
- dockcross/manylinux2014-aarch64 20230905-7b2d74f build
- quay.io/pypa/manylinux2014_x86_64 2023-09-17-ae90a16 build
- quay.io/pypa/manylinux2014_i686 2023-09-17-ae90a16 build
- quay.io/pypa/musllinux_1_1_x86_64 2023-09-17-ae90a16 build
- quay.io/pypa/musllinux_1_1_i686 2023-09-17-ae90a16 build
- silkeh/clang 16-bullseye build
- silkeh/clang 16-bullseye build
- grpc/base latest build
- grpc/clang latest build
- mcr.microsoft.com/dotnet/core/sdk 3.0.100-preview3-stretch build
- debian 11 build
- dart stable build
- golang 1.19 build
- golang 1.11 build
- golang 1.16 build
- golang 1.19 build
- golang 1.8 build
- golang latest build
- debian bullseye build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- golang 1.10 build
- debian bullseye build
- debian 10 build
- gcr.io/oss-fuzz-base/base-builder@sha256 fd89316ac4c5f3e25802ca95a00062cece14f0602c5512d71ffeedc22734c0b9 build
- arm64v8/debian 11 build
Score: 40.409981476161