ladybird LadybirdBrowser

Truly independent web browser

주요 언어
C++
Stars
65,559
Forks
3,133

태그

  • 桌面应用
  • 前端
  • WebAssembly
  • 安全

요약

Ladybird 是一款真正独立、从零自研引擎的开源网页浏览器,当前处于 pre-alpha 阶段,主要面向开发者使用。它采用多进程架构(UI、WebContent 渲染、ImageDecoder、RequestServer 进程分离),将图像解码与网络连接移出进程以增强对恶意内容的防护,并为每个标签页提供独立的沙箱渲染进程。核心组件继承自 SerenityOS(LibWeb、LibJS、LibWasm、LibTLS 等),支持 Linux、macOS、Windows(WSL2) 等平台,适合对浏览器引擎实现与 Web 标准感兴趣的开发者参与构建与测试。

README

# Ladybird [Ladybird](https://ladybird.org) 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. Ladybi…

查看完整页面