ungoogled-chromium
ungoogled-chromium 153.0.8010.52
Open source web browser from Google, with dependencies on Google web services removed
<rendered-html><p>Chromium is an open source web browser from Google that aims to build a safer, faster, and more stable way for all Internet users to experience the web. It has a minimalist user interface and provides the vast majority of source code for Google Chrome (which has some additional features).</p> </rendered-html>
https://github.com/ungoogled-software/ungoogled-chromiumBSD 3-clause "New" or "Revised" License
main program: chromiumprograms: chromium-browser, chromium
Platforms (24)
riscv64-linuxmips-linuxmipsel-linuxi686-linuxarmv7l-linuxsh4-linuxx86_64-linuxmips64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ungoogled-chromium ];
Ad-hoc shell
nix-shell -p ungoogled-chromium
Flake (nix run)
nix run nixpkgs#ungoogled-chromium