macOS
This section will guide you on how to install and start EMQX on macOS with a zip file.
- To download emqx-5.0.14-macos11-amd64.zip (opens new window), run:
wget https://www.emqx.com/downloads/broker/v5.0.14/emqx-5.0.14-macos11-amd64.zip
1
- To unzip the package, run:
unzip emqx-5.0.14-macos11-amd64.zip
1
- To start EMQX, run:
cd emqx && ./bin/emqx start
1
- To download emqx-5.0.14-macos12-arm64.zip (opens new window), run:
https://www.emqx.com/en/downloads/broker/v5.0.14/emqx-5.0.14-macos12-arm64.zip
1
- To unzip the package, run:
unzip emqx-5.0.14-macos12-arm64.zip
1
- To start EMQX, run:
cd emqx && ./bin/emqx start
1