真正独立的网络浏览器。

Timothy Flynn 14c3bff5da Meta: Add a flag to WPT.sh to run Ladybird headlessly 19 hours ago
.devcontainer c4f7361a5b Meta: Add a vcpkg cache to the devcontainer 1 week ago
.github c4f7361a5b Meta: Add a vcpkg cache to the devcontainer 1 week ago
AK 0703ba118b AK: Add a comparison operator for Utf32View 2 days ago
Base d5ba665f89 Base: Remove old LibWeb demo pages 2 weeks ago
Documentation 0310b47a7b Documentation: Remove doc on self-hosted runners 5 days ago
Ladybird b24a7079f1 LibWeb+WebDriver: Add a flag to default WebDriver to headless mode 15 hours ago
Meta 14c3bff5da Meta: Add a flag to WPT.sh to run Ladybird headlessly 15 hours ago
Tests d08d305399 LibWeb: Fixed IDL for HTMLInputElement 21 hours ago
Toolchain c92d9cce42 Toolchain: Rewrite BuildVcpkg.sh in python 1 week ago
Userland b24a7079f1 LibWeb+WebDriver: Add a flag to default WebDriver to headless mode 15 hours ago
.clang-format 66a89bd695 Meta: Support using clang-format on Objective-C++ files 1 year ago
.clang-tidy 1a4fbfe495 Everywhere: Remove references to the kernel 4 months ago
.clangd b832837106 Meta: Add .clangd config file (with project-recommended defaults) 3 months ago
.editorconfig c786d2126a Meta: Add .editorconfig 2 years ago
.gitattributes 681a2ac14e LibGfx: Remove support for the various "portable" image formats 4 months ago
.gitignore 4d50a16c9b Meta: Add .vs to gitignore 1 week ago
.gn 411f5af0b8 Meta: Automatically generate a compilation database for clangd 11 months ago
.mailmap cc4b3cbacc Meta: Update my e-mail address everywhere 2 weeks ago
.pre-commit-config.yaml 93954dcd9a Meta: Replace deprecated pre-commit stage name 4 days ago
.prettierignore 4ef0a123ea Meta: Remove home/anon directory from .prettierignore 3 months ago
.prettierrc 54036d660a Meta: Move prettier config files to the root of the repository 4 years ago
.swift-format 1bf4a225bd Meta: Add swift-format configuration 2 months ago
.ycm_extra_conf.py 51f5da00d7 Meta: Make YCM return flags as Python list 3 months ago
CMakeLists.txt cc02e7a763 CMake: Update homepage url in project() declaration to point to .org 4 weeks ago
CMakePresets.json 8e716daa3d CMake: Allow developers to append VCPKG_BINARY_SOURCES 1 week ago
CODE_OF_CONDUCT.md 45a3360a62 Meta: Add code of conduct (from the Ruby community) 2 weeks ago
CONTRIBUTING.md 5c35807878 Documentation: Suggest installing clang-format version 18 precisely 1 week ago
ISSUES.md 34583902dc Meta: Add guidance on how to write reduced test cases 2 months ago
LICENSE 0f7df8d3e0 Meta: Update root LICENSE to say Ladybird instead of SerenityOS 4 months ago
README.md 85fd2e281b LibMedia: Absorb LibAudio 1 month ago
SECURITY.md d0bc266c55 Meta: Update security policy to include private vulnerability reporting 2 months ago
flake.lock 720feaa658 nix: Clean up files, use good practices 7 months ago
flake.nix dd1fbd3513 Meta: Remove SerenityOS components not needed for Ladybird 4 months ago
vcpkg-configuration.json a3e24163aa Meta: Add overlay port for vulkan-loader 3 months ago
vcpkg.json 83bfba79b6 Meta: Add windows options to vcpkg 1 week ago

README.md

Ladybird

Ladybird is a truly independent web browser, using a novel engine based on web standards.

[!IMPORTANT] Ladybird is in a pre-alpha state, and only suitable for use by developers

Features

We aim to build a complete, usable browser for the modern web.

Ladybird uses a multi-process architecture with a main UI process, several WebContent renderer processes, an ImageDecoder process, and a RequestServer process.

Image decoding and network connections are done out of process to be more robust against malicious content. Each tab has its own renderer process, which is sandboxed from the rest of the system.

At the moment, many core library support components are inherited from SerenityOS:

  • LibWeb: Web rendering engine
  • LibJS: JavaScript engine
  • LibWasm: WebAssembly implementation
  • LibCrypto/LibTLS: Cryptography primitives and Transport Layer Security
  • LibHTTP: HTTP/1.1 client
  • LibGfx: 2D Graphics Library, Image Decoding and Rendering
  • LibArchive: Archive file format support
  • LibUnicode: Unicode and locale support
  • LibMedia: Audio and video playback
  • LibCore: Event loop, OS abstraction layer
  • LibIPC: Inter-process communication

How do I build and run this?

See build instructions for information on how to build Ladybird.

Ladybird runs on Linux, macOS, Windows (with WSL2), and many other *Nixes.

How do I read the documentation?

Code-related documentation can be found in the documentation folder.

Get in touch and participate!

Join our Discord server to participate in development discussion.

Please read Getting started contributing if you plan to contribute to Ladybird for the first time.

Before opening an issue, please see the issue policy and the detailed issue-reporting guidelines.

The full contribution guidelines can be found in CONTRIBUTING.md.

License

Ladybird is licensed under a 2-clause BSD license.