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
Download emqx-5.0.26-macos12-arm64.zip.
bashwget https://www.emqx.com/en/downloads/broker/5.0.26/emqx-5.0.26-macos11-amd64.zip
Install EMQX.
bashmkdir -p emqx && unzip emqx-5.0.26-macos11-amd64.zip -d emqx
Start EMQX
bash
./emqx/bin/emqx start