# BloomRPC - installation & usage

In 
gRPC
Published 2022-12-03

This tutorial explains how to install and use BloomRPC (a gRPC client).

As I have Chocolatey installed, I will use Chocolatey for this tutorial. So I will run the following command in powershell:

choco install bloomrpc

Once installed, we can run/start it as normal Window application. When started you will see a page like this:

Click on the "+" icon and choose a proto file.

You will see that the request is generated automatically.

You can add metadata (if needed) and run the gRPC call.