Download
Current version is 1.17.3.
Stay up-to-date about releases through apt, the RSS feed, or subscribe to notifications about releases or security announcements on the Github page.
Apt
Apt packages are available for Ubuntu, Debian and Raspberry Pi OS (based on Debian).
You can download the repository GPG key here:
Its fingerprint is 874E6552A197BDD069A1526E1788BCA932A92BDF
. It can be downloaded like:
curl https://www.flashmq.org/wp-content/uploads/2021/10/flashmq-repo.gpg > /usr/share/keyrings/flashmq-repo.gpg
You can also browse the apt repo.
Ubuntu
Ubuntu jammy (22.04) and noble (24.04) have arm64 as well as amd64 packages available.
Choose the one relevant for your distro version:
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt focal main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt jammy main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt noble main" > /etc/apt/sources.list.d/flashmq.list
Debian and Raspberry Pi OS
The current versions of Raspberry Pi OS are based on Debian Bullseye and Debian Bookworm. Therefore, the Flashmq apt repository also contains the armhf and arm64 builds for the Raspberry Pi.
Choose the one relevant for your distro version:
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt buster main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt bullseye main" > /etc/apt/sources.list.d/flashmq.list
echo "deb [signed-by=/usr/share/keyrings/flashmq-repo.gpg] http://repo.flashmq.org/apt bookworm main" > /etc/apt/sources.list.d/flashmq.list
AppImage
There’s also a portable AppImage executable, runnable from the command line. It was compiled on Debian 10 and therefore should work on Debian 10 and higher, Ubuntu 20.04 and higher, and many other (older) distros. However, on (at least) Ubuntu 22.04, you do need to install libfuse2
first.
Support for Ubuntu 18.04 has been dropped.