No description
  • Shell 90.9%
  • Python 8.4%
  • C 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
0xGingi f8e54c8647
modified: .github/scripts/github_prepare_artifacts.sh
modified:   docs/building.md
	modified:   sign_and_package_app.sh
2025-11-03 11:04:21 -05:00
.github modified: .github/scripts/github_prepare_artifacts.sh 2025-11-03 11:04:21 -05:00
.vscode .vscode/settings: update 2025-04-06 16:25:55 +00:00
devutils devutils/quilt: fix undefined variable access 2025-08-10 13:28:15 +00:00
docs modified: .github/scripts/github_prepare_artifacts.sh 2025-11-03 11:04:21 -05:00
entitlements entitlements: disable library validation for helper 2025-04-28 15:13:34 +00:00
helium-chromium@54193afba7 modified: .gitmodules 2025-11-03 09:57:46 -05:00
patches update: helium 0.6.3 2025-11-02 01:27:44 +06:00
resources update: helium 0.6.3 2025-11-02 01:27:44 +06:00
.gitignore resources: add icons & script for generating .icns files 2025-03-26 00:57:47 +06:00
.gitmodules modified: .gitmodules 2025-11-03 09:57:46 -05:00
build.sh build, dev, ci: skip bindgen tests when building it 2025-10-07 13:52:51 +00:00
dev.sh dev.sh: add validate command for config, patches, and series 2025-11-02 16:52:54 +06:00
downloads-arm64-rustlib.ini update: helium 0.6.3 2025-11-02 01:27:44 +06:00
downloads-arm64.ini update: helium 0.6.3 2025-11-02 01:27:44 +06:00
downloads-x86-64-rustlib.ini update: helium 0.6.3 2025-11-02 01:27:44 +06:00
downloads-x86-64.ini update: helium 0.6.3 2025-11-02 01:27:44 +06:00
downloads.ini downloads: bump sparkle to 2.8.0 2025-09-19 18:07:49 +00:00
env.sh dev.sh: drop homebrew PATH machinery 2025-09-05 12:16:10 +00:00
flags.macos.gn build: Fix PGO Linking Issue 2025-01-21 08:31:14 -05:00
LICENSE repo: relicense to gpl3 (#5) 2025-04-11 22:20:46 +06:00
LICENSE.ungoogled_chromium repo: add ungoogled-chromium license to root 2025-05-31 11:57:06 +00:00
README.md readme: link new build docs, slight rephrase 2025-11-02 16:52:55 +06:00
retrieve_and_unpack_resource.sh update: helium 0.6.3 2025-11-02 01:27:44 +06:00
revision.txt revision: reset to 1 2025-07-29 15:35:19 +06:00
sign_and_package_app.sh modified: .github/scripts/github_prepare_artifacts.sh 2025-11-03 11:04:21 -05:00

helium-macos

macOS packaging & development tooling for Helium.

Building and development

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

Go to docs/building.md

Credits

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.

A huge thank you to Depot for sponsoring our runners, which handle the macOS builds of Helium. Their high-performance infrastructure lets us compile and package Helium at least 8 times faster than with GitHub-hosted runners, allowing us to release new builds within hours, not days.

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).