Zen Browser 1.21.14b lands with Firefox 153.0.4 and FFmpeg 63 support
Zen Browser 1.21.14b is now available, updating the Firefox fork to Mozilla's 153.0.4 engine and adding FFmpeg 63 codec support.
This isn't a beta build. You'll find it tracked against the dev branch alongside the rolling Twilight preview. Zen has always pushed Window Sync and Live Folders as its headline features. This update tightens up the reliability of those tools while keeping pace with upstream Mozilla changes.
Engine and media upgrades
The core engine now runs Firefox 153.0.4. That means you get every security patch and web-platform tweak that shipped with the latest Mozilla stable. The leap from the previous version keeps Zen firmly in lockstep with upstream.
FFmpeg 63 is also in the mix. The multimedia framework handles H.264, VP9, AV1, AAC, and Opus decoding. Upgrading improves codec compatibility and bundles security fixes within the framework. Streaming and media-heavy workloads should run smoother. This matters for a browser that positions itself as a productivity hub where tab-heavy sessions often come with background media.
Window Sync hang fixed
One of the bigger fixes targets a hang in Window Sync. Issue #14905 described a scenario where mirroring tabs across two windows would freeze if the contextual containers didn't match. Selecting a synced tab would display an about:blank placeholder instead of the actual content. The docshell-swap operation would get permanently stuck.
The root cause was a race condition between focus events and TabSelect events. Zen created about:blank placeholders for mirrored tabs, but the placeholder inherited the target window's container ID instead of copying the source tab's userContextId. The state machine stalled as a result.
The fix landed in PR #14908. It's Zen-specific. The reporter confirmed the issue didn't reproduce in vanilla Firefox. The hang was intermittent and worsened over time with extended multi-window use.
Live Folder visibility fix
The second notable fix addresses accessibility. Issue #14912 reported that the Live Folder creation prompt became unreadable on dark themes. The body text faded into the background. Only the title remained visible.
The reporter toggled zen.live-folders.promotion.shown to false in about:config to reproduce the issue. Creating a new Live Folder on a dark homepage confirmed the contrast problem. PR #14918 resolved it by adjusting the callout's background or inverting text color based on luminance.
It's a small polish task. However, as Zen adds more promotional UX, ensuring it works across themes separates production-ready software from hobbyist projects.
Head here to get it
Zen Browser 1.21.14b is available on GitHub under the 1.21.14b tag. The repository sits at 43.9k stars with 561 open issues. The release notes include a full changelog and asset hashes.
Head here to download the build for your platform. Keep in mind that the Twilight preview follows a rolling track. If you prefer stability, stick with this release. The Window Sync fix alone makes the upgrade worth a look.
