Package Details: trivalent-bin 150.0.7871.128-1

Git Clone URL: https://aur.archlinux.org/trivalent-bin.git (read-only, click to copy)
Package Base: trivalent-bin
Description: A hardened chromium for desktop Linux inspired by Vanadium.
Upstream URL: https://github.com/secureblue/Trivalent
Licenses: (GPL-2.0-only WITH (Apache-2.0-note AND FTL-note AND WebView-note)) AND BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
Submitter: kemal
Maintainer: aedfvasdfawse (kemal, ast3riskinc)
Last Packager: ast3riskinc
Votes: 9
Popularity: 0.55
First Submitted: 2025-03-12 21:04 (UTC)
Last Updated: 2026-07-19 16:36 (UTC)

Pinned Comments

ast3riskinc commented on 2026-06-07 14:45 (UTC) (edited on 2026-06-17 14:57 (UTC) by ast3riskinc)

This package is updated automatically via a CI pipeline (which uses its own SSH key and commit names) for security reasons and ease of maintenance. It performs SLSA and GPG verification against the RPM files automatically as well.

If the package is currently out of date it should update within a few hours, mark it out of date if this does not happen.

Latest Comments

1 2 Next › Last »

ast3riskinc commented on 2026-06-07 14:45 (UTC) (edited on 2026-06-17 14:57 (UTC) by ast3riskinc)

This package is updated automatically via a CI pipeline (which uses its own SSH key and commit names) for security reasons and ease of maintenance. It performs SLSA and GPG verification against the RPM files automatically as well.

If the package is currently out of date it should update within a few hours, mark it out of date if this does not happen.

ast3riskinc commented on 2026-06-07 14:41 (UTC)

No I'm saying you should override this using a file in /etc/trivalent/trivalent.conf.d instead of editing trivalent.conf. The files themselves are shell scripts so you should be able to declare the variable again from there.

crkrj4k commented on 2026-06-07 14:19 (UTC)

@ast3riskinc I believe the only reason my libgallium has a different name is I'm using mesa-git. Should be fine the way it is for most, unless you want to somehow make it so it finds the appropriate libgallium file name that's on the user's system.

ast3riskinc commented on 2026-06-07 01:38 (UTC)

Not sure if it's possible to override that from a file in /etc/trivalent/trivalent.conf.d?

crkrj4k commented on 2026-06-07 01:08 (UTC) (edited on 2026-06-07 01:16 (UTC) by crkrj4k)

Had a similar issue as @sekret in an older comment...149.0.7827.53-1 would not open, nor show anything in terminal.


The problem is that in /etc/trivalent/trivalent.conf the line


GALLIUMVER="$(compgen -G "/usr/lib64/libgallium-[1-9][0-9].[0-9].[0-9].so" | grep -oE "[1-9][0-9]+.[0-9].[0-9]")"


had to be changed to


GALLIUMVER="$(compgen -G "/usr/lib64/libgallium-[1-9][0-9].[0-9].[0-9]-devel.so" | grep -oE "[1-9][0-9]+.[0-9].[0-9]")"


so


-devel


had to be added

v1993 commented on 2026-02-21 00:10 (UTC)

Using pipewire in a fairly standard configuration. The problem seems to have fixed itself now, not sure what was the issue.

kemal commented on 2026-02-20 22:15 (UTC)

do you use pipewire as the sound server or something else

v1993 commented on 2026-02-15 08:20 (UTC)

Can't get any audio out of it at all; no such problem with firefox or other chromium flavors. Tried restarting the browser and even rebooting, but without success. I keep getting the following lines in console output with logging enabled, not sure if it's relevant:

[8664:14:0215/110805.419335:ERROR:media/base/status.h:501] DecoderStatus::0
The futex facility returned an unexpected error code.

sekret commented on 2026-01-22 15:34 (UTC)

Audio is broken sometimes, a restart helps. Very strange and annoying…

kemal commented on 2026-01-15 20:14 (UTC) (edited on 2026-01-16 09:57 (UTC) by kemal)

thanks! audio got broken for some other reason