Brave is a free and open-source web browser developed by Brave Software, Inc. It was founded in 2015 by Brendan Eich, the creator of JavaScript and co-founder of Mozilla. The browser is designed to provide a private, fast, and secure browsing experience, while also blocking ads and trackers.
Brave blocks third-party trackers and cookies by default, which helps to protect user data and privacy. It also provides features such as private tabs and HTTPS Everywhere. Brave uses sandboxing technology to isolate tabs and prevent malware or malicious scripts from running. It also has an automatic ad-blocking feature that blocks malicious ads.
Brave rewards users with its Basic Attention Token (BAT) for viewing ads, which they can then use to support their favourite websites. This provides a new revenue model for content creators, and allows users to support their favourite websites without sharing their data. It allows users to customize the browser with various extensions and themes. It also supports a wide range of web standards, including HTML, CSS, and JavaScript.
Overall, Brave browser is a privacy-focused web browser that provides a fast, secure, and customizable browsing experience.
To install Brave browser on Raspberry Pi, we need to grab the arm64.deb file of brave browser from it’s github release page.
wget https://github.com/brave/brave-browser/releases/download/v1.47.186/brave-browser_1.47.186_arm64.deb
Once the .deb
file is downloaded, use apt
tool to install the package:
sudo apt install ./brave-browser_1.47.186_arm64.deb -y
Once the package is installed, you can launch it from application launcher.