Package Details: ladybird-git r74110.488fd52039a-1

Git Clone URL: https://aur.archlinux.org/ladybird-git.git (read-only, click to copy)
Package Base: ladybird-git
Description: Truly independent web browser
Upstream URL: https://github.com/LadybirdBrowser/ladybird
Keywords: browser
Licenses: BSD-2-Clause
Conflicts: ladybird
Provides: ladybird
Submitter: xyproto
Maintainer: CxByte
Last Packager: CxByte
Votes: 29
Popularity: 1.05
First Submitted: 2022-09-12 14:59 (UTC)
Last Updated: 2026-01-16 12:18 (UTC)

Dependencies (36)

Required by (0)

Sources (1)

Pinned Comments

CxByte commented on 2025-07-10 01:47 (UTC)

A note since this package now builds with the system libs: skia has to be installed and available through pkg-conf; skia-static provides the specific version (and a pkg-conf file) needed by this build.

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

xiota commented on 2026-02-03 01:43 (UTC)

@CxByte The cmake scripts force -march=native or -march=x86-64-v3. Neither is suitable for some use cases (binary repos).

If you decide to remove it with sed, users can still customize build flags in /etc/makepkg.conf.

  sed -e '/march=/d' -i ladybird/Meta/CMake/common_compile_options.cmake

abandon commented on 2026-01-27 12:16 (UTC)

I see that now, thanks for your work. I used the browser and it's quite fast and responsive, I was surprised it can access modern websites. Hopefully I'll adapt it into my workflow in the future but I'll have to take a closer look at how those dependencies are bundled.

CxByte commented on 2026-01-27 11:49 (UTC)

@abandon: as with all AUR stuff I would suggest looking at the pkgbuild, but fwiw I'm also a maintainer of Ladybird :)

abandon commented on 2026-01-27 11:46 (UTC) (edited on 2026-01-27 11:46 (UTC) by abandon)

@CxByte thanks for the prompt reply. I advise caution to people installing this as both skia and ANGLE are maintained by the same person who maintains this package. ladybird (unlike ladybird-git) does not need depot-tools-git so you could install that one to test it.

CxByte commented on 2026-01-26 13:33 (UTC)

abandon: This package doesn't depend on depot-tools. It does depend on skia and ANGLE which do.

abandon commented on 2026-01-26 13:30 (UTC)

Why is there a dependency on depot-tools-git? Supposedly won't this browser be built from scratch and use none of the chromium dependencies?

Knotrocket commented on 2026-01-17 23:13 (UTC) (edited on 2026-01-17 23:18 (UTC) by Knotrocket)

The qt6-multimedia and qt6-wayland dependencies are no longer necessary, see:

CxByte commented on 2026-01-15 12:49 (UTC) (edited on 2026-01-16 12:20 (UTC) by CxByte)

shadow_absorber: Thanks for the note. The new revision should now build cleanly.

shadow_absorber commented on 2026-01-13 17:03 (UTC) (edited on 2026-01-13 17:03 (UTC) by shadow_absorber)

ello again... seems this fails to build now because of the following error:

-- Found Python3: /home/user/.local/share/pyenv/shims/python3 (found version "3.14.2") found components: Interpreter
CMake Error at Libraries/LibJS/CMakeLists.txt:280 (find_package):
  Could not find a package configuration file provided by "simdjson" with any
  of the following names:

    simdjsonConfig.cmake
    simdjson-config.cmake

  Add the installation prefix of "simdjson" to CMAKE_PREFIX_PATH or set
  "simdjson_DIR" to a directory containing one of the above files.  If
  "simdjson" provides a separate development package or SDK, be sure it has
  been installed.

thanks for any future help or comments and hopefully this can be fixed soonish

CxByte commented on 2025-12-29 16:09 (UTC)

Treetrain1: I'm away from the computer for a bit, will take a look when I get back. In the meantime, did you rebuild skia-static? I pushed an update to that as well and it was working fine last I checked (a week or so ago though)