Skip to content

Latest commit

 

History

2,822 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bowire

CI codecov NuGet License

The multi-protocol API workbench. gRPC, REST, GraphQL, JSON-RPC, SignalR, WebSocket, SSE, MQTT, Socket.IO, MCP, OData, AsyncAPI, AMQP, Kafka, Akka.NET, NATS, SOAP, Pulsar — run against any service URL with zero code changes.

Quickstart · Features · Why Bowire · Docs · Downloads · Bootcamp

Bowire workbench — discover, invoke, stream, record across protocols

Install

# .NET tool (cross-platform, recommended)
dotnet tool install -g Kuestenlogik.Bowire.Tool

Windows MSIs, portable ZIPs, Docker images, winget install Kuestenlogik.Bowire, and choco install bowire — with a Homebrew tap still pending — all listed on the Downloads page. It's the source of truth for what's available right now.

5-minute Quickstart for the first call against your own service.

Embedded mode

Mount the workbench inside an existing ASP.NET host:

dotnet add package Kuestenlogik.Bowire
var app = WebApplication.Create(args);
app.MapBowire();   // workbench at /bowire
app.Run();

Discovery picks services off the host's IServiceProvider — REST routes, gRPC reflection, SignalR hubs, custom protocols. See Setup → Embedded.

Documentation

Everything user-facing lives at bowire.io. The most-asked entries:

Roadmap & Community

  • ROADMAP.md — what shipped, what's planned, what's deliberately out of scope
  • Community — Discord, Discussions, Issues
  • CONTRIBUTING.md — plugin authoring, smoke tests, PR workflow

License

Apache 2.0

About

Multi-protocol API workbench for .NET — discover, invoke, record, mock, replay across gRPC, REST, GraphQL, MQTT, SignalR, WebSocket, SSE, MCP, OData, Socket.IO, and more... including your custom protocol.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages