awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 repositorios

Awesome GitHub RepositoriesEmbedded Browser Components

UI components that render web content inside a native application's layout.

Distinct from Native Control Embedding: Focuses on the browser engine component rather than general native UI control embedding.

Explore 9 awesome GitHub repositories matching user interface & experience · Embedded Browser Components. Refine with filters or upvote what's useful.

Awesome Embedded Browser Components GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • zserge/webviewAvatar de zserge

    zserge/webview

    14,109Ver en GitHub↗

    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

    Renders web-based user interfaces inside native applications by integrating a full browser component.

    C++
    Ver en GitHub↗14,109
  • tamsiree/rxtoolAvatar de Tamsiree

    Tamsiree/RxTool

    12,305Ver en GitHub↗

    RxTool is an Android development utility library consisting of reusable components and helper classes for common mobile development tasks. It provides a coordinated set of toolkits for hardware interfacing, media processing, and user interface construction. The project features specialized implementations for mobile payment integration with Alipay and WeChat Pay, as well as dedicated tools for social sharing workflows. It includes a security-focused set of human verification widgets, such as puzzle and sliding captchas, to prevent automated bot interactions. The library covers a broad capabi

    Provides embedded browser components that render web content and support native video playback within the app layout.

    Kotlinalipaybarcodedialog
    Ver en GitHub↗12,305
  • onivim/oniAvatar de onivim

    onivim/oni

    11,248Ver en GitHub↗

    Oni is a modal code editor and integrated development environment that uses Neovim as its core editing engine. It combines the text manipulation and modal interaction model of Neovim with the capabilities of a full IDE, including a Language Server Protocol implementation for code intelligence, automatic completion, and error highlighting. The editor is distinguished by its integrated web rendering, allowing users to view documentation, browse the web, and render live previews of code and unit tests directly within the interface. It also utilizes TextMate grammars for syntax highlighting. The

    Integrates a web browser engine to view documentation and render live previews directly within the editor.

    TypeScript
    Ver en GitHub↗11,248
  • reactide/reactideAvatar de reactide

    reactide/reactide

    10,502Ver en GitHub↗

    Reactide is the first dedicated IDE for React web application development.

    Renders React components in a live browser window that automatically reloads on code changes.

    JavaScriptdesktop-appdevtoolselectron
    Ver en GitHub↗10,502
  • cefsharp/cefsharpAvatar de cefsharp

    cefsharp/CefSharp

    10,205Ver en GitHub↗

    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

    Provides a UI component for rendering HTML, CSS, and JavaScript content within a native host window.

    C#browserc-plus-plusc-sharp
    Ver en GitHub↗10,205
  • weolar/miniblink49Avatar de weolar

    weolar/miniblink49

    7,820Ver en 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 lightweight web browser widget into the native application interface for fast deployment of HTML UIs.

    C++blinkchromiumelectron
    Ver en GitHub↗7,820
  • pyqt5/pyqtAvatar de PyQt5

    PyQt5/PyQt

    7,138Ver en GitHub↗

    PyQt is a cross-platform GUI toolkit and desktop UI framework that provides Python bindings for the Qt framework. It serves as a widget library for creating graphical user interfaces that maintain consistent behavior and appearance across Windows, macOS, and Linux. The framework enables the development of desktop applications through a collection of pre-built interface components and layout managers. It supports the creation of specialized interface elements with custom styling, window animations, and the integration of web browser components to load and execute scripts alongside native eleme

    Integrates a full browser component to load web pages and execute scripts within the desktop application.

    Pythonpyqt4pyqt5pyqt5-tutorial
    Ver en GitHub↗7,138
  • decosoftware/deco-ideAvatar de decosoftware

    decosoftware/deco-ide

    5,815Ver en GitHub↗

    Deco IDE is a graphical development environment for building React Native applications. It combines a visual component editor with template-based project scaffolding, allowing developers to construct user interfaces by dragging pre-built JSX templates from a palette and editing component properties through a graphical panel that updates both source code and the live preview in real time. The tool differentiates itself through a hot-reload development workflow that automatically refreshes the running app when source files change, preserving state, and through its file-system project management

    Provides live iOS Simulator preview with automatic reload on code changes for instant visual feedback.

    JavaScript
    Ver en GitHub↗5,815
  • browserbox/browserboxAvatar de BrowserBox

    BrowserBox/BrowserBox

    3,859Ver en GitHub↗

    BrowserBox is a remote browser isolation platform that executes web sessions within containerized server environments. It utilizes a server-side browser running in Docker or LXC to isolate untrusted content from local devices, transmitting the session to clients via a low-latency secure web streamer. The system features a remote browser API for provisioning ephemeral, short-lived browsing sessions and a network tunneling gateway that uses SSH tunnels and onion services to provide anonymous or secure routing. It employs GPU-accelerated server rendering to stream live video of the browser sessi

    Provides UI components that render remote browser content within a native application's layout.

    Shell
    Ver en GitHub↗3,859
  1. Home
  2. User Interface & Experience
  3. Embedded Browser Components

Explorar subetiquetas

  • Integrated Web Browsers1 sub-etiquetaFull browser engines embedded within an IDE to render documentation and live previews. **Distinct from Embedded Browser Components:** Distinct from embedded components: specifically refers to the integrated browser functionality for documentation and live code previews in an IDE