EXE
WinGet
MQTTX
EMQX Team · 1.13.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
MQTTX-Setup-1.13.0-x64.exe /S
Custom
MQTTX-Setup-1.13.0-x64.exe /S /allusers
Upgrade
MQTTX-Setup-1.13.0-x64.exe /S --updated
File Identity
Filename
MQTTX-Setup-1.13.0-x64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
EMQ.MQTTX
Version
1.13.0
Description
Your All-in-One MQTT Client Toolbox
License
Apache-2.0
↗
Homepage
https://mqttx.app/
Upgrade Behavior
install(Install over existing)
Release Notes
What's Changed
- fix(inspector): address UI/UX issues by @muzaffarmhd in https://github.com/emqx/MQTTX/pull/1979
- feat(viewer): add advanced dashboard view with widget configuration by @muzaffarmhd in https://github.com/emqx/MQTTX/pull/1987
- fix(dashboard): fix bug - add missing prop by @muzaffarmhd in https://github.com/emqx/MQTTX/pull/1996
- ci(win): add portable version for windows by @zfb132 in https://github.com/emqx/MQTTX/pull/2002
- feat: add syntax highlighting for JSON payload in web…