OBS Studio 32.2.2 lands with critical hotfixes, but Linux package managers are still playing catch-up
The OBS Project released OBS Studio 32.2.2 on August 14, and if you're streaming on Windows or macOS, you should grab it immediately. The new patch resolves a plugin loading bug that triggers on first launch after an update, and it unblocks the app on macOS 12 after a Qt compatibility regression.
The versioning follows the Semantic Versioning scheme the project adopted back in version 30. The 32.x wave kicked off on July 21, followed by a July 24 hotfix that handled a stubborn game capture hook on Windows. This latest drop rounds out a busy summer of rapid iterations.
What actually changed, and what Linux actually cares about
The 32.2.2 patch is strictly platform-specific. Neither the Windows plugin fix nor the macOS launch block touches the Linux codebase. If you're scanning the release notes for something that fixes your setup, look at the 32.2 feature set from a few weeks ago.
The biggest win for Linux is a PipeWire fix targeting NVIDIA GPUs. Wayland users have dealt with audio and video capture dropping the moment OBS paired with an NVIDIA card, and this patch straightens that out. There's also a working fix for VAAPI AV1 encoding when streaming over WHIP, which matters a lot if you're routing streams through WebRTC. AMD and Intel GPU owners can finally lean on hardware-accelerated AV1 without fighting container formats.
As lead developer kkartaltepe noted during the 32.2 rollout, the OpenGL improvements were "meant to help low-end machines run smoother." It's a modest lift, but OpenGL remains the default rendering backend on Linux. That means the performance bump lands harder here than on Windows, which leans on Vulkan and DirectX by default.
The NVIDIA driver catch and what's actually on your system
There's one requirement that will trip up some Linux users before they even finish downloading the installer. The 32.2 series updated the NVIDIA Video Codec SDK to version 13, which means OBS now demands a minimum driver version of 570. If you're still running an older proprietary NVIDIA package on Ubuntu, Debian, Fedora, or Arch, you'll need to update first. The restriction applies across X11 and Wayland sessions.
As for how you actually get the software, the download page on obsproject.com currently lists 32.2.1 for Linux. The Ubuntu PPA and Flathub are trailing GitHub by a few days, which is about standard for their packaging cadence. If you want 32.2.2 right now, grab the direct .deb from the GitHub releases page for your specific Ubuntu release. Otherwise, the PPA and Flatpak will catch up soon enough.
The distribution lag highlights a familiar tension in open source: upstream moves fast, but downstream maintainers need time to package, test, and ship. It's not a dealbreaker, especially since the hotfix doesn't patch anything Linux-specific. But it's worth keeping in mind if you're comparing what your package manager says versus what's actually on GitHub.
OBS has been accelerating its release schedule, and the Linux ecosystem has quietly become one of the more capable streaming environments for AV1 workflows. With VAAPI support, PipeWire native on modern Wayland setups, and lower background overhead than Windows, it's a solid choice if you're routing streams from a dedicated box or a low-power mini PC. The software itself is written in C/C++ and built on Qt, so the underlying architecture stays consistent across every platform.
The next hotfix could land any week now. The OBS Project is clearly responsive to critical bugs between major releases, and the PPA typically syncs within days once the GitHub tag drops. Keep an eye on the downloads page if you'd rather wait for the package managers to stabilize. Otherwise, head here to grab the direct .deb installers for Ubuntu 24.04 and 26.04.
