Spixmaster,
I've now updated the checksums for patch 0002 in v0.12.5.1-2. Many thanks for pointing this out, and my apologies to all for the oversight.
FYI, this change to 0002-align-desktop-entry.patch simply includes the SPDX identifier header that I forgot to include in v0.12.4.1. This is to ensure reuse licensing compliance.
Let me know if there's any other issues.
Cheers,
Sam
Pinned Comments
playleft commented on 2026-02-20 12:04 (UTC) (edited on 2026-02-20 12:05 (UTC) by playleft)
Hello all,
Kindly note: this packaging tracks the stable branch of
helium-linux. Before marking this package out of date, please check the latest version here: https://github.com/imputnet/helium-linux/releases/latest. There can be anywhere from 10 minutes, up to a week (happened once) before upstream marks a release as "Latest."If you wish to track the beta/pre-releases branch, you can use the
helium-browser-beta-binpackage.Cheers,
Sam
playleft commented on 2026-01-03 00:42 (UTC) (edited on 2026-01-03 00:48 (UTC) by playleft)
Installing Helium's PGP key
Since Helium 0.7.7.2 you will need Helium's PGP signature to verify the tarballs on install. This is a once off/once per system process.
1. Get the key and signature. (Optional)
Obtain Helium's signing key from https://github.com/imputnet/helium-linux#signature and save the key to a file.
2. Verify the signature (Optional)
Run
gpg --show-key /PATH/TO/helium_pub.asc. What returns should match the first comment of Helium's PGP key block, and thevalidpgpkeysentry in the PKGBUILD.3. Install the key
gpg --import /path/to/helium_pub.ascgpg --keyserver hkps://keyserver.ubuntu.com --recv-keys BE677C1989D35EAB2C5F26C9351601AD01D6378E4. Verify the key install
5. Install helium as normal