The structure of our Debian repository has changed! Existing Debian users (currently possibly encountering errors) should follow our Migration Guide.

Installation instructions for
Arch Linux LogoArch Linux Logo

LibreWolf for Arch Linux can be downloaded from the AUR. There are two packages, librewolf and librewolf-bin. The first one compiles Librewolf from the Firefox source code with our patches and modifications while the second one provides a binary.

With yay

yay -S librewolf

or alternatively

yay -S librewolf-bin

Without an AUR helper

'Source'

git clone https://aur.archlinux.org/librewolf.git
cd librewolf
makepkg -si

or alternatively

'Binary'

git clone https://aur.archlinux.org/librewolf-bin.git
cd librewolf-bin
makepkg -si

Note Since the librewolf version compiles the whole browser from source, the installation will take a long time. For a faster installation, librewolf-bin is recommended.