Install Brave Browser on Arch Linux/Manjaro in One Line of Command

mail
Cyrus Kao
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.

Brave
Brave web browser

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

Comments

0500