Installation overview¶
RimuSDR, RimuDAX, and RimuCAT are distributed as .deb packages, RPM packages,
and AppImages. Download them from the Downloads page, then follow
the guide for your package format.
RimuSDR is also available as a fully supported Windows client; RimuDAX and RimuCAT remain Linux‑only.
System requirements¶
| Minimum | Recommended | |
|---|---|---|
| Operating system | A supported Linux distribution, or Windows 10 | Windows 11 |
| CPU | x86_64 or ARM64, dual-core 1.5 GHz | Quad-core 2.0 GHz |
| Memory | 2 GB | 8 GB |
| Disk space | 500 MB | 500 MB |
| Display | 1366x768 | 1920x1080 |
| Network | WiFi | Ethernet |
The .deb packages and AppImages need glibc 2.38 or later
Every distribution listed below meets this. Older releases, such as Debian 12 (Bookworm) and Raspberry Pi OS Bookworm, ship glibc 2.36 and cannot run these builds.
RPM packages are built separately for each distribution release, so this limit does not apply to them.
To check your version, run ldd --version.
Package formats¶
Four formats are available. Native packages are preferred, because the system package manager handles dependencies and desktop integration.
-
Debian, Ubuntu and Raspberry Pi
Native
.debpackages with full desktop integration.Supported on Ubuntu 24.04 LTS and newer, Linux Mint 22.2+, Debian 13+, Pop!_OS 24.04+, Zorin Core 18+, and Raspberry Pi OS (64-bit) based on Debian 13 (Trixie).
Available for
amd64,arm64andrpi. Thearm64andrpipackages are different builds for different hardware, so check which one you need before you download. -
Fedora and Rocky Linux
Native RPM packages with full desktop integration. Download the build that matches your distribution release, for example
fc43for Fedora 43 orel9for Rocky 9.Supported on Fedora 43 and 44, and Rocky Linux 9 and 10. Available for
x86_64only. -
AppImage
A portable format that runs on most distributions without installation. There is no desktop integration, and updates are manual. AppImages need the FUSE 2 runtime library, which recent distributions do not install by default.
Available for
x86_64andaarch64. Not available for Raspberry Pi. -
Windows
RimuSDR is a fully supported Windows client with all core radio features available. Companion tools RimuDAX and RimuCAT are Linux-only, so DAX audio and CAT control are not provided on Windows.
Available for 64-bit Windows only.
Components¶
| Component | Purpose | Platforms | Install order |
|---|---|---|---|
| RimuSDR | Core application | Linux, Windows | First |
| RimuDAX | Digital Audio eXchange - virtual audio channels | Linux only | After RimuSDR |
| RimuCAT | Computer Aided Transceiver - virtual serial ports | Linux only | After RimuSDR |
The packages do not depend on each other, so this order is a recommendation rather than a requirement.
Package file names¶
Downloads are named for their component, version, and target:
rimusdr_<version>_amd64.deb # Debian, Ubuntu, Intel and AMD
rimusdr_<version>_arm64.deb # Debian-based ARM64, not Raspberry Pi OS
rimusdr_<version>_rpi.deb # Raspberry Pi OS
rimusdr-<version>-1.<distro>.x86_64.rpm # Fedora, Rocky
RimuSDR-<version>-x86_64.AppImage # AppImage, Intel and AMD
RimuSDR-<version>-aarch64.AppImage # AppImage, ARM64
RimuSDR-v<version>-Windows-x64-Setup.exe # Windows 10 and 11
Substitute rimudax or rimucat for rimusdr to get the other two Linux
components. Note that the Windows installer carries a v before the version
number, where the Linux packages do not.
Next steps¶
After installation, activate your license. See the Activation Guide for instructions and troubleshooting.