2025-09-22 23:35:58 +03:00
|
|
|
<div align="center">
|
|
|
|
|
<br/>
|
|
|
|
|
<p>
|
|
|
|
|
<img src="resources/branding/app_icon/raw.png"
|
|
|
|
|
title="Helium" alt="Helium logo" width="120" />
|
|
|
|
|
<h1>Helium</h1>
|
|
|
|
|
</p>
|
|
|
|
|
<p width="120">
|
|
|
|
|
The Chromium-based web browser made for people, with love.
|
|
|
|
|
<br>
|
|
|
|
|
Best privacy by default, unbiased ad-blocking, no bloat and no noise.
|
|
|
|
|
</p>
|
|
|
|
|
<a href="https://helium.computer/">
|
|
|
|
|
helium.computer
|
|
|
|
|
</a>
|
|
|
|
|
<br/>
|
|
|
|
|
</div>
|
2016-08-03 00:25:29 -07:00
|
|
|
|
2025-09-22 23:35:58 +03:00
|
|
|
## Downloads
|
|
|
|
|
> [!NOTE]
|
|
|
|
|
> Helium is still in beta, so unexpected issues may occur. We are not responsible
|
|
|
|
|
for any damage caused by usage of beta software.
|
2018-10-01 23:03:24 +00:00
|
|
|
|
2025-09-22 23:35:58 +03:00
|
|
|
Best way to download Helium is to open [helium.computer](https://helium.computer/) on your computer.
|
|
|
|
|
It'll pick the right build for your OS and architecture automatically.
|
2016-09-13 01:10:07 -07:00
|
|
|
|
2025-09-22 23:35:58 +03:00
|
|
|
If you wish to download builds "straight from the tap" with all options in one place,
|
|
|
|
|
you can do it on GitHub in the Releases section in each platform's repo:
|
|
|
|
|
- [macOS](https://github.com/imputnet/helium-macos/releases/latest)
|
|
|
|
|
- [Linux](https://github.com/imputnet/helium-linux/releases/latest) (AppImage)
|
|
|
|
|
- [Windows](https://github.com/imputnet/helium-windows/releases/latest) (no auto-updates yet)
|
2025-09-11 00:08:23 +06:00
|
|
|
|
2025-09-22 23:35:58 +03:00
|
|
|
## Platform packaging
|
|
|
|
|
Helium is available on all major desktop platforms, with entirety of source code
|
|
|
|
|
for all of them published here:
|
|
|
|
|
- [Helium for macOS](https://github.com/imputnet/helium-macos)
|
|
|
|
|
- [Helium for Linux](https://github.com/imputnet/helium-linux)
|
|
|
|
|
- [Helium for Windows](https://github.com/imputnet/helium-windows)
|
|
|
|
|
|
|
|
|
|
## Other Helium repos
|
|
|
|
|
Along with the main repo and platform packaging, these projects are also a part of Helium:
|
|
|
|
|
- [Helium services](https://github.com/imputnet/helium-services)
|
|
|
|
|
- [Helium onboarding](https://github.com/imputnet/helium-onboarding) (the onboarding page seen in Helium at `helium://setup`)
|
|
|
|
|
- [uBlock Origin packaging](https://github.com/imputnet/ublock-origin-crx)
|
2018-08-27 22:20:13 +00:00
|
|
|
|
2018-02-16 21:04:11 +00:00
|
|
|
## Credits
|
2025-06-13 15:26:41 +06:00
|
|
|
### ungoogled-chromium
|
|
|
|
|
Helium is proudly based on [ungoogled-chromium](https://github.com/ungoogled-software/ungoogled-chromium).
|
|
|
|
|
It wouldn't be possible for us to get rid of Google's bloat and get a development+building pipeline this fast without it.
|
|
|
|
|
Huge shout-out to everyone behind this amazing project!
|
|
|
|
|
(and we intend to contribute even more stuff upstream in the future)
|
|
|
|
|
|
|
|
|
|
### The Chromium project
|
|
|
|
|
[The Chromium Project](https://www.chromium.org/) is obviously at the core of Helium,
|
|
|
|
|
making it possible to exist in the first place.
|
|
|
|
|
|
|
|
|
|
### ungoogled-chromium's dependencies
|
|
|
|
|
- [Inox patchset](https://github.com/gcarq/inox-patchset)
|
|
|
|
|
- [Debian](https://tracker.debian.org/pkg/chromium-browser)
|
|
|
|
|
- [Bromite](https://github.com/bromite/bromite)
|
|
|
|
|
- [Iridium Browser](https://iridiumbrowser.de/)
|
2019-04-27 18:10:30 +00:00
|
|
|
|
2015-07-07 22:20:10 -07:00
|
|
|
## License
|
2025-04-11 22:27:45 +06:00
|
|
|
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
|
2025-05-31 11:51:48 +00:00
|
|
|
licensed under their [BSD 3-Clause license](LICENSE.ungoogled_chromium)).
|
2025-09-22 23:35:58 +03:00
|
|
|
|
|
|
|
|
## More documentation (soon)
|
|
|
|
|
> [!NOTE]
|
|
|
|
|
> We will add more documentation along with design and motivation guidelines in the future.
|
|
|
|
|
All docs will be linked here along with other related content.
|