Wingetlywingetly
← All apps
G

gRPCurl

by Engineering at Fullstoryv1.9.3

Last updated

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers

Install with winget

$ winget install --id fullstorydev.grpcurl --exact --version 1.9.3

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

grpcurl is a command-line tool that lets you interact with gRPC servers. It's

basically curl for gRPC servers.

The main purpose for this tool is to invoke RPC methods on a gRPC server from

the command-line. gRPC servers use a binary encoding on the wire (protocol

buffers, or "protobufs" for short). So they are basically impossible to interact

with using regular curl (and older versions of curl that do not support HTTP/2

are of course non-starters). This program accepts messages using JSON encoding,

which is much more friendly for both humans and scripts.

With this tool you can also browse the schema for gRPC services, either by

querying a server that supports server reflection, by reading proto source

files, or by loading in compiled "protoset" files (files that contain encoded

file descriptor protos). In fact, the way the tool transforms JSON request data

into a binary encoded protobuf is using that very same schema. So, if the server

you interact with does not support reflection, you will either need the proto

source files that define the service or need protoset files that grpcurl can

use.

Installers · v1.9.3

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for gRPCurl.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • O
    Ollama (Portable)Ollama
    Ollama.Ollama.Portablev0.33.1

    Start building with open models.

  • Ente Authente.io
    ente-io.auth-desktopv4.4.25

    Open source 2FA authenticator, with end-to-end encrypted backups.

  • C
    CloudflareSpeedTestXIU2
    XIU2.CloudflareSpeedTestv2.3.5

    国外很多网站都在使用 Cloudflare CDN,但分配给中国内地访客的 IP 并不友好(延迟高、丢包多、速度慢)。虽然 Cloudflare 公开了所有 IP 段 ,但想要在这么多 IP 中找到适合自己的,怕是要累死,于是就有了这个软件。

  • G
    GrypeAnchore Inc
    Anchore.Grypev0.118.0

    A vulnerability scanner for container images and filesystems

  • S
    SyftAnchore Inc
    Anchore.Syftv1.51.0

    CLI tool and library for generating a Software Bill of Materials from container images and filesystems

  • Go Programming Languagehttps://go.dev
    GoLang.Gov1.27.0

    An open source programming language that makes it simple to build secure, scalable systems.

More from Engineering at Fullstory or browse golang, grpc, protobuf.

Frequently asked questions

How do I install gRPCurl on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id fullstorydev.grpcurl --exact --version 1.9.3. winget downloads the installer from Engineering at Fullstory and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install gRPCurl silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id fullstorydev.grpcurl --exact 1.9.3 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall gRPCurl via winget?
Run: winget uninstall --id fullstorydev.grpcurl --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from gRPCurl's Apps & Features entry.
Is gRPCurl free?
gRPCurl is distributed under MIT. Refer to the publisher (https://github.com/fullstorydev/grpcurl) for the full license terms - Wingetly itself does not charge for installation.
Does gRPCurl work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls gRPCurl directly from the publisher.
How do I keep gRPCurl up to date?
Run winget upgrade --id fullstorydev.grpcurl --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of gRPCurl from microsoft/winget-pkgs.