What’s new in HiveMQ Edge 2025.10
HiveMQ Edge 2025.10 comes with a host of UI fixes and improvements in the Data Hub Designer to ensure greater usability. The OPC-UA adapter has also been improved to ensure greater compatibility with the OPC-UA protocol and will enable HIveMQ to enhance the Protocol Adapter with new features and functionalities in the near future.
Get Started Today
Use the download link Get HiveMQ Edge 2025.10, 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-edgeOr clone our repository
git clone git@github.com:hivemq/hivemq-edge.gitYou may also try out our Helm Chart
helm repo add hivemq https://hivemq.github.io/helm-charts && helm repo update