AirMQTT

Native MQTT client for Mac, iPhone, and iPad

Visit Website
June 18, 2026 I built a native MQTT client for Apple devices

Most MQTT tools feel old, desktop-only, or awkward on Apple devices.

AirMQTT is my attempt to make MQTT workflows feel clean and native on Mac, iPhone, and iPad.

You can connect to brokers, subscribe to topics, publish messages, inspect payloads, create quick actions, filter noisy streams, and keep your setup synced with iCloud.

It is built for IoT projects, smart home debugging, hardware experiments, and developers who want to see what is happening inside MQTT messages without fighting the tool.

Comment

About

I built AirMQTT because many MQTT tools still feel old, desktop-only, or awkward on Apple devices. MQTT is simple in theory; connect to a broker, subscribe to a topic, inspect messages, publish payloads. But in real pr

People