awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesEmbedded Browser Kernels

Integration of minimal browser rendering engines into native applications for UI display.

Distinct from Browser Kernel Management: Focuses on the architectural embedding of the kernel as a framework, not managing a full browser's navigation or privacy.

Explore 2 awesome GitHub repositories matching mobile development · Embedded Browser Kernels. Refine with filters or upvote what's useful.

Awesome Embedded Browser Kernels GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • weolar/miniblink49Avatar de weolar

    weolar/miniblink49

    7,820Voir sur GitHub↗

    miniblink49 is a stripped-down Blink browser kernel and embedded web UI framework used to integrate HTML user interfaces into native C++ applications. It functions as a C++ JavaScript interop bridge that maps high-level script calls to low-level native logic and provides a resource-optimized headless browser engine for processing web content without a graphical interface. The project enables custom browser environment control by bypassing cross-origin security policies to allow requests across different domains. It further allows for the interception of network resources to replace remote ass

    Integrates a stripped-down browser kernel as a widget to render HTML user interfaces in native apps.

    C++blinkchromiumelectron
    Voir sur GitHub↗7,820
  • pichillilorenzo/flutter_inappwebviewAvatar de pichillilorenzo

    pichillilorenzo/flutter_inappwebview

    3,736Voir sur GitHub↗

    This is a plugin for embedding inline or headless web browsers within Flutter applications to render web content. It provides a system for integrating native webview components directly into the widget tree, allowing for the display of web pages and local assets. The project distinguishes itself by offering a headless browser controller for programmatic interaction and data extraction, as well as tools to wrap Progressive Web Apps into native application containers. It includes a mobile bridge for WebRTC to manage camera and microphone permissions for real-time audio and video communication.

    Provides a system for integrating native webview components directly into the Flutter widget tree to render web content.

    Dartandroidbrowsercookie-manager
    Voir sur GitHub↗3,736
  1. Home
  2. Mobile Development
  3. Browser Kernel Management
  4. Embedded Browser Kernels

Explorer les sous-tags

  • Inline Browser InstancesEmbedded browser components that render web content directly within a native application's view hierarchy. **Distinct from Embedded Browser Kernels:** Distinct from Embedded Browser Kernels by focusing on the operational instance of the browser within the UI, rather than the architectural kernel integration.