Find a file
2022-09-28 21:35:25 +02:00
assets this stuff is missing from the theming 2022-09-23 13:52:48 +02:00
linux adding --no-interactive when running mach to create vs tarball 2022-09-28 17:26:15 +02:00
linux-mar adding --no-interactive when running mach to create vs tarball 2022-09-28 17:26:15 +02:00
.gitignore fixed the bogus check target 2022-04-27 10:10:20 +02:00
LICENSE Initial Commit 2019-08-16 21:25:27 -05:00
Makefile fixed veryclean target 2022-09-25 23:54:40 +02:00
mk.py added #244 to windows script 2022-09-27 09:30:12 +02:00
README.md bigger download link 2022-09-28 21:35:25 +02:00
release prepare for v103.0.1-2 2022-08-08 21:45:34 +02:00
source_release update to v103.0.2-1 2022-08-10 13:01:59 +02:00
version v105.0.1-1 2022-09-24 09:32:14 +02:00

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, then scoop install librewolf

Linux builds

Tested on: fedora36, ubuntu22 vm minimalish specs:

  • 4 core cpu
  • 17gb RAM
  • 50gb storage

It's mostly a matter of doing once:

## pick build type:
# cd linux
# cd linux-mar

make fetch

## pick your os:
# sudo make setup-fedora
# sudo make setup-debian

make bootstrap

Then, to build:

make all

That should produce the (non-updating) setup.exe and the community portable zip. There is a second directory linux-mar where you can build the so-called .mar version of LibreWolf. This is te version that will be auto-updating someday. It's main drawback is some nasty theming bug.

LibreWolf for windows

  • If your LibreWolf crashes on startup, you're probably missing the right Visual C++ Runtime. You'll want the Visual Studio 2015, 2017 and 2019 version for x64, which would be this file.
  • The latest type of .zip files allows for a user profile inside the extracted folder. It is self-contained and runs on removable storage.

Help wanted

If you want to contribute, we are moving this repository from building natively from windows 11 to cross-build from Linux/Docker in our cool gitlab CI[here]. At the same time, we want to make auto-update work[here]. People want it, and on Windows I guess it's the easiest option.

Thanks!

Where to submit tickets

Community links

Community contributions

  • Defkev created a LibreWolf updater plugin, which can be found here.
  • Guillaume created a windows updater script for the Task Scheduler. it can be found here.

Compiling the windows version

This segment is for people who want to build LibreWolf for themselves. The build of the LibreWolf source tarball is in public CI, so you can use that. Given that you have followed the steps in the Mozilla setup guide:

Once that works, you can check out and compile LibreWolf like this:

git clone https://gitlab.com/librewolf-community/browser/windows.git
cd windows
make fetch build

Currently a bug in ./mach package makes this build fail, but it did produce the distribution .zip file that we're after. So after this, you can just:

make artifacts

This will produce the -setup.exe and portable .zip. Have fun!

Uploading a release

To actually submit these artifacts to the Windows repository as release files, use:

python3 mk.py upload <token>