3.1 KiB
3.1 KiB
Download latest release
- Visit the FAQ.
- Install via chocolatey:
choco install librewolf - Or install via winget:
winget install librewolf - Or install via scoop:
scoop bucket add extras, thenscoop install librewolf
Update tools
There are several tools that can help you to keep LibreWolf up-to-date, which helps improve security.
- @ltguillaume created an automatic updater that can either be run manually or be set up to automatically update via a scheduled task. It can be found here on Codeberg or on GitHub.
- Defkev created a LibreWolf update checker extension, which can be found here. It will show a notification when an update is available and guide you to the download link.
Please note the distinction between the updater (LibreWolf WinUpdater) and the extension (LibreWolf Updater), in that the updater can install updates automatically, while the extension can only check for updates. There has been some confusion about that on Reddit, GitHub and Gitlab.
Due to problems with the Gitlab CI, we can't build the two ahk-tools (AutoHotkey scripts) used in the portable
version directly from source while building the portable zip. The tools are instead pre-built by @ltguillaume and downloaded from their respective project pages on Codeberg, LibreWolf Portable and LibreWolf WinUpdater.
LibreWolf for Windows
- LibreWolf has many UI languages built-in, available in the settings.
- The latest -portable.zip release type is self-contained, can be moved around and (thus) be run on removable storage. It can be run next to an installed version of LibreWolf and supports (multiple) user profiles inside the extracted folder. Head to the launcher's project page to find out how this works.
Where to submit tickets
- When you have problems with the Settings, or the Advanced Settings (
about:config), please submit these issues to the settings repository. - For all other problems, such as crashes/theme issues/graphics/speed problems, please submit them to issues for windows repository.
Building from source
- Building from source is done using our
bsysbuild system. It only supports cross-compiling from Linux to Windows. So building the windows version from within windows is not supported. Well, it's not tested but possible in principle.