How to Install Brave Browser in Linux

Brave is a free, fast, secure, and cross-platform web browser aimed at user privacy and security. It is a browser where security meets simplicity. In terms of speed, it loads pages three times as fast out of the box with nothing to install, learn, or manage.

It features customizable shields for ad blocking, fingerprinting prevention, cookie control, HTTPS upgrade, block scripts, per-site settings, and more. It supports security by enabling users to clear browsing data, comes with a built-in password manager, form autofill, controls content access to the fullscreen presentation, controls site access to autoplay media, and more.

It enables you to set a default search engine and provides the option to use DuckDuckGo for a private window search. It supports modern tabs and windows features (private windows, pinned tabs, auto-unload, drag, and drop, etc.), address bar features such as add bookmark, auto-suggest URLs, searches from the address bar and more.

Besides, the Brave browser supports most of Chrome’s extensions in the chrome web store. Importantly, Brave blocks invasive ads by default, however, if you enable (turn on) Brave Rewards, you can earn tokens (Basic Attention Tokens) for viewing Brave’s privacy-respecting Ads (which are completely private: non of your personal information, browsing history or anything related is shipped out of your machine).

Installing Brave Browser in Linux

Brave only supports 64-bit AMD/Intel architectures (amd64/x86_64), to install the stable release, run the correct set of commands for your distribution, below.

Debian 9+, Ubuntu 14.04+ and Mint 17+

$ sudo apt install apt-transport-https curl
$ curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add -
$ echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main" | sudo tee /etc/apt/sources.list.d/brave-browser-release.list
$ sudo apt update
$ sudo apt install brave-browser

Fedora 28+, CentOS/RHEL 8+

$ sudo dnf install dnf-plugins-core
$ sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/x86_64/
$ sudo rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
$ sudo dnf install brave-browser

Once the Brave browser installation is complete, search for the Brave in your system menu and open it. After the welcome page loads, click Let’s go, then follow the on-screen instructions to import bookmarks and settings from your current browser, set a default search engine, and enable rewards or not. Alternatively, you can Skip the welcome tour.

Brave Browser Welcome Screen
Brave Browser Welcome Screen
Brave Browser Statistics
Brave Browser Statistics
Brave Browser Search
Brave Browser Search

Brave is a free, modern, fast, and secure web browser that aims at user privacy and security. It is featured-packed and supports privacy-respecting Ads. Try it out and give us feedback via the comment section below.

Aaron Kili
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

Got Something to Say? Join the Discussion...

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.