Mozilla has moved Firefox 146 into the beta channel, with the latest update (146.0b4) now available for public testing. While this cycle might seem light on revolutionary, user-facing overhauls, it delivers several notable convenience features and a massive update for web developers, solidifying support for new and emerging web standards.
The most visible change for everyday users is a new Link Preview feature. However, the real bulk of this update is “under the hood,” with a major upgrade to the Skia graphics library and the implementation of long-awaited CSS and web platform APIs.
New User-Facing Features: Link Previews and Firefox Labs
For non-developers, the two biggest changes will be the new Link Preview function and the wider availability of Firefox Labs.
1. Link Previews (Enabled by Default)
Firefox 146 Beta introduces a new way to glance at a webpage without committing to opening it. By right-clicking a link or using a (yet-to-be-finalized) keyboard shortcut, users can open a small preview window of the destination page.
This is a significant quality-of-life feature for quickly checking sources or getting the gist of a link before navigating away. The release notes also mention a capability to use AI to read the page and generate key points, but this advanced summarization feature is not enabled by default in the beta and remains experimental.
2. “Firefox Labs” Enabled for All
Previously, the “Firefox Labs” feature—which allows users to test experimental new ideas from Mozilla—was often tied to telemetry and study participation. Starting with Firefox 146, this feature will be enabled for all users, regardless of their data-sharing preferences, making it easier for everyone to opt-in and test potential future features.
Additionally, this release adds address bar suggestions for holidays and other important dates (in English) for users in France, Germany, and Italy.
A Massive Release for Web Developers
The true core of the Firefox 146 update is its massive contribution to web standards, bringing Firefox up to speed with several modern CSS and API specifications.
1.CSS: @scope and contrast-color()
Two major CSS features are landing in this release:
@scopeAt-Rule: This is a huge win for component-based design. The@scoperule allows developers to “scope” their CSS styles to a specific part (a subtree) of the DOM. This prevents styles from leaking out and affecting other parts of the page, a common headache solved in the past by complex naming conventions (like BEM) or JavaScript-based solutions.contrast-color()Function: This new accessibility-focused function allows a developer to pick a contrasting color (e.g., black or white) relative to a base color, helping to ensure text is always readable.
This beta also adds support for the text-decoration-inset property and the legacy -webkit-fill-available keyword for better web compatibility.
2. Security, Graphics, and Web Platform APIs
Firefox 146 Beta is also packed with technical upgrades:
Post-Quantum Security: Firefox now supports sending post-quantum (PQ) key shares during the DTLS 1.3 handshake for WebRTC, a forward-looking move to protect against “harvest now, decrypt later” attacks.
Skia Library Update: The internal Skia graphics library has been updated, which should lead to improved rendering performance and compatibility across all platforms.
New API Support: The beta adds support for
showPicker()on text inputs with a<datalist>and support for compressed elliptic curve points in the WebCrypto API.Inspector Improvements: The Developer Tools Inspector will now hide unused custom properties by default, reducing clutter for developers.
Platform-Specific Changes (macOS / Windows)
While this release has no major new Linux-specific features, it does include key changes for other platforms. On macOS, a dedicated GPU process will be enabled by default to improve stability. Conversely, on Windows, support for the legacy Direct2D graphics backend is being removed.
How to Install Firefox 146 Beta on Linux
For Linux users, this beta is a great way to test the new web standards and the Link Preview feature. The easiest and safest way to install it on Fedora is via the Flathub-beta remote, which will not interfere with your stable Firefox installation.
Bash
# First, add the Flathub-beta remote if you don't already have it
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
# Install the Firefox Beta package from the beta remote
flatpak install flathub-beta org.mozilla.firefoxYou can also download the official binary tarball from the FIREFOX CHANNELS PAGE and run it from a separate folder.
Firefox 146 Beta is a classic “developer’s release.” While user-facing features like Link Previews are a welcome addition, the real story is the significant work being done to modernize Firefox’s web engine. The adoption of @scope, contrast-color(), and post-quantum security measures shows a strong commitment to the future of the web.
As always, this is beta software. It is intended for testing and feedback, not for mission-critical daily use.

