Skip to content

HiveMQ Edge 2026.1 is Released

by HiveMQ TeamJAN 13, 2026

What’s new in HiveMQ Edge 2026.1

This release of HiveMQ Edge 2026.1 fixes a critical security issue with the authentication of the REST API.

JDK Upgrade Notice

HiveMQ Edge will be migrated to JDK v25 in April 2026.

JDK v25 provides many enhancements and improvements to the efficiency and performance of HiveMQ Edge, and enables the continuous delivery of new data operations capabilities to be brought to the product.

Get Started Today

Use the download link Get HiveMQ Edge 2026.1, or find us on GitHub and Docker:

Get started by running

docker run --name hivemq-edge --pull=always -d -p 1883:1883 -p 8080:8080 hivemq/hivemq-edge

Or clone our repository

git clone git@github.com:hivemq/hivemq-edge.git

You may also try out our Helm Chart

helm repo add hivemq https://hivemq.github.io/helm-charts && helm repo update