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
·

12 Repos

Awesome GitHub RepositoriesEmbedded Web Views

Components for embedding web rendering capabilities into native applications.

Distinguishing note: Focuses on memory-safe integration of web content into native host applications.

Explore 12 awesome GitHub repositories matching web development · Embedded Web Views. Refine with filters or upvote what's useful.

Awesome Embedded Web Views 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

    Enables embedding web rendering capabilities into native applications with strict memory safety.

    Rustbrowserrustservo
    Auf GitHub ansehen↗37,170
  • dotnet/mauiAvatar von dotnet

    dotnet/maui

    23,181Auf GitHub ansehen↗

    This framework is a cross-platform software development kit designed for building native mobile and desktop applications from a single shared codebase. It provides a unified programming interface that allows developers to construct user interfaces using declarative markup, which are then rendered as native components on each target operating system. The framework distinguishes itself through a multi-targeting build system that consolidates platform-specific resources and native control mapping into a unified project structure. It includes a data-driven binding engine that synchronizes applica

    Allows hosting web components within a native application shell to combine web technologies with native capabilities.

    C#androiddesktopdotnet
    Auf GitHub ansehen↗23,181
  • klocman/bulk-crap-uninstallerAvatar von Klocman

    Klocman/Bulk-Crap-Uninstaller

    17,521Auf GitHub ansehen↗

    Bulk Crap Uninstaller is a Windows application manager designed to audit installed software and automate the removal of unwanted programs and bloatware. It functions as a comprehensive utility for managing software installations, allowing users to perform bulk uninstallation tasks to reclaim disk space and remove associated components from their systems. The application distinguishes itself through its ability to perform deep system maintenance by identifying and removing orphaned registry keys and invalid file paths that remain after standard uninstallation processes. It utilizes registry-ba

    Embeds a native browser component to render documentation and support content within the application.

    C#application-managerapplication-uninstallerbloatware
    Auf GitHub ansehen↗17,521
  • textmate/textmateAvatar von textmate

    textmate/textmate

    14,783Auf GitHub ansehen↗

    TextMate is a programmable text editor designed for software development and project management. It functions as a highly customizable environment where users can define language-specific behaviors, syntax highlighting rules, and automated workflows to suit their individual development needs. The editor distinguishes itself through a modular, bundle-based extensibility model that allows for deep integration with system shell commands. By piping document buffers through external scripts and command-line tools, users can perform complex text transformations, automate file lifecycle tasks, and b

    Renders interactive dialogs and custom user interfaces using embedded web technologies.

    Objective-C++c-plus-pluscocoamacos
    Auf GitHub ansehen↗14,783
  • zserge/webviewAvatar von zserge

    zserge/webview

    14,109Auf GitHub ansehen↗

    This is a lightweight, header-only C/C++ library used to embed browser engines into native desktop applications. It serves as a desktop GUI framework that allows developers to build native applications using HTML and CSS for the user interface layer. The library provides a unified cross-platform browser component that wraps WebKit on Linux and macOS and WebView2 on Windows. It includes a native code bridge to bind JavaScript functions to C++ logic, enabling high-performance operations and data exchange across language boundaries. The project handles platform-specific browser integration and

    Displays HTML5 interfaces within native applications across different desktop operating systems.

    C++
    Auf GitHub ansehen↗14,109
  • tencent/vassonicAvatar von Tencent

    Tencent/VasSonic

    11,860Auf GitHub ansehen↗

    VasSonic is a hybrid mobile app framework for Android and iOS designed to optimize the loading speed of web views. It functions as a web view performance optimizer and a mobile web resource cache, utilizing an HTML differential update engine to minimize remote network fetches and reduce first-screen load times. The framework distinguishes itself by splitting HTML into static templates and dynamic data, calculating differences between server state and cached content to send only modified fragments. It employs a native-to-JavaScript bridge to sync these server-side data updates directly into th

    Integrates embedded web views into native applications to manage page loading and network resource interception.

    Javaandroid-sdkh5hybrid
    Auf GitHub ansehen↗11,860
  • cefsharp/cefsharpAvatar von cefsharp

    cefsharp/CefSharp

    10,205Auf GitHub ansehen↗

    CefSharp is a .NET binding for the Chromium Embedded Framework that allows developers to embed a full web browser into desktop applications. It provides an embedded browser control for rendering HTML, CSS, and JavaScript content within a native host window. The project features a bidirectional JavaScript bridge interface that enables the execution of scripts and the exposure of native host classes and methods to the browser environment. It also includes a headless browser automation tool for executing web tasks and capturing page screenshots without a graphical user interface. The library co

    Integrates web frameworks directly into a desktop application to render user interfaces without requiring network access.

    C#browserc-plus-plusc-sharp
    Auf GitHub ansehen↗10,205
  • webkit/webkitAvatar von WebKit

    WebKit/WebKit

    9,908Auf GitHub ansehen↗

    WebKit is a web browser engine used to build the core rendering and layout systems required to display web content. It provides the primary logic necessary to power fully functional web browsers and embedded web views. The project enables the rendering of web pages by processing HTML and CSS standards. It focuses on cross-platform support for macOS, iOS, and Linux environments, and allows for the integration of web browser windows within native applications. The engine handles JavaScript execution through optimization and tiered compilation. It manages the visual lifecycle of a page via a tr

    Provides components for embedding web rendering capabilities into native applications.

    JavaScriptbrowsergtkios
    Auf GitHub ansehen↗9,908
  • microsoft/windows-universal-samplesAvatar von microsoft

    microsoft/Windows-universal-samples

    9,696Auf GitHub ansehen↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Implements components for embedding web rendering capabilities into native UWP applications.

    JavaScript
    Auf GitHub ansehen↗9,696
  • dotnet/blazorAvatar von dotnet

    dotnet/blazor

    9,276Auf GitHub ansehen↗

    Blazor is a .NET framework for building interactive web user interfaces using C# instead of JavaScript. It provides a component-based UI composition model where reusable, self-contained UI elements are built with C# logic and Razor markup, supporting nesting, parameters, and lifecycle events. The framework offers two primary rendering models: a client-side runtime that compiles C# to WebAssembly and executes directly in the browser, and a server-side model that renders UI on the server and sends incremental DOM updates over a persistent SignalR connection. A central capability of Blazor is it

    Embeds Blazor components inside native desktop or mobile apps using an embedded web view control.

    PowerShell
    Auf GitHub ansehen↗9,276
  • microsoft/reactxpAvatar von microsoft

    microsoft/reactxp

    8,257Auf GitHub ansehen↗

    ReactXP is a framework for building cross-platform mobile and web applications from a single codebase using React. It provides a declarative interface that maps to different native implementation sets depending on the target environment. The project enables consistent visual experiences across operating systems through a flexbox-based layout engine, a virtual stack for navigation management, and a unified native-bridge API for accessing system services. It distinguishes itself with specialized capabilities for declarative animation orchestration, platform-specific logic resolution, and an aut

    Embeds external or internal web pages within the application using native browser components.

    TypeScript
    Auf GitHub ansehen↗8,257
  • react-native-webview/react-native-webviewAvatar von react-native-webview

    react-native-webview/react-native-webview

    7,169Auf GitHub ansehen↗

    This project is a cross-platform mobile web view component and native browser wrapper used to embed and display web content within mobile applications. It functions as a communication layer that allows JavaScript in a web page to exchange data with native mobile code. The component enables in-app web browsing and the integration of external websites or custom HTML pages. It provides a programmable interface for customizing how web content is rendered and interacted with inside a native application.

    Offers a programmable interface to customize how web content is rendered and interacted with in native apps.

    TypeScript
    Auf GitHub ansehen↗7,169
  1. Home
  2. Web Development
  3. Embedded Web Views