https://github.com/imputnet/helium-macos
Helium Browser for macOS
https://github.com/imputnet/helium-macos
Last synced: 3 months ago
JSON representation
Helium Browser for macOS
- Host: GitHub
- URL: https://github.com/imputnet/helium-macos
- Owner: imputnet
- License: gpl-3.0
- Created: 2025-02-15T11:53:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-09T00:53:29.000Z (3 months ago)
- Last Synced: 2026-04-09T02:36:54.148Z (3 months ago)
- Language: C++
- Homepage:
- Size: 5.87 MB
- Stars: 992
- Watchers: 16
- Forks: 60
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helium-macos
macOS packaging & development tooling for the
[Helium Browser](https://github.com/imputnet/helium).
## Building and development
macOS is our primary development platform, so it's the recommended environment
for developing new Helium features.
[> See docs/building.md](docs/building.md)
## Contributing
Before contributing to this repo, please read the guidelines in the main repo's
[CONTRIBUTING.md](https://github.com/imputnet/helium/blob/main/CONTRIBUTING.md).
## Credits
### Depot
Big thank you to [Depot](https://depot.dev/) 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](https://github.com/ungoogled-software/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](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](LICENSE.ungoogled_chromium)).