2
1
Fork
You've already forked helium-browser-void
0
Helium Browser template and builds for Void Linux
  • Shell 100%
OverLessArtem 02b11ca382
All checks were successful
Build Helium Browser / Build Helium x86_64 (push) Successful in 39s
Build Helium Browser / Publish Release (push) Successful in 11s
Update helium-browser-bin to version 0.13.6.1
2026年06月28日 05:34:54 +00:00
.forgejo/workflows update.yml: use noreply email for commits 2026年05月06日 22:53:37 +05:00
srcpkgs/helium-browser-bin Update helium-browser-bin to version 0.13.6.1 2026年06月28日 05:34:54 +00:00
LICENSE Initial commit 2026年03月10日 00:34:24 +05:00
README.md Rework README with new installation instructions 2026年05月01日 02:11:41 +05:00
update-template.sh Migrate from GitHub Actions to Forgejo Actions 2026年05月01日 01:25:32 +05:00

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

  1. Go to the Releases page
  2. Download the latest release for your architecture:
    • x86_64 — for glibc-based Void Linux
    • aarch64 — for ARM64 systems
  3. 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