Owlpost

Owlpost

Desktop client for testing Protobuf and gRPC APIs

pamenon9
@pamenon9
Published on Jul 21, 2026
Visit site
11 PeerPush
🥈
Ranked #2
Product of the Day
PeerPush

Details

Categories
Developer Tools
Pricing
Free
Platforms
Desktop

Discovery signals

How AI and people discover Owlpost on PeerPush

Read by AI engines 30dEngines readingHow many times AI crawlers read this listing, and which engines those crawlers belong to.
177
  • ChatGPT
  • Perplexity
  • +4 other AI crawlers

Reads by these AI engines

Crawlers behind these engines read this listing on PeerPush.
PersistenceRead streakConsecutive days, counting back from today, that AI has read this listing every single day.
15 days

Read by AI every day

Read by AI every day for the last 15 days.
Community award Jul 22, 2026Community awardA Product of the Day, Week, or Month award this product won from the community.
#2 Product of the Day

Jul 22, 2026

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 (3)

Average 5.0 out of 5

5.0

Based on 3 reviews

5
3
4
0
3
0
2
0
1
0
Aayan

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

Comments (5)

omribenshoham
@omribenshoham

Owlpost solves a real pain point for backend teams. Being able to test Protobuf and gRPC APIs directly without context-switching to terminal tools is a game changer. The desktop UI makes exploration and debugging feel native rather than clu

galdayan1895
@galdayan1895

The schema-aware introspection for Protobuf and gRPC services is a game-changer. Being able to explore message structures and service definitions directly from the desktop client eliminates the need to switch between documentation and termi

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