03
Projects · maintained
Helium Linux Installer
An unofficial Linux installer for the Helium browser, with AppImage, GPG-verified tarball, and .deb install methods.
- Created
- Stack
- BashLinuxCLIShell
- Site
- helium.computer
- Source
- pyyupsk/helium-linux-installer
An unofficial installer for the Helium browser on Linux. It downloads official release artifacts from imputnet/helium-linux and is not affiliated with the Helium project.
Usage
curl -fsSL https://fasu.dev/helium.sh | bashBy default, this installs the latest stable release. It detects your CPU architecture and picks a .deb install if you can use sudo, or an AppImage otherwise.
Install Methods
- AppImage: No verification step, no
sudoneeded. Installs to~/.local/bin/helium. - Tarball: Verified with GPG against the upstream signing key. Installs to
~/.local/opt/helium/. - deb: Verified through
apt. Requiressudo. Installs system-wide to/usr/bin/helium.
Options
./install.sh --beta # beta channel
./install.sh --method=tarball # appimage | tarball | deb
./install.sh --version=0.11.5.1 # pin version
./install.sh --uninstall # remove