The Ladybird browser project
The Ladybird browser project
Ladybird is an ongoing project to build an independent web browser from scratch.
It is being developed as part of the SerenityOS/serenity project on GitHub.
There are no downloadable binaries yet, as the project is still very unstable. You can follow the build instructions to build it for yourself.
This page is not fancy because we are focusing on building the browser. :^)
Since Ladybird is part of the SerenityOS project, development is coordinated on the SerenityOS discord server.
You're viewing a single thread.
But is there any plans to support GNU Linux distros, like Debian or Nix? From the first look the browser is only for Serenity.
20 3 ReplyIt does build on Linux distros as well. There's already a package on the AUR for instance: https://aur.archlinux.org/ladybird-git.git
24 0 ReplyThat aur link should be: https://aur.archlinux.org/packages/ladybird-git 🙂
7 0 ReplyVerify your dependencies! Also check the release comments for tips and tricks.
2 0 Reply
Linux is the only platform to get native WebGL, too!
6 0 Reply
On Nix, it’s available:
environment.systemPackages = [ pkgs.ladybird ];
13 0 Reply