Debian/Ubuntu (.deb)
Native packages for Debian-based distributions.
- Ubuntu 24.04 LTS and newer
- Linux Mint 22.2+
- Debian 13+
- Pop!_OS 24.04+
- Zorin Core 18+
Step-by-step instructions for downloading and installing RimuSDR, RimuDAX, and RimuCAT on supported Linux distributions.
Choose the package format that matches your system architecture and distribution.
Native packages for Debian-based distributions.
Portable format that works across many Linux distributions.
Minimum requirements for running RimuSDR.
RimuSDR, RimuDAX, and RimuCAT are available in two package formats to support different Linux distributions and use cases.
Core application - must be installed first.
Digital Audio eXchange - virtual audio channels.
Computer Aided Transceiver - virtual serial ports.
Debian packages (.deb) provide native system integration for Debian-based distributions like Ubuntu, Linux Mint, and Raspberry Pi OS.
The command‑line method is the most reliable way to install .deb packages on all Debian‑based systems, including Ubuntu, Pop!OS, Linux Mint, Debian 12/13, Elementary OS, and Raspberry Pi OS. It works even when graphical installers do not.
cd ~/Downloads
sudo apt install ./rimusdr_<version>_amd64.deb
sudo apt install ./rimudax_<version>_amd64.deb
sudo apt install ./rimucat_<version>_amd64.deb
cd ~/Downloads
sudo apt install ./rimusdr_<version>_rpi.deb
sudo apt install ./rimudax_<version>_rpi.deb
sudo apt install ./rimucat_<version>_rpi.deb
ⓘ Note: "Unsandboxed" Download Message
When installing the RimuSDR package with:
sudo apt install ./rimusdr_1.1.3_amd64.deb
Some systems may show a message about the download being performed "unsandboxed." This happens when the installer is launched from a user folder such as ~/Downloads. It does not indicate a problem with the package, and installation completes normally.
If you prefer to avoid the message entirely, you can install from a world‑readable directory such as /tmp using the same command.
AppImage is a portable application format that works across many Linux distributions without system installation. Available for x86_64 and aarch64 systems (not available for Raspberry Pi).
cd ~/Downloads
chmod +x ./RimuSDR-*.AppImage
chmod +x ./RimuDAX-*.AppImage
chmod +x ./RimuCAT-*.AppImage
./RimuSDR-*.AppImage
./RimuDAX-*.AppImage
./RimuCAT-*.AppImage
mkdir -p ~/.local/bin
mv RimuSDR-*.AppImage ~/.local/bin/
mv RimuDAX-*.AppImage ~/.local/bin/
mv RimuCAT-*.AppImage ~/.local/bin/
After installation, you'll need to activate RimuSDR with your license code. Visit the activation page for detailed instructions and troubleshooting help.
Activation GuideIf you encounter issues during installation, check the Support page for troubleshooting guides and contact information.
Visit Support