• Stars
    star
    3,576
  • Rank 11,818 (Top 0.3 %)
  • Language
    C++
  • License
    BSD 3-Clause "New...
  • Created over 2 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Chromium fork named after radioactive element No. 90. Windows and MacOS/Raspi/Android/Special builds are in different repositories, links are towards the top of the README.md.

GitHub tag (latest SemVer)  GitHub  GitHub commit activity  Subreddit subscribers

Thorium

Chromium fork for linux named after radioactive element No. 90. Windows/MacOS/RasPi/Other builds see below.

  • Always built with the latest stable version build of Chromium.
  • Intended to behave like and have the featureset of Google Chrome, with differences/patches/enhancements listed below.
  • Includes Widevine, All Codecs, Chrome Plugins, as well as thinLTO, CFlag, LDFlag, LLVM Loop, and PGO compiler optimizations. It is built with SSE4, AVX, and AES, so it won't launch on CPU's below 2nd gen Core or AMD FX, but benefits from Advanced Vector EXtensions. You can disable this and build with regular SSE3 like Chromium and Chrome, or use builds from Thorium Special, some of which are SSE4 only. (See below.)

Other Builds          

 – I also build for Windows > Thorium Win You can also find SSE4 builds for Windows here.
 – AVX2 Builds for Windows and Linux > Thorium AVX2 (source files for AVX2 are here in the "other" directory, as well as files for SSE4 and Polly builds.)
 – MacOS (M1 and X64) and Raspberry Pi (arm64) Builds, as well as Special and Experimental builds, sometimes for other CPUs (read the Readme), are located at > Thorium Special You can also find builds for Piledriver/Steamroller/Excavator CPUS, Haswell CPUs, as well as SSE4 Linux builds. (source files are here in the "arm" directory)
 – NEW: Thorium Website with deb repo for auto-updating on Linux > https://thorium.rocks/
 – NEW: Windows 7 / 8 / 8.1 / Server 2012 builds in > Thorium Win7

FEATURES & DIFFERENCES BETWEEN CHROMIUM AND THORIUM

  • Various compiler flags that improve performance and target AVX CPU's (read PATCHES.md)
  • Experimental MPEG-DASH support.
  • HEVC/H.265 support on Linux and Windows.
  • JPEG XL Image File Format turned on by default.
  • Enable Live Caption (SODA) on all builds.
  • Experimental PDF annotation support (called "Ink" on ChromiumOS). # DISABLED FOR NOW BECAUSE OF CRASHES.
  • Patches from Debian including font rendering patch, VAAPI Patch, Intel HD support patch, native notifications patch, title bar patch, and... the VDPAU Patch!! (Rejoice Nvidia users)
  • VAAPI on Wayland Patch (Thanks AUR and @pierro78)
  • Audio Sandbox patch.
  • DoH (DNS over HTTPS) patches from Bromite.
  • Enable Do Not Track by default patch from Vanadium.
  • Show full URLs including trailing slashes in address bar by default.
  • Disable FLOC patch.
  • Disable annoying Google API Key Infobar warning (you can still use API Keys to enable sync) from Ungoogled Chromium.
  • Disable annoying Default Browser Infobar warning.
  • Adds DuckDuckGo, Brave Search, Ecosia, Ask.com, and Yandex.com in US and other locales, along with the normal search engines.
  • Always use the local NTP (New Tab Page) regardless of search engine.
  • Fix icons when distilling page content in Reader Mode.
  • Enable new Menu UI when right clicking the Reload button. (Adds 'Normal Reload', 'Hard Reload', and 'Clear Cache and Hard Reload')
  • Home button and Chrome Labs shown by Default.
  • Prefetch settings updated to respect privacy.
  • Patches for GN and chrome_sandbox when building.
  • Remove the addition of the Chrome APT sources.list during installation.
  • Widevine CDM Patch for Linux.
  • GTK auto dark mode patch
  • Various new flags either developed from scratch, or added from Ungoogled Chromium. See PATCHES.md
  • Enable Parallel Downloading by Default.
  • Inclusion of pak (Linux) and pak_mingw (Windows), a utility for packing and unpacking the *.pak files in Thorium or any other Chromium based browser.
  • Logo and Branding/Naming changed to the Thorium logo, Thorium name, and "Alex313031" being appended to "The Chromium Authors" in credits, etc.
  • .desktop file includes useful cmdline flags that enable experimental or useful features. (See PATCHES.md)
  • Includes installer patches and files to include ChromeDriver and thorium_shell (content_shell), with a .desktop file being provided for thorium_shell (named thorium-shell.desktop and shows in desktop environments as Thorium Content Shell). These are also included in the Windows releases, but it doesn't make a shorcut, although a .png and .ico is in the install directory for you to make your own shortcut with an icon. You can also run content_shell with the command thorium-shell (custom wrapper for it, located in /usr/bin/). You can run ChromeDriver at /usr/bin/chromedriver or chromedriver.exe on Windows. Also, patches for abseil library and mini_installer when building with AVX on Windows.
  • Right clicking the launcher after install gives three additional desktop actions, one to open thorium-shell, another to open in Safe Mode which disables any flags one has set in chrome://flags until the next launch, and lastly to open in Dark Mode which appends the --force-dark-mode flag.

Building

See > https://github.com/Alex313031/Thorium/blob/main/docs/BUILDING.md

Debugging

See > https://github.com/Alex313031/Thorium/tree/main/infra/DEBUG#readme


 − https://www.reddit.com/r/ChromiumBrowser/ is a subreddit I made for Thorium and general Thorium/Chromium discussion, https://thorium.rocks/ is the website I made for it, and https://alex313031.blogspot.com/ is a blog I made relating to Thorium/ThoriumOS.
 − I also build ChromiumOS (now called ThoriumOS) with Thorium, Codecs, Widevine, linux-firmware/modules, and extra packages at > https://github.com/Alex313031/ChromiumOS/

 − Thanks to https://github.com/robrich999/ for some info and fixes that went into this project.
 − Thanks to https://github.com/midzer/ for support and helping with builds.
 − Also thanks to https://github.com/bromite/bromite, https://github.com/saiarcot895/chromium-ubuntu-build, https://github.com/Eloston/ungoogled-chromium, https://github.com/GrapheneOS/Vanadium, and https://github.com/iridium-browser/iridium-browser for patch code.
 − The pak_src dir, and the binaries in pack_src/bin are credited to @freeer https://github.com/myfreeer/chrome-pak-customizer/

   NOTE: libpepflashplayer.so is included for posterity and can be used to enable Adobe Flash on older Chromium releases. ʘ‿ʘ

Thanks for using Thorium!

More Repositories

1

Mercury

Firefox fork with compiler optimizations and patches from Librewolf, Waterfox, and GNU IceCat.
JavaScript
767
star
2

Thorium-Win-AVX2

Repo to serve AVX2 Windows builds of Thorium. https://github.com/Alex313031/Thorium/
Batchfile
343
star
3

Thorium-Android

Thorium builds for Android (arm64 and arm32).
323
star
4

Thorium-MacOS

Thorium builds for MacOS (arm64 and x64).
295
star
5

Thorium-SSE3

Special builds of Thorium for SSE3 and different processors.
180
star
6

Thorium-Win

Chromium fork for Windows named after radioactive element No. 90; Windows builds of https://github.com/Alex313031/Thorium
Batchfile
115
star
7

ThoriumOS

ChromiumOS fork with Thorium Browser, x264/x265 codecs, Widevine, Kernel 5.15, Linux firmware/modules support, Nouveau, Intel microcode, and extra packages.
Shell
91
star
8

thorium-libjxl

libjxl for Chromium - restores JPEG-XL functionality to Thorium/Chromium post M109
C++
29
star
9

Mercury-Win7

Windows 7 builds of Mercury Browser (Based on ESR115 rather than stable tip-of-tree)
JavaScript
17
star
10

Thorium-Raspi

Thorium builds for Raspberry Pi 3B+, 4B, and 400.
16
star
11

thorium-win7

Repo for Windows 7/8/8.1 Thorium Builds (32 bit SSE2, 64 bit SSE3, AVX, and AVX2 builds)
C++
15
star
12

Windows-XP-Stuffz

Files for Windows XP that are hard to find because Microsoft took them down.
10
star
13

Snippets

Various little snippets, scripts, and batch files, usually having something to do with Chromium or Windows.
Batchfile
5
star
14

TrImLy

fstrim automator and defrag script for ChomiumOS
Shell
5
star
15

Thorium-ScrollBars

A simple scrollbar CSS theme for the Thorium Browser.
CSS
5
star
16

Alex313031.github.io

Thorium Website Source Code https://thorium.rocks/
JavaScript
5
star
17

ChromeOS-Linux

Builds of linux-chromeos with codecs and build optimizations.
C++
3
star
18

Chromium-WIN7

Chromium builds for Windows 7, 8, & 8.1
C++
3
star
19

video-adblock

Fork of Adblock for Youtube without their popups.
JavaScript
2
star
20

Thorium-Scroll-Tweaker

A small extension that allows you to tweak the scroll speed on websites.
JavaScript
2
star
21

WebP-Downloader

Save an image as a PNG, JPG, or WebP via Chromium context menu.
JavaScript
2
star
22

Chromium-Dev-Editor

Revived version of Chrome Dev Editor - Chromium-ified!
2
star
23

Mercury-ToT

Builds of Mercury Browser based on Tip of Tree Mozilla source, rather than the ESR115 or Release branch
JavaScript
2
star
24

Resources-Saver

Chromium Extension for one click downloading of all webpage resources files while keeping folder structures.
JavaScript
1
star
25

WhatFont

Chromium extension to identify fonts on web pages.
HTML
1
star
26

Thorium-Linux-AVX2

Repo to serve AVX2 Linux builds of Thorium. https://github.com/Alex313031/Thorium/
1
star
27

electron-22

Compiler optimized builds of Electron 22.x.x for Caprine and Codium
C++
1
star
28

PageFileMon

Updated and fixed pagefilemon building on Doug Knox's work.
VBScript
1
star
29

Thorium-H264ify

Fork of enhanced-h264ify for Thorium.
JavaScript
1
star
30

quark-player-win7

Builds of Quark Player for old OSes
JavaScript
1
star
31

Thorium-Theme

Dark theme for Thorium Browser adhering to Material Design principles.
1
star
32

Linux-Pinball

Builds of https://github.com/k4zmu2a/SpaceCadetPinball for Linux (x64) with files they cant include like the .mid files for sound.
C++
1
star
33

Chromium-Vector-Icons

Chrome Extension which draws vector .icon files in the Chromium repository.
JavaScript
1
star
34

Chromium-KeepAwake

Chromium extension to override system power-saving settings. Manifest V3 fork.
JavaScript
1
star