awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kiwibrowser avatar

kiwibrowser/srcArchived

0
View on GitHub↗
2,948 stele·434 fork-uri·other·3 vizualizări

Src

This project is a Chromium-based mobile browser and rendering engine designed for mobile platforms. It functions as a web extension host, allowing the execution of browser extensions within a mobile environment to provide custom functionality.

The project distinguishes itself through custom user interface modifications, such as the implementation of a specialized night mode and the relocation of the address bar for improved ergonomics. It also includes a remote debugging interface and protocol that allow an external developer console to connect to a live browser instance for inspecting and troubleshooting web pages.

The codebase covers a broad range of system capabilities, including an inter-process communication framework using IDL-based bindings and message pipes. It implements a graphical compositor and rasterizer that optimizes visual performance through layer-based composition and tiled content rasterization. Other core areas include media playback with support for protected content, remote tab casting, and the ability to run the browser headlessly in server environments.

Features

  • Mobile Browsers - A web browser for mobile platforms built on the Chromium engine with custom user interface and feature modifications.
  • Mobile Web Browsers - Building and customizing a web browser for mobile platforms by adapting a core engine and implementing platform layers.
  • Custom Browser Development - Provides a licensed codebase and guidelines for creating derivative mobile browsers based on a core platform.
  • Extension Hosts - A system for loading and executing browser extensions within a mobile environment to add custom functionality.
  • C++-to-JavaScript Type Mappings - Converts data between C++ and JavaScript using templatized routines and custom type specializations.
  • Browser - Connecting an external developer console to a mobile instance to inspect page content and troubleshoot code in real time.
  • Type-Safe Binding Generators - Produces language-specific code from an IDL to handle the serialization and deserialization of inter-process messages.
  • Script Execution Contexts - Runs JavaScript code within isolated script contexts, including support for a subset of the AMD module specification.
  • Damage-Event-Driven - Implements render loops that trigger partial screen redraws only for regions that reported damage.
  • Graphics Rendering Engines - A graphical compositor and rasterizer that manages layer trees and tiled content to optimize visual performance.
  • Media Decoders - Decodes and renders audio and video using a pipeline of demuxers, decoders, and output sinks.
  • Occlusion Culling - Optimizes rendering performance by skipping the drawing of content hidden behind other opaque elements.
  • Tiled Rasterization - Optimizes rendering performance by dividing layer content into independent tiles that are prioritized and scheduled for rasterization.
  • Visual Layer Composition - Renders visual frames using a tree of low-level layer objects and rasterizing recordings while optimizing via occlusion culling.
  • Browser Engine Porting - Adapts the Chromium rendering engine to run on mobile platforms by implementing necessary platform-specific layers.
  • Asynchronous Message Passing - Provides non-blocking communication channels to coordinate tasks between the main browser and renderer processes.
  • Inter-Process Communication Frameworks - A system of message pipes and IDL-based bindings for exchanging structured data between isolated browser processes.
  • Cross-Process Message Routing - Implements routing mechanisms that deliver messages between different OS processes, such as from the renderer to the browser.
  • Inter-Process Communication Interfaces - Facilitates bidirectional data and request exchange between distinct process types using a structured interface system.
  • Message Passing - Exchanges data and requests between isolated browser processes using structured interfaces and platform-agnostic primitives.
  • Inter-Process Shared Memory - Implements shared buffers and message pipes for low-level data exchange between threads and isolated processes.
  • Native Process Connection Primitives - Establishes process connections using host-platform primitives such as sockets and named pipes.
  • ECMAScript Engine Implementations - Runs JavaScript code by implementing the ECMAScript specification to process scripts within the browser.
  • Templated Type Dispatch - Maps JavaScript function calls to C++ member functions through templatized type conversion routines.
  • C++ Callback Bindings - Implements bidirectional communication by binding JavaScript functions to C++ callbacks through templatized conversion routines.
  • C Function Bindings - Exposes native C++ functions and member pointers to JavaScript for direct execution.
  • Garbage-Collector Bound Lifecycles - Binds C++ classes to a garbage collector so objects are automatically deleted when no longer referenced.
  • Language-Bound Lifecycles - Automatically manages C++ object deletion by binding their lifecycles to the JavaScript garbage collector.
  • Cross-Origin Security Policies - Represents and manages the origin of URLs to facilitate security decisions and cross-origin access control.
  • Multiplatform Code Sharing - Uses architectural patterns to share common logic across different operating systems and process types.
  • IDL-Based Binding Generators - Generates language-specific serialization and deserialization code from IDL files to enable structured cross-process communication.
  • Inter-Process Communication - Managing data exchange between separate processes using structured interfaces, message pipes, and serialization.
  • Browser Process Isolation - Implements a multi-process architecture that isolates the UI process from the rendering and GPU tasks.
  • Browser Extensibility - Implements a modular framework to load, manage, and execute browser extensions within a mobile host.
  • Browser Extension Hosts - Implementing a system to load, manage, and execute browser extensions within a mobile web environment.
  • Browser Extensions - Executes and manages browser extensions within a mobile environment to provide custom functionality.
  • Rendering Performance Optimizations - Improving visual performance by managing layer trees, rasterizing content tiles, and minimizing display damage.
  • Rendering Invalidation Tracking - Tracks changes to web content to determine the minimum area that must be rerasterized before the next frame.
  • Remote Debugging - Provides a remote debugging protocol to connect a desktop console to a mobile instance for real-time inspection.
  • Message Ordering Guarantees - Ensures strict communication sequencing by associating multiple interfaces with a single shared message pipe.
  • Interface-to-Implementation Bindings - Connects abstract service interfaces to concrete system implementations through a connector mapping.
  • Platform Abstraction Layers - Decouples reusable logic into components that map to specific operating system primitives for cross-platform compatibility.
  • Bottom Navigation Bars - Places the URL and search bar at the bottom of the screen for easier one-handed access.
  • Browser Interface Customizations - Modifying browser layout and themes, such as implementing night mode or relocating the address bar for better ergonomics.
  • Dark Mode Strategies - Implements a custom dark theme system for both the user interface and web content.
  • Embedded Browser Engines - Integrates core browser capabilities directly into C++ applications with customizable networking and message pumps.
  • Headless Browsers - Provides a headless browser mode for executing scripts and extracting metadata without a visible graphical interface.
  • Remote Browser Controllers - Allows driving browser actions and inspecting page content through a remote debugging interface or automation tools.
  • Remote Debugging Interfaces - Provides an interface for external developer consoles to connect to a live browser instance for inspecting page content.
  • Remote Debugging Tools - Connects an external desktop developer console to a live mobile browser instance for real-time inspection.
  • Media & Communication - Chromium-based browser with extension support.

Istoric stele

Graficul istoricului de stele pentru kiwibrowser/srcGraficul istoricului de stele pentru kiwibrowser/src

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face kiwibrowser/src?

This project is a Chromium-based mobile browser and rendering engine designed for mobile platforms. It functions as a web extension host, allowing the execution of browser extensions within a mobile environment to provide custom functionality.

Care sunt principalele funcționalități ale kiwibrowser/src?

Principalele funcționalități ale kiwibrowser/src sunt: Mobile Browsers, Mobile Web Browsers, Custom Browser Development, Extension Hosts, C++-to-JavaScript Type Mappings, Browser, Type-Safe Binding Generators, Script Execution Contexts.

Care sunt câteva alternative open-source pentru kiwibrowser/src?

Alternativele open-source pentru kiwibrowser/src includ: kiwibrowser/src.next — This project is a Chromium-based web browser and multi-process browser shell. It utilizes a sandboxed architecture to… weolar/miniblink49 — miniblink49 is a stripped-down Blink browser kernel and embedded web UI framework used to integrate HTML user… mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure… geniusvjr/learningnotes — LearningNotes is a technical knowledge base and engineering study guide focused on Android framework internals, system… jeremyliao/liveeventbus — LiveEventBus is an AndroidX communication library that provides a message bus for decoupled data transfer between… polybar/polybar — Polybar is a customizable X11 status bar and Linux desktop panel. It serves as a system information dashboard and…

Alternative open-source pentru Src

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Src.
  • kiwibrowser/src.nextAvatar kiwibrowser

    kiwibrowser/src.next

    3,520Vezi pe GitHub↗

    This project is a Chromium-based web browser and multi-process browser shell. It utilizes a sandboxed architecture to isolate the rendering engine from the browser shell and manages web page rendering through GPU acceleration. The system includes a browser extension host and framework designed to execute third-party add-ons by managing their bindings, events, and feature sets. It also incorporates a web platform performance suite that uses synthetic microbenchmarks to measure the latency and throughput of low-level system primitives. The browser maintains security boundaries via filtered int

    C++
    Vezi pe GitHub↗3,520
  • weolar/miniblink49Avatar weolar

    weolar/miniblink49

    7,820Vezi pe 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

    C++blinkchromiumelectron
    Vezi pe GitHub↗7,820
  • mozilla-firefox/firefoxAvatar mozilla-firefox

    mozilla-firefox/firefox

    11,305Vezi pe GitHub↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    JavaScript
    Vezi pe GitHub↗11,305
  • geniusvjr/learningnotesAvatar GeniusVJR

    GeniusVJR/LearningNotes

    13,145Vezi pe GitHub↗

    LearningNotes is a technical knowledge base and engineering study guide focused on Android framework internals, system architecture, and mobile performance optimization. It serves as a reference for analyzing the Android boot sequence, process bootstrapping, and system service initialization. The project provides detailed guides on mobile performance, including strategies for reducing memory footprints, identifying memory leaks, and optimizing image decoding. It further covers Android inter-process communication using AIDL and the Binder kernel driver, as well as software architecture manuals

    Vezi pe GitHub↗13,145
Vezi toate cele 30 alternative pentru Src→