SkillAgentSearch skills...

Ezy

🔥 GUI client for gRPC/gRPC-Web

Install / Use

/learn @getezy/Ezy
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<br /> <div align="center"> <picture> <img src="docs/logo.png" align="center"> </picture> </div> <div align="center"> <br />

Release Downloads Codacy Badge

Discord

</div>

Fully-featured desktop gRPC/gRPC-Web client.

<div align="center"> <img src="docs/preview.gif" align="center"> </div> <br />

🚧 This project is in beta phase and can get breaking changes at any time until it goes to v1.

Features

✅ Tabs
✅ Shortcuts
✅ Environments
✅ Persisted collections

| | gRPC | gRPC-Web | |----------------------------------------------------------- |:----: |:-------------------------------------------------------------: | | Unary Calls | ✅ | ✅ | | Server Streaming | ✅ | ✅ | | Client Streaming | ✅ | ❌ read | | Bi-directional Streaming | ✅ | ❌ read | | Stream cancelation | ✅ | ✅ | | Metadata | ✅ | ✅ Browser Headers | | TLS (Server-side/Mutual) with CA/Self-Signed certificates | ✅ | ✅ |

Getting started

Install the latest version for your OS from release page.

Today you can update only by manually downloading new app version and reinstalling it. I'm working on automatic updates.

Shortcuts

Use ⌘+K (macOS) or Ctrl+K(Windows/Linux). Just try it.

Working with 64-bit integers

If you want to send 64-bit integers (int64, uint64, sint64, fixed64, sfixed64) just wrap values in quotes.

{
  "int64": "9223372036854775807",
  "uint64": "18446744073709551615",
  "sint64": "-9223372036854775807",
  "fixed64": "18446744073709551615",
  "sfixed64": "-9223372036854775807"
}

Build from source

  $ npm ci
  $ npm run make

Roadmap

Actual roadmap available here.

Sponsorship

If you are interested in sponsorship of this project - shoot me an email. I have great ideas on how we can improve gRPC (and not only!) development experience. I'll be glad to talk about it.

License

Mozilla Public License Version 2.0

Related Skills

View on GitHub
GitHub Stars1.0k
CategoryDevelopment
Updated4d ago
Forks21

Languages

TypeScript

Security Score

100/100

Audited on Mar 27, 2026

No findings