Installation Guide

Installing RimuSDR on Linux

Step-by-step instructions for downloading and installing RimuSDR, RimuDAX, and RimuCAT on supported Linux distributions.

Debian · Ubuntu · Raspberry Pi · AppImage

Download Packages

Choose the package format that matches your system architecture and distribution.

Debian Package

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+
AppImage

AppImage

Portable format that works across many Linux distributions.

  • No installation required
  • Self-contained application
  • Run from any location
  • Works on most distributions
Requirements

System Requirements

Minimum requirements for running RimuSDR.

  • Dual-core 2.0 GHz CPU or faster
  • 4 GB RAM minimum (8 GB recommended)
  • 500 MB disk space
  • 1920×1080 display resolution
  • Ethernet preferred (WiFi supported)

Installing RimuSDR

RimuSDR is the core application and must be installed first before RimuDAX or RimuCAT.

Debian/Ubuntu - amd64 (x86_64)

1. Download the package
Download rimusdr_<version>_amd64.deb to your Downloads folder from the link provided.
2. Install via GUI
Double-click the .deb file, then click Install in the Software Center. Enter your password when prompted.
3. Or install via command line
cd ~/Downloads
sudo apt install ./rimusdr_<version>_amd64.deb

Raspberry Pi OS

1. Download the package
Download rimusdr_<version>_rpi.deb to your Downloads folder from the link provided.
2. Install via GUI
Double-click the .deb file, then click Install in the Software Center. Enter your password when prompted.
3. Or install via command line
cd ~/Downloads
sudo apt install ./rimusdr_<version>_rpi.deb
After installation
  • Launch from menuLook for "RimuSDR" in your application menu
  • Command lineType rimusdr in a terminal
  • ConfigurationLocated at ~/.config/rimu-systems/rimusdr/settings.json
  • Log filesLocated at ~/.local/state/rimu-systems/rimusdr/rimusdr.log
License Activation

After purchasing, you will receive a license code via email. Follow these steps to activate RimuSDR:

  • 1. Launch RimuSDROpen the application from your menu or run rimusdr
  • 2. Open License MenuGo to Help → Activate License
  • 3. Enter DetailsEnter your license code and callsign
  • 4. ActivateClick Activate to complete the process

AppImage Installation

AppImage is a portable application format that works across many Linux distributions without system installation. Available for x86_64 systems only.

1. Install FUSE (Required)

AppImages require FUSE (Filesystem in Userspace) to mount and run. Install the appropriate package for your distribution:

Ubuntu/Debian/Linux Mint
sudo apt install fuse libfuse2
Fedora/RHEL/CentOS
sudo dnf install fuse-libs
Arch Linux
sudo pacman -S fuse2

2. Download and Run

1. Download the AppImage
Download RimuSDR-<version>-x86_64.AppImage to your Downloads folder from the link provided.
2. Make it executable
cd ~/Downloads
chmod +x RimuSDR-<version>-*.AppImage
3. Run the application
./RimuSDR-<version>-*.AppImage
Optional: Move it to ~/.local/bin/ for easy access from anywhere.
Troubleshooting: If AppImage Won't Run

If FUSE isn't available or you can't install it, you can extract and run the AppImage manually:

  • 1. Extract./RimuSDR-<version>-x86_64.AppImage --appimage-extract
  • 2. Run extracted./squashfs-root/AppRun
System Dependencies

RimuSDR AppImage requires the following system libraries (typically pre-installed):

  • FUSERequired to mount AppImage (libfuse2 or fuse-libs)
  • AudioPulseAudio or PipeWire, PortAudio
  • GraphicsX11 or Wayland display server with drivers
  • Coreglibc, OpenSSL (standard on most distributions)

Installing RimuDAX

RimuDAX provides DAX (Digital Audio eXchange) capabilities. RimuSDR must be installed first.

Debian/Ubuntu - amd64
cd ~/Downloads
sudo apt install ./rimudax_<version>_amd64.deb
Raspberry Pi OS
cd ~/Downloads
sudo apt install ./rimudax_<version>_rpi.deb
AppImage (x86_64 only)
chmod +x RimuDAX-<version>-*.AppImage
./RimuDAX-<version>-*.AppImage
RimuDAX Quick Reference
  • PurposeVirtual audio channels for digital mode applications and I/Q streaming
  • LaunchFrom menu or type rimudax in terminal
  • PrerequisiteRimuSDR must be installed and connected to radio

Installing RimuCAT

RimuCAT provides CAT (Computer Aided Transceiver) control via virtual serial ports. RimuSDR must be installed first.

Debian/Ubuntu - amd64
cd ~/Downloads
sudo apt install ./rimucat_<version>_amd64.deb
Raspberry Pi OS
cd ~/Downloads
sudo apt install ./rimucat_<version>_rpi.deb
AppImage (x86_64 only)
chmod +x RimuCAT-<version>-*.AppImage
./RimuCAT-<version>-*.AppImage
RimuCAT Quick Reference
  • PurposeBridges FlexRadio networking to CAT-compatible logging and control software
  • LaunchFrom menu or type rimucat in terminal
  • PrerequisiteRimuSDR must be installed and connected to radio
Uninstalling
Warning: Deactivate your license before uninstalling. Go to Help → Deactivate License in RimuSDR to free up the license for use on another machine.
  • Remove RimuSDRsudo apt remove rimusdr
  • Remove RimuDAXsudo apt remove rimudax
  • Remove RimuCATsudo apt remove rimucat
  • Remove configrm -rf ~/.config/rimu-systems
  • Remove logsrm -rf ~/.local/state/rimu-systems

Need Help?

If you encounter issues during installation, check the Support page for troubleshooting guides and contact information.

Visit Support
×