Install Brave Browser on Arch Linux/Manjaro in One Line of Command
Last modified
Brave is a open source web browser based on Chromium. It grows fast in the past couple of years, probably has something to do with its cryptocurrency Basic Attention Token (BAT). BAT has been integrated into Brave browser and allows users to earn it by browsing ads, or gives it to the content creator as tips.

Installation
Install the preferred version of Brave browser from AUR.
Brave
-
Using
pacman
sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-bin.git && cd brave-bin && makepkg -si Bash
-
Using
yay
yay -S brave-bin Bash
Brave Dev
-
Using
pacman
sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-dev-bin.git && cd brave-dev-bin && makepkg -si Bash
-
Using
yay
yay -S brave-dev-bin Bash
Brave Beta
-
Using
pacman
sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-beta-bin.git && cd brave-beta-bin && makepkg -si Bash
-
Using
yay
yay -S brave-beta-bin Bash
Brave Nightly
-
Using
pacman
sudo pacman -S --needed git && git clone https://aur.archlinux.org/brave-nightly-bin.git && cd brave-nightly-bin && makepkg -si Bash
-
Using
yay
yay -S brave-nightly-bin Bash
See Also
- Two Ways to Install Packages from AUR on Arch Linux/Manjaro
- Install Google Chrome on Arch Linux/Manjaro in One Line of Command
- Install Microsoft Edge on Arch Linux/Manjaro in One Line of Command
- How to Install Firefox on Arch Linux/Manjaro in One Line of Command
- Install Chromium on Arch Linux/Manjaro in One Line of Command
- Install Vivaldi Browser on Arch Linux/Manjaro in One Line of Command
- Install GNOME Web (Epiphany) on Arch Linux/Manjaro in One Line of Command