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 is the core application and must be installed first before RimuDAX or RimuCAT.
rimusdr_<version>_amd64.deb to your Downloads folder from the link provided.
cd ~/Downloads
sudo apt install ./rimusdr_<version>_amd64.deb
rimusdr_<version>_rpi.deb to your Downloads folder from the link provided.
cd ~/Downloads
sudo apt install ./rimusdr_<version>_rpi.deb
AppImage is a portable application format that works across many Linux distributions without system installation. Available for x86_64 systems only.
AppImages require FUSE (Filesystem in Userspace) to mount and run. Install the appropriate package for your distribution:
sudo apt install fuse libfuse2
sudo dnf install fuse-libs
sudo pacman -S fuse2
RimuSDR-<version>-x86_64.AppImage to your Downloads folder from the link provided.
cd ~/Downloads
chmod +x RimuSDR-<version>-*.AppImage
./RimuSDR-<version>-*.AppImage
Optional: Move it to ~/.local/bin/ for easy access from anywhere.
RimuDAX provides DAX (Digital Audio eXchange) capabilities. RimuSDR must be installed first.
cd ~/Downloads
sudo apt install ./rimudax_<version>_amd64.deb
cd ~/Downloads
sudo apt install ./rimudax_<version>_rpi.deb
chmod +x RimuDAX-<version>-*.AppImage
./RimuDAX-<version>-*.AppImage
RimuCAT provides CAT (Computer Aided Transceiver) control via virtual serial ports. RimuSDR must be installed first.
cd ~/Downloads
sudo apt install ./rimucat_<version>_amd64.deb
cd ~/Downloads
sudo apt install ./rimucat_<version>_rpi.deb
chmod +x RimuCAT-<version>-*.AppImage
./RimuCAT-<version>-*.AppImage
If you encounter issues during installation, check the Support page for troubleshooting guides and contact information.
Visit Support