SkillAgentSearch skills...

Emqx

The most scalable and reliable MQTT broker for AI, IoT, IIoT and connected vehicles

Install / Use

/learn @emqx/Emqx

README

EMQX

GitHub Release Build Status Slack Discord X YouTube

EMQX is the world's most scalable and reliable MQTT platform, designed for high-performance, reliable, and secure IoT data infrastructure. It supports MQTT 5.0, 3.1.1, and 3.1, as well as other protocols like MQTT-SN, CoAP, LwM2M, and MQTT over QUIC. EMQX enables you to connect millions of IoT devices, process and route messages in real time, and integrate with a wide range of backend data systems. It's ideal for applications in AI, IoT, Industrial IoT (IIoT), connected vehicles, smart cities, and beyond.

Starting from v5.9.0, EMQX has unified all features from the previous Open Source and Enterprise editions into a single, powerful offering with the Business Source License (BSL) 1.1.

If you want to understand why we made the change, please read this blog post.

Please go to the License section for more details about BSL 1.1.

Key Features

EMQX delivers a powerful set of capabilities for modern connected systems:

Comprehensive Protocol Support

  • Full MQTT v5.0, v3.1.1, and v3.1 support.
  • MQTT over QUIC: Leverage the benefits of QUIC for faster connection establishment, reduced head-of-line blocking, and seamless connection migration.
  • Support for other IoT protocols like LwM2M, CoAP, MQTT-SN, and more through gateways.

Massive Scalability & High Availability

Powerful Rule Engine & Data Integration

Message Queue

  • Reliable message queuing for asynchronous and decoupled communication.
  • Extends MQTT with durable message storage, configurable queue lifecycle, TTL, and size limits, ensuring messages are preserved until consumption.
  • Supports load-balanced consumption and optional last-value semantics, allowing queues to retain only the most recent message for each topic when needed.

Flow Designer

  • Drag‑and‑drop canvas to orchestrate real‑time data pipelines with zero code, using nodes for rules, integrations, and AI tasks.

Smart Data Hub

  • Schema Registry: Define, store, and manage data schemas to ensure consistency.
  • Schema Validation: Validate incoming data against registered schemas to maintain data integrity.
  • Message Transformation: Convert data between different formats and structures to facilitate seamless integration.

AI Processing & Integration:

  • Native AI processing capabilities for IoT data streams.
  • Integration with popular AI services.
  • Support for AI-driven decision making at the edge or in the cloud.

Robust Security

Advanced Observability & Management:

Extensibility

  • Plugin architecture for extending functionality.
  • Hooks for customizing behavior at various points in the message lifecycle.

Unified Experience:

  • With the BSL 1.1 license (from v5.9.0), all features, including those previously exclusive to the enterprise edition, are available to all developers.

Quick Start

Try EMQX Cloud

The simplest way to set up EMQX is to create a managed deployment with EMQX Cloud. You can try EMQX Cloud for free.

For comprehensive guidance, see the EMQX Cloud Documentation.

Run a single node using Docker

docker run -d --name emqx \
  -p 1883:1883 -p 8083:8083 -p 8084:8084 \
  -p 8883:8883 -p 18083:18083 \
  emqx/emqx-enterprise:latest

Next, please follow the Install EMQX Using Docker guide for further instructions.

Run EMQX cluster on Kubernetes

Please refer to the official EMQX Operator documentation for details.

Download EMQX

If you prefer to install and manage EMQX yourself, you can download the latest version from the official site.

For more installation options, see the EMQX installation documentation

Documentation

Contributing

Please see our contributing guide.

For more organised improvement proposals, you can send pull requests

Related Skills

View on GitHub
GitHub Stars16.0k
CategoryDevelopment
Updated1h ago
Forks2.5k

Languages

Erlang

Security Score

85/100

Audited on Mar 20, 2026

No findings