New Alpha Release: Tor Browser 16.0a10
Tor Browser 16.0a10 is now available from the Tor Browser download page and also from our distribution directory.
This version includes important security updates to Firefox.
⚠️ Reminder: The Tor Browser Alpha release-channel is for testing only. As such, Tor Browser Alpha is not intended for general use because it is more likely to include bugs affecting usability, security, and privacy.
Moreover, Tor Browser Alphas are now based on Firefox's betas. Please read more about this important change in the Future of Tor Browser Alpha blog post.
If you are an at-risk user, require strong anonymity, or just want a reliably-working browser, please stick with the stable release channel.
✨ New Features which need attention!
📖 Updated Built-in manual on Desktop Tor Browser
The Tor Project's old support page and content has been updated. Starting with Tor Browser 16.0a10, this updated design and content is now baked into the browser and replaces the legacy manual. You can access the manual directly by navigating to about:manual in the URL bar or by clicking on the various "Learn more" links found in the browser's UI.
⚙️ Settings Redesign now enabled by default
With Tor Browser 16.0a10, we have enabled the new about:preferences designs from Mozilla by default. Our additional settings (connectivity, letterboxing, security level, etc) should now all be migrated over and using the new design language. Please file an issue if you find any regressions!
🪟 Generic Window Titles
On most (all?) desktop operating systems, applications have the ability to programmatically set and update the title of their windows. Normally, this is very useful as it allows the names of your applications to appear in the desktop UI in the title bar or as entries in application switchers (e.g. when you alt-tab between applications).
Historically, web browsers have dynamically updated their application's window title to the contents of the current web page's <title> element.
For example, the window name for the browser window you are currently using is very likely some variant of New Alpha Release: Tor Browser 16.0a10 | The Tor Project — Tor Browser.
If you were to navigate away from this page (please don't), the title would be updated to some variant of that page's <title> element contents.
While this process provides convenient usability to end-users, these title changes are generally detectable and readable by 3rd party applications or the operating system itself. This is typically not a privileged action, meaning software does not typically require special permissions to do this. These same APIs which allow programs to enumerate open windows also allow them to record browsing history using window title changes as a side-channel.
To counteract this, we've developed (and upstreamed) an opt-in feature disabling these window title changes and instead replacing them with just the the name of the browser. You can try this feature out by going to about:preferences, clicking on Privacy and security in the navigation panel, clicking on Advanced settings within the Connection and software security group, and checking Use generic window titles in the Protections from third-party applications group. With this setting enabled, all Tor Browser window titles should now simply read Tor Browser Alpha.
For any vanilla Firefox users out there, you can enable this feature by going to about:config and setting the privacy.exposeContentTitleInWindow (for normal-browsing windows) and privacy.exposeContentTitleInWindow.pbm (for private-browsing windows) boolean options to false.
We had hoped to enable this feature by default in the 16.0 series, but it is a bit late in the release cycle to push out such a feature with potentially unseen side-effects (e.g. causing breakage with a11y software, specific desktop environments, or other custom configurations) without user testing. Please give this feature a go (especially if your desktop environment is non-standard) and report back any issues or incompatibilities you find.
Send us your feedback
If you find a bug or have a suggestion for how we could improve this release, please let us know.
Full changelog
The full changelog since Tor Browser 16.0a9 is:
- All Platforms
- Updated NoScript to 13.6.31.90301984
- Updated OpenSSL to 3.5.8
- Bug tor-browser#44257: Disable locale-based font rules as a defense-in-depth
- Bug tor-browser#45161: Drop TorProviderBuilder.firstWindowLoaded
- Bug tor-browser#45205: Rebase Tor Browser onto 153.1.0esr
- Bug tor-browser#45219: Backport Security Fixes from Firefox 154
- Windows + macOS + Linux
- Updated Firefox to 153.1.0esr
- Bug tor-browser#43570: Report errors in about:torconnect when tor daemon crashes (Desktop)
- Bug tor-browser#43640: Poor screen reader experience when opening preferences and scrolling to element
- Bug tor-browser#43939: Update Bridge settings when connection failed
- Bug tor-browser#44247: Adapt Tor Browser manual to use the new support pages
- Bug tor-browser#44511: Make sure new search suggest features are disabled for 16.0
- Bug tor-browser#44629: Add a search suggestion warning in the settings
- Bug tor-browser#44699: Amend commit message for "BB 43322: Customize the font visibility lists"
- Bug tor-browser#44802: Hide the "safe browsing" settings
- Bug tor-browser#44830: Migrate our home page adjustments to the settings config
- Bug tor-browser#44831: Misleading banner in "Search engine suggestions" settings
- Bug tor-browser#44855: Use
ariaNotifyfor bridge updates - Bug tor-browser#44959: Integrate the new Tor Browser manual into Tor Browser
- Bug tor-browser#44998: Remove Firefox branding from about:preferences
- Bug tor-browser#45039: Make it easier to test ProfileDataUpgrader customization
- Bug tor-browser#45051: Show a separate Tor error prompt for users who do not see about:torconnect (desktop)
- Bug tor-browser#45058: Convert bridge settings to new design and config approach
- Bug tor-browser#45059: Convert advanced connection settings to new design and config approach
- Bug tor-browser#45079: Move letterboxing to the appearance setting pane
- Bug tor-browser#45123: Disable profile backup for 16.0
- Bug tor-browser#45125: Tidy up bridge emoji widget
- Bug tor-browser#45143: Modify moz-fieldset to allow focusing the heading
- Bug tor-browser#45156: Remove "Firefox Home" from the appearance settings
- Bug tor-browser#45157: Grant "access local files" permission to NoScript (Firefox 153 and above)
- Bug tor-browser#45168: Hide the history search option, again
- Bug tor-browser#45169: Cannot open history sidebar in private browsing window
- Bug tor-browser#45171: Disable split view for 16.0
- Bug tor-browser#45176: Add "Request English" to the website language config
- Bug tor-browser#45178: Change support URLs in new settings
- Bug tor-browser#45179: Update the feedback URL to point to the new support page.
- Bug tor-browser#45180: Also show download warning in download settings
- Bug tor-browser#45185: Disable network also in the Rust implementation of the remote settings client
- Bug tor-browser#45186: Remove duplicate alert roles in moz-message-bar
- Bug tor-browser#45187: Disable private browsing "delete downloaded files" feature
- Bug tor-browser#45190: New circuit urlbar icon button is squished
- Bug tor-browser#45192: Some URLs trigger
The proxy server is refusing connectionsrather than about:torconnect prior to bootstrap - Bug tor-browser#45194: "Your bridges" background color
- Bug tor-browser#45195: Modify our calls to openPreferences to work with the new settings
- Bug tor-browser#45196: Replace old connection settings with setting-group widgets
- Bug tor-browser#45197: Hide password settings by default
- Bug tor-browser#45200: Include onion authentication in the new password settings
- Bug tor-browser#45201: Convert security level settings to the new config
- Bug tor-browser#45208: Switch on the setting redesign
- Bug tor-browser#45209: Remove mention of "sync" from new settings
- Bug tor-browser#45211: Add settings for protections from third party applications
- Bug tor-browser#45214: Keep megalist (contextual password manager) disabled for 16.0
- Bug tor-browser#45220: about:torconnect doesn't show when launching the browser in non-PBM
- Bug tor-browser#45226: Stylelint issues on browser/components/torpreferences/content/torPreferences.css
- Bug tor-browser#45228: Drop browser.urlbar.update2.engineAliasRefresh
- Bug tor-browser#45232: Spoof picture-in-picture sizes under RFP
- Bug tor-browser#45236: Resolve miscellaneus accessibility issues in about:torconnect
- Bug tor-browser#45245: Fix a ML file inclusion that creates an error
- Windows + Android
- Bug tor-browser#44513: Backport Bugzilla 2059471: Do not spoof screen orientation when it is locked
- Windows
- Bug tor-browser#45144: Do not offer to make the browser a PDF viewer when in portable mode
- Bug tor-browser#45243: Disable taskbar tabs
- macOS
- Bug tor-browser#45163: Consistently do not disable app group container support
- Android
- Updated GeckoView to 153.1.0esr
- Bug tor-browser#41758: Don't allow PDFs to be opened by 3rd party apps
- Bug tor-browser#43571: Implement improved error handling and tor restart flow (Android)
- Bug Download v2#44054: Review Mozilla 1970806: Implement new UI for External Download Manager dialog [tor-browser]
- Bug tor-browser#44210: Consider dropping shouldDisableNormalMode setting
- Bug 44448: Trivialise assets rather than delete them in "[android] Delete unused media" [tor-browser]
- Bug tor-browser#44758: Disable email mask feature
- Bug tor-browser#44881: Remove link sharing setting on android
- Bug tor-browser#44921: Disable Google Lens feature
- Bug tor-browser#45049: Opening a pdf from outside TBA crashes TBA after bootstrapping it not already bootstrapped
- Bug tor-browser#45085: Disable GooglePlay Integrity
- Bug tor-browser#45098: Share link button shows in landscape mode on android despite being removed elsewhere
- Bug tor-browser#45115: Padlock always shows insecure even for HTTPS and Onion sites
- Bug tor-browser#45159: Fix Android Padlock security pane colors
- Bug tor-browser#45170: Tab Switcher shows Firefox's private browsing mask badge on tab switcher icon
- Bug tor-browser#45173: Disable Search Optimizations for android
- Bug android#45203: Rebase error with: TB 40041: Implement Tor Network Settings [tor-browser]
- Bug tor-browser#45221: Remove "Manage downloads with another app" setting from TBA download settings
- Bug tor-browser#45227: Remove "Default search engine for Standard Mode"
- Bug tor-browser#45234: Do not spoof secondary screen orientations if they were requested by a lock
- Build System
- All Platforms
- Bug tor-browser#45224: Enable Rust linter in CI
- Bug tor-browser#45231: Backport Bugzilla 2053518: Rust target detection fails to translate the host triple with rustc nightly >= 2026-07-02 (new -oe-linux- targets)
- Bug tor-browser-build#41844: Add scripts to backup/deploy signing keys on signing machines
- Bug tor-browser-build#41850: Update keyring/torbrowser.gpg for new subkey and updated expiration date of the main key
- Windows + macOS + Linux
- Bug tor-browser-build#41711: Update our manual machinery for its new home
- Windows + Linux + Android
- Updated Go to 1.26.7
- Android
- Bug tor-browser-build#41843: Remove unused universal apk from geckoview
- All Platforms
Comments
We encourage respectful, on-topic comments. Comments that violate our Code of Conduct will be deleted. Off-topic comments may be deleted at the discretion of the moderators. Please do not comment as a way to receive support or to report bugs on a post unrelated to a release. If you are looking for support, please see our FAQ, user support forum or ways to get in touch with us.