Owlpost

Owlpost

Desktop client for testing Protobuf and gRPC APIs

pamenon9
@pamenon9
Published on Jul 21, 2026
Visit site
11 PeerPush
🔥
Awarded
Trending Now
PeerPush

Details

Categories
Developer Tools
Pricing
Free
Platforms
Desktop
Alternative To
Postman

Discovery signals

How AI and people discover Owlpost on PeerPush

AI-readyAI-readyWhether this product carries the structured data - use cases, audiences, platforms - that lets AI match it to the right questions.
Structured

Described for AI to match

Described for AI with use cases, audiences, platforms and pricing so assistants can match it to the right questions.
Discoverable nowDiscoverable nowWhether this product is queryable through the PeerPush API and MCP right now.
Live

Via the PeerPush API and MCP

Queryable through the PeerPush API, MCP and semantic search from day one.

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

Screenshot 1 of Owlpost
Screenshot 2 of Owlpost
Screenshot 3 of Owlpost
Screenshot 4 of Owlpost

Reviews (1)

Average 5.0 out of 5

5.0

Based on 1 review

5
1
4
0
3
0
2
0
1
0
Aayan

It looks really nice btw what model do you use for it

Comments (2)

galdayan1895
@galdayan1895

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

omribenshoham
@omribenshoham

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