What is brave browser?


Brave browser is created by Brendan Eich, co-founder of Mozilla and creator of JavaScript

Brave browser offers a faster, secure, and private browsing experience. One of the best features is ad and tracker blocker, which improve the browsing speed and security. Additionally, Brave Rewards allows users to earn cryptocurrency by opting into seeing privacy respecting ads.



chrome vs brave browser

Chrome and Brave are most popular web browsers available today, but they have some notable differences 

Chrome is a great choice for users who like customizable browser, Brave is an excellent option for those who prioritize privacy and security, its also having best ad blocking system



Install brave browser in kali linux and ubuntu


Add the Brave repository to your system

sudo apt install apt-transport-https curl



Import the Brave browser GPG

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 -



Add repository to apt

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



Install brave browser

sudo apt update

sudo apt install brave-browser



Install brave browser in alpine



Add the Brave repository to your alpine

echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories



Install using apk

sudo apk update

sudo apk add brave-browser