Package Details: thorium-browser-bin 138.0.7204.300-1

Git Clone URL: https://aur.archlinux.org/thorium-browser-bin.git (read-only, click to copy)
Package Base: thorium-browser-bin
Description: Chromium fork focused on high performance and security
Upstream URL: https://github.com/Alex313031/thorium
Licenses: BSD-3-Clause
Conflicts: thorium-browser
Provides: thorium-browser
Submitter: StarterX4
Maintainer: xiota
Last Packager: xiota
Votes: 56
Popularity: 0.95
First Submitted: 2022-08-03 14:39 (UTC)
Last Updated: 2026-01-17 18:04 (UTC)

Latest Comments

1 2 3 4 5 6 .. 12 Next › Last »

xiota commented on 2026-01-17 17:23 (UTC)

No prob... will update after I fix something else.

Rezn1r commented on 2026-01-17 17:21 (UTC)

my bad

xiota commented on 2026-01-17 17:17 (UTC)

One line would have been sufficient to notify me that an SSE3 version is available.

Rezn1r commented on 2026-01-17 11:52 (UTC)

the patch assumes SSE3

Rezn1r commented on 2026-01-17 11:50 (UTC) (edited on 2026-01-17 11:51 (UTC) by Rezn1r)

@xiota here is the updated version

diff --git a/.SRCINFO b/.SRCINFO
index 84eef97..917f605 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = thorium-browser-bin
    options = !emptydirs
    options = !strip
    options = !debug
-   source = https://github.com/Alex313031/Thorium/releases/download/M138Beta1/thorium-browser_138.0.7204.193_BETA_1.deb
-   sha256sums = 01658c59de246806bb15dd75c4787bdf440ebfa70dc7401e20c6dc7656a51148
+   source = https://github.com/Alex313031/Thorium/releases/download/M138.0.7204.300/thorium-browser_138.0.7204.300_SSE3.deb
+   sha256sums = 24ec07b74fb2f920fdca16b909f917131bcc6d2cec873546a92e5269ac838b58

 pkgname = thorium-browser-bin
    depends = alsa-lib
diff --git a/PKGBUILD b/PKGBUILD
index a3602c7..5588b20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 _pkgname="thorium-browser"
 pkgname="$_pkgname-bin"
 pkgbase="$pkgname"
-pkgver=138.0.7204.193
+pkgver=138.0.7204.300
 pkgrel=1
 pkgdesc="Chromium fork focused on high performance and security"
 url="https://github.com/Alex313031/Thorium"
@@ -16,12 +16,12 @@ options=('!emptydirs' '!strip' '!debug')

 install="$_pkgname.install"

-_dl_url="$url/releases/download/M138Beta1"
-_dl_filename="${_pkgname}_${pkgver}_BETA_1.deb"
+_dl_url="$url/releases/download/M${pkgver}"
+_dl_filename="${_pkgname}_${pkgver}_SSE3.deb"
 noextract+=("$_dl_filename")

 source=("$_dl_url/$_dl_filename")
-sha256sums=('01658c59de246806bb15dd75c4787bdf440ebfa70dc7401e20c6dc7656a51148')
+sha256sums=('24ec07b74fb2f920fdca16b909f917131bcc6d2cec873546a92e5269ac838b58')

 prepare() {
   install -Dvm644 /dev/stdin "$_pkgname.sh" << END

codewhiz commented on 2026-01-06 09:45 (UTC)

To the ones with broken version. Here are steps to roll back to older stable version 130.0.6723.174 with commit id f4d41c7 -

git clone https://aur.archlinux.org/thorium-browser-bin.git
cd thorium-browser-bin/
git log --oneline
git checkout f4d41c7
makepkg -si

ZhymabekRoman commented on 2026-01-04 06:54 (UTC)

olge@olge-b650epgitxwifi ~> thorium-browser
The fastest browser on Earth.
[0104/114513.917109:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
[0104/114513.917141:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found
fish: Job 1, 'thorium-browser' terminated by signal SIGSEGV (Address boundary error)

How to solve SIGSEGV?

afnos commented on 2025-12-31 02:34 (UTC) (edited on 2025-12-31 02:38 (UTC) by afnos)

I get a segmentation fault on the latest version of this package as well. When running thorium from bash I get the same error line that was mentioned by codewhiz.

I renamed the ~/.config/thorium directory to test a fresh profile and it did correctly launch.

➜ ~ pacman -Q thorium-browser-bin

thorium-browser-bin 138.0.7204.193-1

➜ ~ thorium-browser

The fastest browser on Earth.

WARNING: radv is not a conformant Vulkan implementation, testing use only.

[1230/193104.129342:ERROR:third_party/crashpad/crashpad/snapshot/elf/elf_dynamic_array_reader.h:64] tag not found

[1] 39580 segmentation fault (core dumped) thorium-browser

xiota commented on 2025-12-30 21:47 (UTC)

Segmentation fault

Try with a fresh profile. Try a different browser.