Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 18:21
· 2 commits to main since this release

MQTT Probe v1.0.0

Requires .NET 10 runtime for the Blazor builds.

Downloads

Artifact Description
mqttprobe-blazor-linux-x64-v1.0.0.zip Blazor Web — single binary, Linux x64
mqttprobe-blazor-linux-arm64-v1.0.0.zip Blazor Web — single binary, Linux arm64 (Raspberry Pi, NAS)
mqttprobe-blazor-win-x64-v1.0.0.zip Blazor Web — single exe, Windows x64
mqttprobe-windows-v1.0.0.zip Windows desktop app — MAUI (unsigned, SmartScreen warning expected)
docker pull bluegrassiot/mqttprobe:v1.0.0 Docker image (amd64 + arm64, no runtime install needed)

Quick Start

# Docker (recommended for servers)
docker compose up -d

# Linux bare metal — extract zip and run
chmod +x MqttProbe.Web && ./MqttProbe.Web

# Windows bare metal — extract zip and run
MqttProbe.Web.exe

See README for full documentation.

Full Changelog: https://github.com/bluegrassiot/mqttprobe/commits/v1.0.0