Is there any built issue with weblibre for other archs?

github releases Releases · FaFre/WebLibre · GitHub has 3 arch variants! client has only arm64 only.

the version on their github reuses the mozilla prebuilts and therefore contains proprietary google libraries but also has the benefit that they can provide x86_64

their fennecbuild fork replaced the version code based arch determination with just the arch specifier, and their metadata is set to only provide the arm64-v8a build

1 Like

I’m a bit late, but the reason why currently only arm64-v8a builds are being produced is to save resources on the F-Droid build servers. Building the browser requires significantly more resources (several hours) compared to most apps, which usually take just a few minutes. Therefore, I decided to build only the arm64-v8a version for now, as it supports the vast majority of devices. If more users require other architectures, I will add them to the metadata in the future. For now, you can use the GitHub releases as previously mentioned. I’m also working on making the GitHub builds Google-free.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.