brave

brave 1.91.171

Privacy-oriented browser for Desktop and Laptop computers

<rendered-html><p>Brave browser blocks the ads and trackers that slow you down, chew up your bandwidth, and invade your privacy. Brave lets you contribute to your favorite creators automatically.</p> </rendered-html>

https://brave.com/
Mozilla Public License 2.0
main program: braveprograms: brave
Platforms (4)
aarch64-linuxaarch64-darwinx86_64-linuxx86_64-darwin
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  brave
];
Ad-hoc shell
nix-shell -p brave
Flake (nix run)
nix run nixpkgs#brave