this post was submitted on 20 Oct 2025
182 points (97.9% liked)

Open Source

48403 readers
284 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 7 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] AliasAKA@lemmy.world 57 points 9 months ago (1 children)

Servo is a web browser rendering engine written in Rust, with WebGL and WebGPU support, and adaptable to desktop, mobile, and embedded applications.

Essentially it is an alternative to chromium based web browser engines. The other (major) web browser engines are WebKit for iOS and Gecko for Firefox. You can see a list at Wikipedia.

[โ€“] Overshoot2648@lemmy.today 13 points 9 months ago

Minor correction: Blink is the browser engine, Chromium is the open source browser project.