this post was submitted on 22 Nov 2024
131 points (97.1% liked)

Linux

48315 readers
1149 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] lengau@midwest.social 7 points 11 hours ago (1 children)

The core of Safari (WebKit) is open source. If it weren't they'd be violating the GPL license of KHTML.

[–] magguzu@lemmy.ml 1 points 9 hours ago (2 children)

Ah, admittedly I don't know much. Could another browser build on it like Chromium or Firefox?

[–] walthervonstolzing@lemmy.ml 1 points 5 hours ago

Smaller browsers built on webkit do exist; see 'Epiphany', 'surf', 'luakit', and 'Nyxt'. Qt's web component used to be based on webkit as well, though they've switched to Blink (Chromium).

Unfortunately, none of the browsers listed above are 100% sufficient to replace Firefox. They all rely on GTK bindings on webkit, which has its own quirks; and none have support for webextensions.

[–] lengau@midwest.social 2 points 8 hours ago

Yes! In fact, Chromium was originally a fork of WebKit, as WebKit was a fork of KHTML. In both cases the codebases have diverged quite significantly though.