macOS
brew install protoc-gen-go-grpclocal Homebrew formula metadata
安装
brew install protoc-gen-go-grpclocal Homebrew formula metadata
sudo apk add protoc-gen-go-grpcAlpine Linux edge package indexes · protoc-gen-go-grpc · 来源: dl-cdn.alpinelinux.org
sudo apt install protoc-gen-go-grpcDebian stable package indexes · protoc-gen-go-grpc · 来源: deb.debian.org
nix profile install nixpkgs#protoc-gen-go-grpcnixpkgs package indexes · pkgs/by-name/pr/protoc-gen-go-grpc/package.nix · 来源: api.github.com
概览
Protoc plugin that generates code for gRPC-Go clients
历史
protoc-gen-go-grpc is the official gRPC-Go protoc plugin. It reads protobuf service declarations and generates typed Go clients, server interfaces, registration helpers, and streaming support.
gRPC was announced in 2015 as an open-source RPC framework based on Protocol Buffers and HTTP/2, and its Go implementation was among the language stacks declared production-ready at gRPC 1.0 in August 2016.
protoc-gen-go-grpc became the dedicated protoc plugin in the grpc-go project for generating Go client and server bindings from protobuf service definitions, complementing protoc-gen-go's message generation.
gRPC reached its 1.0 production milestone in 2016 for Go and several other languages after being publicly announced in 2015. The official announcement cited adoption by infrastructure projects including etcd, containerd, and CockroachDB.
The Go gRPC generator is distributed through Go tooling and several operating-system package managers listed in source_facts.package-manager. It is commonly paired with protoc-gen-go so that one protoc invocation produces message types and RPC service bindings.
Install protoc-gen-go-grpc and protoc-gen-go, put both on PATH, and invoke protoc with --go_out and --go-grpc_out. Options such as paths=source_relative control generated-file placement. The generated service code is compiled with the grpc-go runtime. No persistent configuration or credentials file is documented for the generator itself.
The separate generator embodies a deliberate packaging boundary: protobuf message generation belongs to protoc-gen-go, while gRPC service generation belongs to protoc-gen-go-grpc. Build recipes therefore need both binaries and compatible runtime modules.
Because generated interfaces encode client, server, streaming, and forward-compatibility conventions, generator upgrades can change source-level expectations even when the wire protocol remains stable.
安全态势
没有找到 protoc-gen-go-grpc 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
protoc-gen-go-grpc | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/grpc/grpc-go
安装元数据
| 软件包键 | brew:protoc-gen-go-grpc |
|---|---|
| 版本 | 1.6.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/protoc-gen-go-grpc |
| 主页 | https://grpc.io |
| 仓库 | https://github.com/grpc/grpc-go |
| 上游文档 | https://grpc.io |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/grpc/grpc-go/archive/refs/tags/cmd/protoc-gen-go-grpc/v1.6.2.tar.gz |
| 最后更新 | 2026-09-11T04:50:27Z |
| Pulse | updated |
| 依赖 | protobuf |
| 构建依赖 | go |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | protoc-gen-go-grpc |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
protoc-gen-go-grpc 1.64.0-7+b2
gRPC plugin for protobuf compiler
https://godoc.org/google.golang.org/grpc
sudo apt install protoc-gen-go-grpcprotoc-gen-go-grpc
nix profile install nixpkgs#protoc-gen-go-grpcprotoc-gen-go-grpc 1.38.0+really1.33.3-1build1
gRPC plugin for protobuf compiler
https://godoc.org/google.golang.org/grpc
sudo apt install protoc-gen-go-grpcprotoc-gen-go-grpc 1.80.0-r3
protoc plugin to generate Go language bindings of services in protobuf definition files for gRPC
https://github.com/grpc/grpc-go
sudo apk add protoc-gen-go-grpc来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.