AspireRunner icon indicating copy to clipboard operation
AspireRunner copied to clipboard

A standalone runner for the .NET Aspire Dashboard

AspireRunner

A standalone runner for the .NET Aspire Dashboard which can display OpenTelemetry data (traces, metrics, and logs) from any application.

The runner can be used as a dotnet tool or as part of an ASP.NET Core application, it will automatically download the dashboard if it's not installed, and will run and manage the dashboard process.

AspireRunner.Tool

Provides a quick and easy to use CLI for downloading and running the Dashboard

NuGet Version

Installation

dotnet tool install -g aspirerunner.tool

You can also use dnx (.NET 10 and later) to run the tool immediately without installing it

dnx aspirerunner.tool

AspireRunner.AspNetCore

A library for running the Aspire Dashboard alongside ASP.NET Core apps.

NuGet Version