Hello everyone,
FYI pushes are currently disabled on the AUR [1] which prevents me from updating this package.
In the meantime, you can update manually:
- Clone the
helium-browser-binrepo from the AUR andcdinto the directory - Edit the
PKGBUILDand setpkgver=0.15.2.1(the latest Helium version) - Run
updpkgsumsand thenmakepkg -si
This should not cause any issues once the AUR returns to normality.
I am continuing to maintain updates publicly on GitHub [2] which you may use instead during the downtime if you like.
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