真正独立的网络浏览器。

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

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.