Multimedia & Audio
InterGenOS ships a working multimedia stack out of the box: a video player with hardware-accelerated decoding, a Wayland-native image viewer, and a document viewer, all running on GNOME 49 over Wayland. An audio editor, a music player, and a BitTorrent client ship on the image alongside them. This page covers what plays today, how hardware acceleration is wired up, and where the wider catalog comes from.
The multimedia stack carries no telemetry, no usage analytics, and no background service. What it does, it does on your machine and nowhere else.
What Ships by Default
The desktop tier installs a functional media set for everyday use. Package counts drift between builds; the desktop tier carries over 400 packages, and that figure is not permanent.
| Application | Purpose |
|---|---|
| Celluloid | GTK4 video player (mpv frontend) with VA-API hardware decoding |
| Image Viewer (Loupe) | Wayland-native image viewer with touch and gesture support |
| Evince (Document Viewer) | PDF, PostScript, DjVu, and comic-book viewer |
For the full default application set, see The Graphical Session.
Hardware-Accelerated Playback
Video playback is hardware-accelerated through the Mesa graphics stack, which ships and is enabled by default for AMD (Radeon) and Intel (Arc, Iris, UHD) GPUs.
- VA-API hardware video decoding runs through
radeonsi(AMD). - Celluloid uses VA-API for hardware-accelerated video playback.
- Firefox uses VA-API for hardware-accelerated video on the web.
Common video formats decode on the GPU rather than the CPU, which keeps playback smooth and power draw low on supported hardware.
NVIDIA Hardware
The NVIDIA proprietary driver is not installed by default. It is available as an explicit, user-initiated opt-in through the package manager:
pkm install nvidia
Installing it presents the NVIDIA license for acceptance before the driver is fetched. After install, follow the post-install steps to enroll the NVIDIA kernel module with your Machine Owner Key. Hardware-accelerated rendering and CUDA on NVIDIA hardware depend on this opt-in. See CUDA on NVIDIA for the full NVIDIA path.
Audio and Video Applications
These media applications ship on the image (they land with the Extras package group at install):
- Celluloid — mpv-based GTK4 video player with VA-API hardware decoding
- Audacity — Multi-track audio editor
- Rhythmbox — Music player with podcast support
- Transmission — BitTorrent client
The heavier creative applications ship too — GIMP, Inkscape, and the LibreOffice suite are on the image alongside them (it’s 2026: an art editor and an office suite are things people expect on a computer). On a system installed without the Extras group, any of these install on demand, for example:
sudo pkm install audacity
Wayland and Media
Every default media application runs on the Wayland display protocol. Wayland’s per-window isolation means each application sees only its own input and pixel buffer: one application cannot scrape another window’s pixels or capture its input. Applications not yet ported to Wayland run through Xwayland, a translation layer that starts automatically when needed. Compositing every frame through the display server also eliminates the screen-tearing artifacts common in legacy X11 video playback.
For the broader display posture, see The Graphical Session.
No Telemetry, No Analytics
No part of the multimedia stack phones home. There is no usage tracking and no app-store analytics. The package manager (pkm) records the packages you have installed for dependency resolution, and that data never leaves your machine. This is a machine you understand, can modify, and can trust.
Planned, Not Shipped
Some heavier production applications — non-linear video editors and full digital-audio workstations (DAWs), for example — are planned for future releases and are not yet part of the build. (GIMP, Inkscape, and the LibreOffice suite already ship on the image, as noted above; this section is only about the tools not yet packaged.) When they arrive, you will add them through the package manager like any other optional package.
Cross-References
- The Graphical Session — Default applications, GNOME, and Wayland
- Peripherals — Audio devices and other hardware
- Package Manager — Installing optional applications with pkm
- CUDA on NVIDIA — Opt-in NVIDIA driver and acceleration
- FAQ