this post was submitted on 09 Feb 2024
197 points (97.1% liked)

Open Source

30357 readers
2497 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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.

all 33 comments
sorted by: hot top controversial new old
[–] [email protected] 132 points 7 months ago (2 children)

Imagine wanting to see if you can help with the development, but seeing that the development is coordinated on fucking Discord.

[–] [email protected] 24 points 7 months ago (2 children)

I have an eye for typos and like to notify authors as I’m they’ll want to correct them. Blogs that only allow contact via social media apps frustrate me as I’m not on shitbird, fb, insta, etc. Can’t you just have a public email associated with your writing ffs?

[–] [email protected] 19 points 7 months ago (1 children)

notify authors as I’m they’ll

How about grammar errors?

[–] [email protected] 5 points 7 months ago

Hahaha! You got me.

[–] [email protected] 10 points 7 months ago

Ooh, the irony!

[–] onlinepersona 23 points 7 months ago (1 children)

And written in C++ 🙄 How many times does this mistake have to be made?

CC BY-NC-SA 4.0

[–] [email protected] 5 points 7 months ago (1 children)

Not sure what’s the problem there?

[–] [email protected] 19 points 7 months ago (1 children)

It's in Proverbs 11:20

The C++ developers are an abomination to the Lord,
But the Rustaceans in their Rust-based OSes are His delight.

[–] [email protected] 16 points 7 months ago (2 children)

But is there any plans to support GNU Linux distros, like Debian or Nix? From the first look the browser is only for Serenity.

[–] [email protected] 24 points 7 months ago (3 children)

It does build on Linux distros as well. There's already a package on the AUR for instance: https://aur.archlinux.org/ladybird-git.git

[–] [email protected] 7 points 7 months ago (1 children)
[–] [email protected] 2 points 7 months ago

Verify your dependencies! Also check the release comments for tips and tricks.

[–] [email protected] 6 points 7 months ago

Linux is the only platform to get native WebGL, too!

[–] [email protected] 13 points 7 months ago

On Nix, it’s available:

environment.systemPackages = [ pkgs.ladybird ];

[–] [email protected] 15 points 7 months ago (1 children)

Also, is there any plan to provide binaries and builds? Especially for Android, for example, via F-Droid?

[–] [email protected] 5 points 7 months ago (1 children)

F-Droid does not ship binaries. You submit code to be built by F-Droid. This is its strength and also weakness. IzzyOnDroid just pulls in Github releases, which is pretty cool.

[–] [email protected] 1 points 7 months ago (1 children)

IzzyEnDroid docs don’t say they are limited to MS GitHub

[–] [email protected] 2 points 7 months ago (1 children)

The point is that the releases are signed by developers so they cannot be easily faked

[–] [email protected] 0 points 7 months ago (1 children)

Then you should drop the specific name drop of a proprietary platform when a generic option like code repository or software forge could suffice.

[–] [email protected] 2 points 7 months ago (1 children)

It was just my info that they directly use Github releases. Shipping binary packages next to the codebase is something specific for Github and a few other platforms.

[–] [email protected] 1 points 7 months ago

A few other platforms like Forgejo (Codeberg), GitLab, & SourceHut? The first 3 open source/open core Git forges I looked up support this… it is not unique to the Microsoft-owned, proprietary offering.

[–] [email protected] 14 points 7 months ago (1 children)

Using Qt and brotli, seems nice! But Discord? Hell no.

[–] [email protected] 11 points 7 months ago

Want to contribute to this open project? Create closed Microsoft GitHub & Discord account. https://drewdevault.com/2021/12/28/Dont-use-Discord-for-FOSS.html

[–] [email protected] 4 points 7 months ago (1 children)

What problem are they trying to solve?

[–] [email protected] 6 points 7 months ago (1 children)

Building Firefox from scratch.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

Why? What would that benefit?

Definitely wish them the best though :)