
Owlpost
Desktop client for testing Protobuf and gRPC APIs
Details
- Categories
- Developer Tools
- Use Cases
- API DevelopmentTesting & QA
- Target Audience
- DevelopersQA EngineersSoftware Developers
- Pricing
- Free
- Platforms
- Desktop
- Alternative To
Postman
Discovery signals
How AI and people discover Owlpost on PeerPush
About Owlpost
**The problem:** Testing gRPC and Protobuf-based APIs is painful compared to REST. Most API clients (Postman, Insomnia, etc.) were built REST-first, so gRPC support is either missing or bolted on as an afterthought. Backend engineers end up falling back to grpcurl in a terminal — manually constructing JSON payloads, guessing at message structures, and decoding raw wire-format responses by hand. There's no visual, schema-aware way to explore and test gRPC services the way you can with REST endpoints in a typical API tool. **How owlpost solves it:** owlpost is a desktop API client built specifically around gRPC and Protocol Buffers, not REST with gRPC support tacked on. You register your `.proto` files once, and owlpost automatically discovers every service and method defined in the schema — no manual endpoint setup. The request editor is schema-aware: it renders enums as dropdowns, handles oneofs correctly, gives you an editable format for timestamps, and lets you build deeply nested messages visually instead of hand-writing raw JSON. Responses come back fully decoded and human-readable. owlpost also natively supports all four gRPC communication patterns — unary, server-streaming, client-streaming, and bidirectional streaming — which most general-purpose API tools don't handle at all. Because real backend work isn't purely gRPC, owlpost also supports standard HTTP/HTTPS requests with JSON bodies, so engineers can manage both protocols in one tool instead of switching between apps. Built-in environment and variable management makes it easy to move between local, staging, and production without rewriting requests each time. Under the hood, owlpost is an Electron app (macOS) with a Go sidecar handling the gRPC transport layer, keeping things fast and reliable even with large payloads or long-lived streams.
Product Video
Watch a video demo of Owlpost.
Screenshots
Reviews (1)
Average 5.0 out of 5
Based on 1 review
It looks really nice btw what model do you use for it




Comments (2)
Having a dedicated desktop client for gRPC and Protobuf testing is huge for developer productivity. No more jumping between terminals and REST clients to test different API types. The native gRPC support with message introspection makes deb
Owlpost is a clever solution for API testing workflows. Being able to test Protobuf and gRPC directly from a desktop client without context-switching is a solid productivity gain. The execution here shows real attention to developer pain po