Update to version 1.16 (Bookworm) and 2.12 (Trixie) is already available
Posted: Sun Mar 29, 2026 7:55 pm
We are happy to announce that Hudiy 1.16/2.12 is now available. You can find the release highlights below:
Direct renderer
In version 2.8, we introduced the direct renderer, which is optimized specifically for CarPlay and Android Auto video streams. Initially, it was designed for console mode on lower-end Raspberry Pi models (Pi Zero 2, Pi 3B, and Pi 3B+). In current release, we successfully ported the direct renderer to the Raspberry Pi 4B, Raspberry Pi 5 and x86_64 with VAAPI support.
Thanks to the direct renderer, video playback is more efficient and smoother due to tailored optimizations for CarPlay and Android Auto.
Starting with this release, the direct renderer is the default for Raspberry Pi in both desktop and console modes. The composition renderer will still be available and you can easily switch between them using the HUDIY_RENDERER environment variable.
Due to hardware diversity (GPU, VPU) on x86_64, the composition renderer remains the default on this platform since it is more universal. However, if your x86_64 hardware supports VAAPI, you can switch to the direct renderer using the HUDIY_RENDERER environment variable.
https://github.com/wiboma/hudiy/blob/ma ... y_renderer
Ring buffer optimizations
We also introduced optimizations to the ring buffer implementation. As a result, processing the projection data (video and audio) can be up to 12% faster, depending on the platform (L2 cache capacity) and resolution. This results in lower latency and reduced CPU and RAM usage.
---------------------------
You can download and install the update using the updater program – https://github.com/wiboma/hudiy/blob/ma ... d#updating
Please note that the updater performs an incremental update (version by version) to avoid the OS corruption during the update process. If you are using an older version of Hudiy, you may need to run the updater multiple times. You can check your current version in Menu -> Hudiy -> Settings -> About.
A description of all new features and configuration options is available on our GitHub in the updated documentation – GitHub.
Direct renderer
In version 2.8, we introduced the direct renderer, which is optimized specifically for CarPlay and Android Auto video streams. Initially, it was designed for console mode on lower-end Raspberry Pi models (Pi Zero 2, Pi 3B, and Pi 3B+). In current release, we successfully ported the direct renderer to the Raspberry Pi 4B, Raspberry Pi 5 and x86_64 with VAAPI support.
Thanks to the direct renderer, video playback is more efficient and smoother due to tailored optimizations for CarPlay and Android Auto.
Starting with this release, the direct renderer is the default for Raspberry Pi in both desktop and console modes. The composition renderer will still be available and you can easily switch between them using the HUDIY_RENDERER environment variable.
Due to hardware diversity (GPU, VPU) on x86_64, the composition renderer remains the default on this platform since it is more universal. However, if your x86_64 hardware supports VAAPI, you can switch to the direct renderer using the HUDIY_RENDERER environment variable.
https://github.com/wiboma/hudiy/blob/ma ... y_renderer
Ring buffer optimizations
We also introduced optimizations to the ring buffer implementation. As a result, processing the projection data (video and audio) can be up to 12% faster, depending on the platform (L2 cache capacity) and resolution. This results in lower latency and reduced CPU and RAM usage.
---------------------------
You can download and install the update using the updater program – https://github.com/wiboma/hudiy/blob/ma ... d#updating
Please note that the updater performs an incremental update (version by version) to avoid the OS corruption during the update process. If you are using an older version of Hudiy, you may need to run the updater multiple times. You can check your current version in Menu -> Hudiy -> Settings -> About.
A description of all new features and configuration options is available on our GitHub in the updated documentation – GitHub.