Kuestenlogik.Bowire.Protocol.Grpc 1.7.0

Prefix Reserved
dotnet add package Kuestenlogik.Bowire.Protocol.Grpc --version 1.7.0
                    
NuGet\Install-Package Kuestenlogik.Bowire.Protocol.Grpc -Version 1.7.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kuestenlogik.Bowire.Protocol.Grpc" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Kuestenlogik.Bowire.Protocol.Grpc" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Kuestenlogik.Bowire.Protocol.Grpc" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Kuestenlogik.Bowire.Protocol.Grpc --version 1.7.0
                    
#r "nuget: Kuestenlogik.Bowire.Protocol.Grpc, 1.7.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Kuestenlogik.Bowire.Protocol.Grpc@1.7.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Kuestenlogik.Bowire.Protocol.Grpc&version=1.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Kuestenlogik.Bowire.Protocol.Grpc&version=1.7.0
                    
Install as a Cake Tool

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, and pending winget / Homebrew / Chocolatey distributions — 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

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.0 34 6/3/2026
1.6.1 99 5/25/2026
1.6.0 103 5/25/2026
1.5.1 93 5/24/2026
1.5.0 116 5/20/2026
1.4.4 108 5/17/2026
1.4.3 93 5/17/2026
1.4.2 92 5/17/2026
1.4.1 98 5/17/2026
1.4.0 89 5/17/2026
1.4.0-rc.1 48 5/17/2026
1.3.0 104 5/12/2026
1.3.0-rc.1 54 5/12/2026
1.2.0 99 5/11/2026
1.2.0-rc.1 58 5/11/2026
1.1.0 98 5/11/2026
1.1.0-rc.4 55 5/11/2026
1.0.12 100 5/6/2026
1.0.11 94 5/5/2026
1.0.10 96 5/4/2026
Loading failed