awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesBrowser Engines

Core software components that interpret web standards to render and display web content.

Distinguishing note: No candidates provided; this is a foundational web rendering technology distinct from high-level web frameworks.

Explore 4 awesome GitHub repositories matching web development · Browser Engines. Refine with filters or upvote what's useful.

Awesome Browser Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • servo/servoAvatar von servo

    servo/servo

    37,170Auf GitHub ansehen↗

    Servo is a high-performance, memory-safe web rendering engine designed for cross-platform embedding. It provides a modular framework that allows developers to integrate web content rendering into native applications across desktop, mobile, and embedded systems. By enforcing strict process isolation and memory safety, the engine creates a secure execution environment for processing web content. The engine distinguishes itself through a task-based, parallelized architecture that decouples layout, style, and rendering processes to maximize responsiveness. It utilizes a hardware-abstracted graphi

    Builds and maintains high-performance web rendering engines that support modern standards and cross-platform hardware acceleration.

    Rustbrowserrustservo
    Auf GitHub ansehen↗37,170
  • imputnet/heliumAvatar von imputnet

    imputnet/helium

    17,406Auf GitHub ansehen↗

    Helium is a browser engine compilation framework designed to automate the creation of custom web browser binaries from Chromium source code. It functions as a build system that manages the complex dependency toolchains and environment configurations necessary to transform raw source code into functional, cross-platform software applications. The project distinguishes itself through a structured patch-series management system, which allows developers to maintain and apply custom modifications to large-scale codebases across frequent upstream updates. This workflow ensures that specialized feat

    Builds and maintains specialized web browser engines by managing complex build environments and toolchains.

    C++browserchromiumprivacy
    Auf GitHub ansehen↗17,406
  • gosub-io/gosub-engineAvatar von gosub-io

    gosub-io/gosub-engine

    3,673Auf GitHub ansehen↗

    Gosub-engine is an HTML5 browser engine and web rendering pipeline that parses HTML5 and CSS3 to compute layout and render web content to pixels. It functions as a JavaScript runtime environment with a virtual machine and event loop for handling dynamic logic and asynchronous tasks. The system also includes a web storage manager for persisting cookies, local storage, and session storage. The project features a headless browser renderer capable of generating page images or extracting plain text without a visible window. It supports cross-platform graphics rendering through pluggable CPU and GP

    Functions as a complete HTML5 browser engine that transforms source code into rendered pixels.

    Rustbrowserhtml5rust
    Auf GitHub ansehen↗3,673
  • brave/brave-coreAvatar von brave

    brave/brave-core

    2,980Auf GitHub ansehen↗

    This project is a customization framework for developing and maintaining a modified web browser based on the Chromium engine. It provides the core tools necessary for patching, building, and managing a specialized browser across multiple operating systems. The framework features a semantic patching toolset designed to apply version-aware code changes to an upstream engine and base project, ensuring compatibility during updates. It also implements a privacy-preserving identity layer that uses blind tokens and custom cryptographic extensions to decouple user payment identities from service usag

    Provides a comprehensive set of tools for patching, building, and maintaining a modified browser based on Chromium.

    C++
    Auf GitHub ansehen↗2,980
  1. Home
  2. Web Development
  3. Browser Engines

Unter-Tags erkunden

  • Browser Engine Build FrameworksTooling for managing the compilation and maintenance of custom browser engine source code. **Distinct from Browser Engines:** Distinct from Browser Engines: focuses on the build-time framework and toolchain management rather than the rendering engine itself.