schembriaiden/helium-browser-nix-flake
Nix Flake for Helium Browser
{ "createdAt": "2025-12-19T15:15:51Z", "defaultBranch": "main", "description": "Nix Flake for Helium Browser", "fullName": "schembriaiden/helium-browser-nix-flake", "homepage": "", "language": "Nix", "name": "helium-browser-nix-flake", "pushedAt": "2026-03-18T09:55:14Z", "stargazersCount": 27, "topics": [], "updatedAt": "2026-03-19T11:24:12Z", "url": "https://github.com/schembriaiden/helium-browser-nix-flake"}Helium Browser Nix Flake
Section titled “Helium Browser Nix Flake”A standalone Nix flake for the Helium browser, a private, fast, and honest web browser based on ungoogled-chromium.
Run directly
Section titled “Run directly”You can run Helium directly without installing it:
nix run github:schembriaiden/helium-browser-nix-flakeInstall in NixOS or Home Manager
Section titled “Install in NixOS or Home Manager”Add this flake to your inputs:
inputs.helium = { url = "github:schembriaiden/helium-browser-nix-flake"; inputs.nixpkgs.follows = "nixpkgs";};Then add it to your packages:
environment.systemPackages = [ inputs.helium.packages.${system}.default];Development
Section titled “Development”To build the package locally:
nix build .The binary will be available at ./result/bin/helium.
License
Section titled “License”This flake is licensed under the [MIT License]!(./LICENSE.md). The Helium browser itself is licensed under the GPL-3.0 License.