chromium
chromium 149.0.7827.114
Open source web browser from Google
<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://www.chromium.org/BSD 3-clause "New" or "Revised" License
main program: chromiumprograms: chromium-browser, chromium
Platforms (24)
x86_64-linuxarmv7a-linuxmips64-linuxmips64el-linuxmipsel-linuxmicroblaze-linuxs390x-linuxarc-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ chromium ];
Ad-hoc shell
nix-shell -p chromium
Flake (nix run)
nix run nixpkgs#chromium