Desktop app
The RDK desktop app — file explorer and retrieval graph in one window.
Prefer a graphical app over the rdk CLI? Download the desktop build for your platform below. The buttons always point at the newest signed installer — no more digging through GitHub Actions.
rdkCLI are separate downloads. You don't need the CLI to run the desktop app — but they share the same ~/.rdk config, so installing both is fine.macOS
The macOS build targets Apple Silicon (M1 and newer). Open the downloaded .dmg and drag RDK into your Applications folder.
Windows
Run the downloaded .exe installer. The installer lets you choose the install location and creates Start-menu and desktop shortcuts.
Linux
Two formats are available. The AppImage is the simplest — it runs on any distro with no install step. Make it executable and launch it:
chmod +x RDK-*.AppImage./RDK-*.AppImageOn Debian/Ubuntu you can install the .deb instead, which adds RDK to your application menu:
sudo apt install ./RDK-*.debWhich build am I getting?
The download buttons resolve the latest desktop-v* release from the rdk releases page. Every push of a desktop-v* tag publishes fresh installers for all three platforms, so the buttons stay current automatically.
rdk CLI.