Thorium is the Fastest Browser on Earth (Installation + Tips) (2024)

🚀

Quick Overview

This article explores the Thorium browser, its performance tests using various methods and features, and the developer’s customizations, including installation steps on your favorite Linux distribution.

If you’re solely interested in learning Thorium’s installation steps, check out this section.

I was having a great day with my colleague, talking about the future of foss and AI, and suddenly the following video appeared in both of our YouTube feeds.

Table of Contents

The Best Web Browser

TBH, me and a few of my colleagues know this browser from way back when it was using the unstable branch of Chromium (now it uses the stable branch). So, the question is why this browser never came to the spotlight, and is it the best browser after all?

Let’s find out in this article. You just have to promise to read the entire article.

Thorium: The Fastest Browser on Earth?

If you’re questioning whether Thorium is the name of the radioactive element, your guess is correct, as developer Alexander David Frick directly stated it on the project homepage.

Thorium is the Fastest Browser on Earth (Installation + Tips) (1)

The Thorium browser is a fork of Chromium with some modifications to make it faster than the vanilla browser and exceptionally faster on lower-end PCs, which is what Chrome is infamous for.

If you are a developer, you might know that Chromium is an open source project by Google that aims to provide a safer, faster, and more stable way for all users to experience the web, but it’s not that optimized, especially for performance.

Many other browsers, like Vivaldi, Brave, or Microsoft Edge, are built on the Chromium code and use their own modifications and scripts to optimize their browser in their own way.

The only difference between Thorium and other browsers is in its single, dedicated, and relatively unrecognized developer, whose steering of the project could be either beneficial or risky, as there is a note of caution.

Now, let’s check the modifications the developer implemented in this browser that earned its reputation as the fastest (privacy-focused) option among the notorious browsers.

Performance Test and Features of the Thorium Browser

First, the developer promised an 8–38% performance increase over the vanilla Chromium. I tried it on two different systems: my old potato PC running on Linux Mint and my full-fledged gaming PC running on Windows 11 and Ubuntu (yes, I dual-boot đŸ„Č).

To begin, I perform and share with you the picture of all the performance tests done by the developer itself.

Performance Test Done by Speedometer

The speedometer benchmark tool can check performance comparisons and measure web application responsiveness through demo web applications simulating user actions, like adding to-do items.

The following test is done for thorium in comparison to chromium on my potato PC running on 4GB of RAM with an Intel i3 processor and Linux Mint.

Thorium is the Fastest Browser on Earth (Installation + Tips) (2)

As you can see, the score for Thorium is slightly lower than that for Chromium, which is bad, but for a broader perspective, I’ve tested it with Google Chrome and Firefox, and let’s see their results.

Thorium is the Fastest Browser on Earth (Installation + Tips) (3)

If you look at the test done for Firefox (running on Flatpak), the result is 78, which is quite low, and that’s also bad, but for Google Chrome, it is extremely high compared to Chromium and Thorium.

So, it is questionable how the developer claimed that the browser could provide a speed increase of 8-38% when the benchmarks did not show those results.

⚠

Don’t be influenced by the Firefox results, as it is completely built on different browser engines, and people who are looking for Thorium would be the ones who want a faster browser running on the Chrome engine.

However, let’s perform another test with JetStream2, and let’s check its result.

Performance Test Done by JetStream2

JetStream2 is a benchmarking tool with JavaScript and WebAssembly that focuses on the most cutting-edge web applications.

It performs various tests to measure different types of performance criteria, like distinct workloads, starting up quickly, executing code quickly, and more, which you can check out here.

So, let’s begin our test with thorium in comparison to chromium on my same previous potato PC running on 4GB of RAM with an Intel i3 processor and Linux Mint.

Thorium is the Fastest Browser on Earth (Installation + Tips) (4)

Again, Chromium slightly outperforms Thorium, but let’s test the results of Google Chrome and Firefox.

Thorium is the Fastest Browser on Earth (Installation + Tips) (5)

Once again, Google Chrome scored high this time, similar to the previous test, making it confusing whether Thorium is the faster browser.

📝

Each test was performed multiple times on various types of systems, and each time, Google Chrome scored a high number. In the future, if different results occur, the article will be updated accordingly.

So, it’s clear that Thorium currently does not hold the crown for the fastest browser on the market. However, before we make our decision, let’s check the launch times of the browsers mentioned above using the time command on the same potato PC.

$ time thorium-browserreal0m1.026suser0m0.907ssys0m0.628s$ time chromium-browserreal0m1.746suser0m1.041ssys0m0.732s$ time firefoxreal0m3.924suser0m1.702ssys0m1.539s$ time google-chromereal0m1.918suser0m0.939ssys0m0.645s

Here, Thorium proved to be the quickest browser at launch, taking only 1.026 seconds. Please keep in mind that the results displayed here may vary depending on your system specifications and internet connection.

But what makes it a truly privacy-oriented browser? This can only be determined by examining the features or optimizations implemented by the developer in the following section.

Features of the Thorium Browser

The browser’s key highlights were explicitly listed by the developer on the homepage.

  • Compiler optimizations include SSE4.2, AVX, AES, and adjustments to CFLAGS, LDFLAGS, thinLTO flags, import_instr_limit flags, PGO, and various other compiler flags within the same line.
  • LLVM LOOP optimizations through the -mllvm flags.
  • UI modifications and updates for Linux and Windows, addressing bugs, improving usability, and bolstering privacy and security in a single line.
  • Fully open-source and available for Android, Windows (including Windows 7), Rasperry Pi, Linux, macOS, and beyond.

To check for more in-depth patches or improvements made to this browser by the developer, check out this GitHub patches page. I’ve noted below what interests me more, but it’s just a quick mention.

  • Enable JPEG XL Image File Format by Default Patch
  • Enable Live Caption (SODA) on all builds of Patch
  • V8 Font Rendering Patch
  • Intel HD Support Patch
  • Audio Sandbox Patch
  • DoH Secure Mode Patch
  • DoH Bare Minimum HTTP Headers Patch
  • Enable Do Not Track By Default Patch
  • Chromium Sandbox Patch (enables PIE)
  • Widevine CDM CU Patch
  • Enable Parallel Downloading by Default Patch
  • Allow all HEVC video profiles to play the patch
  • Enable multi-threaded HEVC decoding

The list continues, so please refer to the previous page for further details. Now, let’s see how you can install Thorium on your preferred Linux distribution.

How to Install Thorium on Linux

If you are using a Debian-based distribution like Ubuntu, Linux Mint, Pop!_OS, Elementary OS, Kali Linux, or any distribution that supports “.deb” packages, then simply add the Thorium repository and install it by running:

$ wget https://dl.thorium.rocks/debian/dists/stable/thorium.list$ sudo mv thorium.list /etc/apt/sources.list.d/$ sudo apt update && sudo apt install thorium-browser -y

Alternatively, you can also install thorium via the “.deb” package or the “.rpm” package for RHEL, Fedora, CentOS, Alma Linux, etc. by downloading the package from the GitHub release page.

Thorium is the Fastest Browser on Earth (Installation + Tips) (6)

After downloading, go to the download directory (assuming “~/Downloads/“) and run the appropriate command for your distribution to begin the installation process.

$ cd ~/Downloads/$ sudo dpkg -i thorium-browser_*_amd64.deb #For Debian-based distros$ sudo rpm -i thorium-browser_*.x86_64.rpm #For RHEL-based distros

Alternatively, you can download the Thorium AppImage and easily access it without any installation, similar to a portable application.

  • How to Use AppImage in Linux (A Complete Beginner’s Guide)

If you are using an Arch-based distribution such as Manjaro, EndeavourOS, or Garuda Linux, you can access Thorium via the AppImage or install it through AUR using helpers like Yay.

$ yay -S thorium-browser-bin

After the installation, you can find it in your application menu and launch the Thorium browser from there.

💡

If you’re wondering what a thorium shell is, consider it a lighter (or minimalistic) version of thorium.

Thorium is the Fastest Browser on Earth (Installation + Tips) (7)

Begin your browsing journey with the Thorium browser from here.

Thorium is the Fastest Browser on Earth (Installation + Tips) (8)

Now, let’s explore some recommended extensions that I suggest you install after installing this browser to improve your experience.

Recommended Extension by Me

The following is the list of extensions recommended by me and made by the same Thorium developer, starting with

  • Thorium Theme – Material Design Dark Theme for Thorium.
  • Thorium Scroll Tweaker – A small extension that allows you to tweak the scroll speed on websites.
  • Picture in Picture Viewer – Watch videos using the Picture-in-Picture API.
  • Keep Awake – Chromium/Chrome extension to override system power-saving settings.
  • Resources Saver – Extension for one-click downloading of all webpage resource files while keeping folder structures.
  • Tab Shortcut Tools – Configure shotrcuts to Duplicate Tab, Pop Out Tab, and New Tab to the Right.

How to Update Thorium on Linux

The update process is quite simple and follows the same method as other Chromium browsers for in-app features, ensuring automatic background updates.

Alternatively, you can initiate an update for your system using the default package manager or go to the browser settings and, under the update section, check for the latest update.

How to Remove Thorium from Linux

The removal steps are quite easy and straightforward, so if you have installed it via the package manager, simply execute one of the provided commands based on your Linux distribution.

$ sudo apt remove thorium-browser #For Debian, Ubuntu, Pop!_OS, Linux Mint, etc.$ sudo dnf remove thorium-browser #For RHEL, Fedora, Alma Linux, etc.$ yay -R thorium-browser-bin #For Arch, Manjaro, etc.

Remove the AppImage from your system if you are using it, and you’re done.

Final Word

It’s a decent browser, handled by only one developer, with a poor update cycle. It’s not a specialized browser designed to provide complete anonymity on the internet and is not faster than the Google browser; however, the performance may vary depending on the system.

If you are ready to sacrifice performance and browsing speed, then do check out our article on Tor Browser or Mullvad Browser, as they are more privacy-oriented browsers.

If you have any questions or queries, do let us know in the comment section.

Till then, peace!

Thorium is the Fastest Browser on Earth (Installation + Tips) (2024)

FAQs

Is the Thorium browser really fast? â€ș

You'll quickly see that not only does Thorium open faster, it renders the ZDNET page noticeably faster than the other browsers. From my experience, Thorium's claims are credible, as the browser is blazingly fast.

How to install Thorium browser for Windows 11? â€ș

Go to the Thorium download page on the EDRLab website: https://www.edrlab.org/software/thorium-reader/ or download the software for Windows 11 directly from the Windows Store with this direct link. Download the current version of Thorium for Windows.

How to install Thorium browser on ChromeBook? â€ș

To install:

- Flash the . bin file to a USB Flash Drive (8GB or larger). You can use DD, Etcher, the ChromeBook Recovery Utility, Rufus, or cros_flash. - Install to your device by following CrOS Installation.

Is Thorium browser lightweight? â€ș

Thorium Browser is a lightweight web browser for Windows based on Chromium, whose name is based on the 90th element of the periodic table. The browser offers the same functionalities as Google Chrome, and adds many other features that are not found in the Alphabet company's web browser.

What is the fastest browser in 2024? â€ș

Conclusion: Chrome wins the race

First place once and second place twice: According to our browser race, Chrome is the clear winner — especially as Google's web browser is only a few points short of taking first place three times. Whether you're a normal user or a power user, Chrome is almost always faster online.

Does thorium auto update? â€ș

Scheduled Updates

The scheduled task will run while the current user account is logged on (at start-up and every 24 hours). If your account has administrator privileges, the update will be fully automatic. If not, the update will be downloaded and you will be asked by WinUpdater to start the update.

Who made the Thorium browser? â€ș

Developer of Thorium Browser.

What is the thorium app? â€ș

Thorium Reader is a free, highly accessible, multilingual and multi-format reading application. It has a modern user interface with no ads or private data leakage.

What is thorium os? â€ș

SYNOPSIS: ThoriumOS aims to be the ChromiumOS counterpart to Thorium. It is based on tip-o-tree, and contains the compiler optimizations of Thorium applied to the whole OS.

What is thorium AVX2? â€ș

About Thorium (AVX2)

Chromium fork for Linux, Windows, macOS, Android, and Raspberry Pi named after radioactive element No. 90. v126.0.6478.231.

What are the advantages of thorium browser? â€ș

During our testing, Thorium used significantly less RAM than Chrome. The browser also has certain optimization flags that boost its performance on various CPUs. It's also available on legacy operating systems, and we even have a guide on how to run Thorium on Windows 7.

What is the fastest browser for upload speed? â€ș

Google Chrome is the fastest web browser and by far the most popular, with the largest market share.

Is thorium browser fast on reddit? â€ș

The reality is from my testing that Thorium is the fastest browser, it just feels lightning fast on my modern beefy gaming PC. Only thing that comes close in speed is Edge, but Edge just is annoying browser to use and I dislike it a lot.

What is the fastest browser Brave? â€ș

How does Brave compare to Chrome? Simply put, the Brave Browser is 3x faster than Google Chrome. By blocking privacy-invading ads & trackers by default, there's less stuff to load on every single webpage you visit.

What is the fastest browser for Chromium? â€ș

Thorium: Overview ⭐

Named after the radioactive metal, Thorium, it is a Chromium-based browser whose big claim is backed by a myriad of tweaks that include, compiler optimizations for SSE4. 2, AVS, AES, various mods to CFLAGS, LDFLAGS, thinLTO flags, and more.

Top Articles
Getting Started With Playground AI + Stable Diffusion
Ret Paladin Phase 2 Bis Wotlk
Kathleen Hixson Leaked
Devotion Showtimes Near Mjr Universal Grand Cinema 16
Sissy Hypno Gif
Pickswise the Free Sports Handicapping Service 2023
What Was D-Day Weegy
City Of Spokane Code Enforcement
A.e.a.o.n.m.s
Taylor Swift Seating Chart Nashville
Shuiby aslam - ForeverMissed.com Online Memorials
Local Dog Boarding Kennels Near Me
Marion County Wv Tax Maps
National Office Liquidators Llc
Munich residents spend the most online for food
Who called you from +19192464227 (9192464227): 5 reviews
Shasta County Most Wanted 2022
Wausau Marketplace
Rural King Credit Card Minimum Credit Score
Crawlers List Chicago
Dcf Training Number
A Person That Creates Movie Basis Figgerits
SN100C, An Australia Trademark of Nihon Superior Co., Ltd.. Application Number: 2480607 :: Trademark Elite Trademarks
Pawn Shop Moline Il
New Stores Coming To Canton Ohio 2022
Aes Salt Lake City Showdown
Biografie - Geertjan Lassche
Mini-Mental State Examination (MMSE) – Strokengine
Select The Best Reagents For The Reaction Below.
Craigslistodessa
Donald Trump Assassination Gold Coin JD Vance USA Flag President FIGHT CIA FBI ‱ $11.73
Homewatch Caregivers Salary
First Light Tomorrow Morning
Craigslist Neworleans
Consume Oakbrook Terrace Menu
School Tool / School Tool Parent Portal
Marie Peppers Chronic Care Management
Zero Sievert Coop
SF bay area cars & trucks "chevrolet 50" - craigslist
R Nba Fantasy
20 Best Things to Do in Thousand Oaks, CA - Travel Lens
Stafford Rotoworld
Mcgiftcardmall.con
Rage Of Harrogath Bugged
Joey Gentile Lpsg
Chathuram Movie Download
Isabella Duan Ahn Stanford
Memberweb Bw
10 Types of Funeral Services, Ceremonies, and Events » US Urns Online
Costco The Dalles Or
How to Do a Photoshoot in BitLife - Playbite
Ret Paladin Phase 2 Bis Wotlk
Latest Posts
Article information

Author: Eusebia Nader

Last Updated:

Views: 5682

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Eusebia Nader

Birthday: 1994-11-11

Address: Apt. 721 977 Ebert Meadows, Jereville, GA 73618-6603

Phone: +2316203969400

Job: International Farming Consultant

Hobby: Reading, Photography, Shooting, Singing, Magic, Kayaking, Mushroom hunting

Introduction: My name is Eusebia Nader, I am a encouraging, brainy, lively, nice, famous, healthy, clever person who loves writing and wants to share my knowledge and understanding with you.