Skip to content

macOS

This section guides you on installing and starting EMQX on macOS with a zip file.

Supported versions:

  • macOS 12
  • macOS 11

The section takes macOS 12 as an example to illustrate how to download the latest version of EMQX. If you want to install a different version or in a different system, please visit the EMQX Deployment page.

Install EMQX

  1. Download emqx-5.0.26-macos12-arm64.zip.

    bash
    wget https://www.emqx.com/en/downloads/broker/5.0.26/emqx-5.0.26-macos11-amd64.zip
  2. Install EMQX.

    bash
    mkdir -p emqx && unzip emqx-5.0.26-macos11-amd64.zip -d emqx

Start EMQX

bash
./emqx/bin/emqx start