Helium Browser template and builds for Void Linux
- Shell 100%
| .forgejo/workflows | update.yml: use noreply email for commits | |
| srcpkgs/helium-browser-bin | Update helium-browser-bin to version 0.13.6.1 | |
| LICENSE | Initial commit | |
| README.md | Rework README with new installation instructions | |
| update-template.sh | Migrate from GitHub Actions to Forgejo Actions | |
Helium Browser for Void Linux
This repository provides an xbps template and automated binary builds for the Helium Browser — private, fast, and honest web browser based on Chromium.
Two installation methods
Method 1 — Pre-built binary package
- Go to the Releases page
- Download the latest release for your architecture:
- x86_64 — for glibc-based Void Linux
- aarch64 — for ARM64 systems
- Install the package:
cd <directory_with_downloaded_file>
sudo xbps-install --repository=$PWD helium-browser-bin
Method 2 — Build it yourself
# Clone the template
git clone https://codeberg.org/OverLessArtem/helium-browser-void.git
# Clone official void-packages
git clone https://github.com/void-linux/void-packages.git
# Copy our package sources
cp -r helium-browser-void/srcpkgs/* void-packages/srcpkgs/
# Enter directory
cd void-packages
# Build the package (takes ~10–20 minutes depending on your machine)
./xbps-src pkg helium-browser-bin
# Install the built package
sudo xbps-install -R hostdir/binpkgs helium-browser-bin