Download RCAN Viewer
Choose your Linux distribution and get started
Universal AppImage
RECOMMENDEDWorks on all modern Linux distributions. Just download, make executable, and run.
Ubuntu / Debian
Install required dependencies first:
sudo apt-get update && sudo apt-get install -y \
libgl1 libglib2.0-0 libfontconfig1 \
libfreetype6 libx11-6 libxcb1 \
libxkbcommon0 libegl1 libdbus-1-3 \
libexpat1 libuuid1 libpng16-16 \
zlib1g libzstd1 libgssapi-krb5-2 \
libbrotli1 libstdc++6 libgcc-s1
Tested on Ubuntu 22.04, 24.04 and Debian 13 (Trixie)
Arch Linux
Install required dependencies first:
sudo pacman -Sy --noconfirm \
mesa glib2 fontconfig freetype2 \
libx11 libxcb libxkbcommon \
libglvnd dbus expat util-linux-libs \
libpng zlib zstd krb5 brotli gcc-libs
Also works on Manjaro and other Arch-based distributions
Fedora / RHEL
Install required dependencies first:
sudo dnf install -y \
mesa-libGL glib2 fontconfig freetype \
libX11 libxcb libxkbcommon mesa-libEGL \
dbus-libs expat libuuid libpng zlib \
libzstd krb5-libs brotli libstdc++ libgcc
Works on Fedora, RHEL, CentOS Stream, and compatible distributions
Other Distributions
The AppImage should work on most modern Linux distributions. If dependencies are missing, the AppImage will prompt you to install them automatically.
Required libraries: OpenGL, GLib2, Fontconfig, FreeType, X11/Wayland, DBus, and standard C++ libraries.
Quick Start
Download the AppImage
Click the download button above to get the latest version.
Make it executable
chmod +x RCAN-x86_64.AppImage
Run it
./RCAN-x86_64.AppImage
If any dependencies are missing, the AppImage will offer to install them automatically.
System Requirements
Minimum
- Linux kernel 3.10+ with SocketCAN support
- x86_64 (64-bit) processor
- 2 GB RAM
- OpenGL 2.0+ support
Recommended
- Linux kernel 5.0+ with modern SocketCAN
- Multi-core processor
- 4 GB+ RAM
- Hardware CAN interface or virtual CAN (vcan)
Need help? Check out our documentation or contact support.