How to install grpcurl
on both Mac and Windows. step-by-step! guide 🚀
brew install grpcurl
✅ Done!
If you don't have Homebrew, first install it with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
If you have Scoop installed:
scoop install grpcurl
If you don't have Scoop yet:
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iexThen install
grpcurl
!
-
Go to the releases page:
👉 https://github.com/fullstorydev/grpcurl/releases -
Find the latest release, and download
grpcurl_windows_x86_64.exe
. -
Rename it to
grpcurl.exe
(optional but clean). -
Add the folder containing
grpcurl.exe
to your system's PATH.
✅ Done!
Try:
grpcurl --help
If you see the help text, it's working perfectly!
grpcurl -d @ \
-plaintext \
-import-path ~/Downloads/stock-trading-server/src/main/proto \
-proto stock_trading.proto \
localhost:9090 \
stocktrading.StockTradingService/bulkStockOrder < order.txt