v0.0.14
Diagrid Dev Dashboard
A local dashboard for Dapr developers that offers a live view of everything Dapr running on your machine, plus guided builders for authoring Dapr component files and resiliency policies. v0.0.14 adds two developer-facing features: a context-sensitive Dapr CLI command drawer and a one-click Share dialog.
What's new
⌨️ Context-sensitive Dapr CLI drawer
- A new collapsible Dapr CLI drawer slides in from the right edge and surfaces the Dapr CLI commands relevant to the page you're on —
dapr liston the apps overview,dapr stop --app-id <id>on an app's detail page,dapr workflow list/history/suspend/resume/terminate/purgeon the workflow views,dapr schedulercommands on actors, anddapr publishon subscriptions. - App IDs and workflow instance IDs from the current view are filled into the commands for you, and every command has its own copy button. Commands are self-hosted only (no Kubernetes
-kvariants), and the drawer's content lives in editable files so it's easy to extend.
📤 Share the dashboard
- A Share button in the top navigation opens a dialog to send the dashboard to a colleague — copy the ready-made message, or post it to Email, X, LinkedIn, or BlueSky with the text prefilled.
Install & run
One-liner (macOS / Linux):
curl -sSL https://raw.githubusercontent.com/diagridio/dev-dashboard/main/scripts/install.sh | shWindows (PowerShell):
iwr -useb https://raw.githubusercontent.com/diagridio/dev-dashboard/main/scripts/install.ps1 | iexContainer:
docker pull ghcr.io/diagridio/dev-dashboard:0.0.14Run:
diagrid-dev-dashboard # serves http://localhost:9090 and opens your browserSingle self-contained binary — the React frontend is embedded via go:embed, so there are no runtime dependencies. Prebuilt archives for macOS and Linux (amd64 + arm64) and Windows (amd64) are attached below, and the multi-arch container image is on GHCR.