3
4
Fork
You've already forked helium-macos
0
Helium Browser for macOS https://github.com/imputnet/helium-macos
  • C++ 80.6%
  • Shell 17.7%
  • Python 1.7%
2026年07月09日 21:17:27 +00:00
.github
.vscode
devutils
docs docs/building: add wget install step ( #236 ) 2026年05月11日 22:06:21 +06:00
entitlements sign: remove helper plugin from signing process ( #229 ) 2026年05月04日 14:47:54 +06:00
helium-chromium @15e39d7790 update: helium 0.14.5.1 ( #283 ) 2026年07月09日 21:17:27 +00:00
patches update: helium 0.14.4.1 ( #282 ) 2026年07月07日 21:40:00 +00:00
resources
.gitattributes
.gitignore
.gitmodules
build.sh
dev.sh dev.sh: fall back to git clone if tarball is unavailable 2026年06月11日 20:50:34 +00:00
downloads.ini update: helium 0.13.1.1 ( #257 ) 2026年06月06日 17:39:22 +00:00
env.sh dev.sh: use siso through autoninja for building 2026年04月29日 14:16:06 +06:00
flags.macos.gn flags: set v8_symbol_level to 0 ( #264 ) 2026年06月13日 12:27:20 +00:00
LICENSE
LICENSE.ungoogled_chromium
README.md
retrieve_and_unpack_resource.sh
revision.txt update: helium 0.12.4.1 ( #244 ) 2026年05月20日 19:25:50 +00:00
sign_and_package_app.sh sign: remove helper plugin from signing process ( #229 ) 2026年05月04日 14:47:54 +06:00

helium-macos

macOS packaging & development tooling for the Helium Browser.

Building and development

macOS is our primary development platform, so it's the recommended environment for developing new Helium features.

> See docs/building.md

Contributing

Before contributing to this repo, please read the guidelines in the main repo's CONTRIBUTING.md.

Credits

Depot

Big thank you to Depot for sponsoring our runners, which handle the macOS builds of Helium. Their high-performance infrastructure lets us compile, package, and release new builds of Helium within hours, not days.

ungoogled-chromium-macos

This repo is based on ungoogled-chromium-macos, but heavily modified for Helium. Special thanks to everyone behind ungoogled-chromium, they made working with Chromium infinitely easier.

License

All code, patches, modified portions of imported code or patches, and any other content that is unique to Helium and not imported from other repositories is licensed under GPL-3.0. See LICENSE.

Any content imported from other projects retains its original license (for example, any original unmodified code imported from ungoogled-chromium remains licensed under their BSD 3-Clause license).