awesome-repositories.com
Blog
MCP
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
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

74 dépôts

Awesome GitHub RepositoriesNative Interoperability Bindings

Mechanisms for bridging high-level code with native system APIs, binary libraries, and platform-specific UI components.

Explore 74 awesome GitHub repositories matching operating systems & systems programming · Native Interoperability Bindings. Refine with filters or upvote what's useful.

Awesome Native Interoperability Bindings 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.
  • facebook/react-nativeAvatar de facebook

    facebook/react-native

    126,019Voir sur GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    Displays native platform-specific components to maintain a consistent look and feel within the host operating system.

    C++androidapp-frameworkcross-platform
    Voir sur GitHub↗126,019
  • atom/electronAvatar de atom

    atom/electron

    121,778Voir sur GitHub↗

    Electron is a framework for building native desktop applications using JavaScript, HTML, and CSS. It functions as a cross-platform desktop runtime that combines the Chromium engine with Node.js to enable web technologies to run as standalone applications on Windows, macOS, and Linux. The project serves as a desktop integration layer that allows web-based user interfaces to access low-level operating system APIs. By bridging the Chromium rendering engine with a Node.js environment, it enables a single codebase to be deployed as a native executable across different desktop operating systems. T

    Provides a native bridge that exposes system-level C++ capabilities to the JavaScript layer.

    C++
    Voir sur GitHub↗121,778
  • electron/electronAvatar de electron

    electron/electron

    121,727Voir sur GitHub↗

    This framework provides a multi-process architecture for building desktop applications using web technologies. It manages the application lifecycle, window states, and system-level integrations through a primary entry point, while isolating web content in separate rendering processes to maintain stability and security. A secure bridge mechanism facilitates communication between these isolated contexts and the main process, ensuring that privileged system APIs remain protected. The framework distinguishes itself through a comprehensive security model that includes process sandboxing, content p

    Integrates precompiled native binaries to simplify module deployment and avoid manual compilation steps.

    C++c-plus-pluschromecss
    Voir sur GitHub↗121,727
  • oven-sh/bunAvatar de oven-sh

    oven-sh/bun

    93,257Voir sur GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Provides direct access to low-level operating system APIs and native file system operations for high-performance system tasks.

    Rustbunbundlerjavascript
    Voir sur GitHub↗93,257
  • lhc70000/iinaAvatar de lhc70000

    lhc70000/iina

    45,244Voir sur GitHub↗

    IINA is a high-performance media player for macOS built on the mpv engine. It serves as a video player with broad codec support and a web media streamer that uses plugins to stream and download online video content for local playback. The application features a customizable multimedia interface with flexible themes and layouts tailored for the macOS desktop. It integrates a JavaScript scripting engine and a plugin system to extend player functionality and parse media URLs from the web. Core capabilities include multimedia playback with support for subtitles and playlists, as well as a pictur

    Utilizes native macOS API bridges to implement a high-performance Swift-based user interface.

    Swift
    Voir sur GitHub↗45,244
  • dcloudio/uni-appAvatar de dcloudio

    dcloudio/uni-app

    41,549Voir sur GitHub↗

    uni-app is a cross-platform framework for building mobile and web applications from a single Vue.js codebase. It provides a multi-platform app compiler and a cross-platform UI library to ensure consistent behavior and visual presentation across different operating systems. The project features a native API bridge and a universal plugin system that wrap native SDKs into a unified interface, allowing developers to access device hardware and operating system functions. It utilizes a specialized rendering engine and native performance compilation to bypass standard document overhead and achieve h

    Provides a bridge mechanism for invoking native platform methods and hardware capabilities directly from JavaScript code.

    Objective-Candroidcross-platformcrossplatform
    Voir sur GitHub↗41,549
  • nwjs/nw.jsAvatar de nwjs

    nwjs/nw.js

    41,183Voir sur GitHub↗

    nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build standalone software for Windows, macOS, and Linux. It serves as a cross-platform desktop runtime that allows developers to create native executables using web technologies. The project is distinguished by its integration layer that exposes Node.js system APIs and modules directly to the browser window and web worker contexts. It functions as a native module bridge, enabling the compilation and execution of low-level C++ system code and native addons within a web-based applica

    Functions as a bridge for invoking native platform methods and hardware capabilities directly from JavaScript.

    JavaScriptdesktopjavascriptnode-webkit
    Voir sur GitHub↗41,183
  • fyne-io/fyneAvatar de fyne-io

    fyne-io/fyne

    27,941Voir sur GitHub↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Executes custom logic within the host operating system context to access low-level platform APIs and native pointers.

    Goandroidcross-platformfyne
    Voir sur GitHub↗27,941
  • nativescript/nativescriptAvatar de NativeScript

    NativeScript/NativeScript

    25,446Voir sur GitHub↗

    NativeScript is a cross-platform mobile development framework that enables the creation of native iOS and Android applications using JavaScript or TypeScript. It provides a direct bridge to native platform APIs, allowing developers to invoke native classes, methods, and properties directly from script code while maintaining full access to underlying mobile operating system features. The framework distinguishes itself through its direct native UI rendering, which maps declarative markup components to actual platform-native widgets rather than web-based views. This architecture is supported by

    Bridges script code with native operating system features to invoke platform-specific methods and hardware capabilities.

    TypeScriptandroidangularcapacitor
    Voir sur GitHub↗25,446
  • dotnet/mauiAvatar de dotnet

    dotnet/maui

    23,181Voir sur GitHub↗

    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

    Enables invocation of specific operating system features and native libraries directly from shared code.

    C#androiddesktopdotnet
    Voir sur GitHub↗23,181
  • wavetermdev/wavetermAvatar de wavetermdev

    wavetermdev/waveterm

    21,297Voir sur GitHub↗

    WaveTerm is a cross-platform terminal emulator that integrates artificial intelligence, graphical widgets, and remote session management into a unified, block-based workspace. By rendering the interface through a web-based engine, it allows users to organize their development environment into a grid of resizable, independent blocks that can host shells, interactive web content, and system monitoring tools. The platform distinguishes itself by embedding intelligent models directly into the command-line interface, enabling automated code generation, terminal output analysis, and multimodal file

    Secures sensitive API keys and credentials by delegating storage to the operating system's native encrypted keychain.

    Gocommand-linedeveloper-toolslinux
    Voir sur GitHub↗21,297
  • meituan-dianping/mpvueAvatar de Meituan-Dianping

    Meituan-Dianping/mpvue

    20,345Voir sur GitHub↗

    This project is a development framework that enables the creation of cross-platform mobile mini programs using the component-based architecture and reactive data binding of Vue.js. It functions as a build system that transforms web-oriented component code into native-compatible templates and logic, allowing developers to build modular user interfaces that run within restricted mobile environments. The framework distinguishes itself through a sophisticated build pipeline that deconstructs single-file components into platform-specific templates, logic, and style files. It employs compile-time t

    Wraps platform-specific UI components to enable their use within the application while maintaining standard binding syntax.

    JavaScriptminimpvuevue
    Voir sur GitHub↗20,345
  • crystal-lang/crystalAvatar de crystal-lang

    crystal-lang/crystal

    20,299Voir sur GitHub↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Exposes declared library functions to the macro system, allowing for programmatic analysis and generation of code.

    Crystalcompilercrystalcrystal-language
    Voir sur GitHub↗20,299
  • flutter/samplesAvatar de flutter

    flutter/samples

    19,172Voir sur GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    Shows how to integrate a compiled binary as a prebuilt library into a native application.

    Dart
    Voir sur GitHub↗19,172
  • oblador/react-native-vector-iconsAvatar de oblador

    oblador/react-native-vector-icons

    17,882Voir sur GitHub↗

    This project is a cross-platform mobile icon library and renderer that provides scalable vector icon components for mobile and web applications. It functions as a vector font integration tool, utilizing a rendering layer that maps vector fonts to mobile components and web CSS to ensure consistent iconography across different platforms. The library includes a configuration-driven pipeline to convert SVG files and CSS stylesheets into usable icon font packages. It supports the integration of proprietary font files and glyph maps, allowing for the use of brand-specific iconography through custom

    Connects font files to the host operating system via build-time plugins to ensure system-level availability of iconography.

    TypeScripticonicon-packreact-native
    Voir sur GitHub↗17,882
  • snapchat/valdiAvatar de Snapchat

    Snapchat/Valdi

    16,380Voir sur GitHub↗

    Valdi is a cross-platform native UI framework that compiles declarative TypeScript code into native platform views. It functions as a declarative UI engine and multi-platform frontend toolchain designed to achieve high performance by avoiding web views. The framework features a native bridge binding tool that generates type-safe bindings between TypeScript and native languages, allowing direct access to platform APIs. It supports a hot-reload development workflow, enabling real-time updates to the user interface across platforms without requiring full project recompilation. The system includ

    Connects custom native view factories and attribute bindings to implement specialized platform functionality.

    C++androidcross-platformios
    Voir sur GitHub↗16,380
  • swiftlang/swift-evolutionAvatar de swiftlang

    swiftlang/swift-evolution

    15,854Voir sur GitHub↗

    Swift Evolution serves as the central governance and design platform for the Swift programming language. It provides a structured, collaborative framework for tracking, discussing, and managing the formal proposals and technical goals that define the language's syntax, semantics, and core features. By maintaining a comprehensive collection of design documentation, the project ensures the long-term stability and consistency of the language as it matures. The repository acts as the primary hub for the language's evolution, coordinating community feedback and technical decisions through a transp

    Exposes native language types like strings and arrays to external codebases with familiar interfaces.

    Markdown
    Voir sur GitHub↗15,854
  • neovide/neovideAvatar de neovide

    neovide/neovide

    15,076Voir sur GitHub↗

    Neovide is a cross-platform graphical frontend for the Neovim text editor. It provides a native windowed interface that preserves terminal-based functionality and keyboard-driven workflows while introducing a hardware-accelerated display layer. By utilizing GPU-accelerated rendering, the application ensures high-performance visual output across different desktop operating systems. The project distinguishes itself through an interpolated animation engine that provides fluid, frame-by-frame transitions for cursor movement and scrolling. It features an asynchronous input event loop to maintain i

    Integrates with native operating system features like context menus and system shortcuts.

    Rustgpuneovimneovim-guis
    Voir sur GitHub↗15,076
  • ionic-team/capacitorAvatar de ionic-team

    ionic-team/capacitor

    15,054Voir sur GitHub↗

    Capacitor is a cross-platform mobile framework that enables developers to build native applications using web technologies. It functions as a hybrid app container, wrapping web assets within a native runtime that provides a standardized bridge to device hardware and system-level services. By exposing native functionality through a plugin-based architecture, it allows web applications to access platform-specific features while maintaining a consistent interface across mobile and desktop environments. The project distinguishes itself by maintaining native project files as source assets, allowin

    Invokes platform-specific hardware and software features through a standardized interface.

    TypeScriptandroidcapacitorcordova
    Voir sur GitHub↗15,054
  • glfw/glfwAvatar de glfw

    glfw/glfw

    14,716Voir sur GitHub↗

    This project is a cross-platform library designed for desktop application development, providing a unified interface for window management, input handling, and hardware-accelerated graphics. It serves as a foundational framework that abstracts platform-specific windowing protocols and graphics APIs, enabling developers to create interactive software that functions consistently across Windows, macOS, and Linux. The library distinguishes itself by providing deep integration with low-level graphics APIs, specifically OpenGL and Vulkan. It manages the complexities of graphics context initializati

    Bridges platform-specific windowing systems with low-level graphics APIs like OpenGL and Vulkan.

    Cclinuxmacos
    Voir sur GitHub↗14,716
Préc.123…4Suivant
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. Native Interoperability Bindings

Explorer les sous-tags

  • Binding Inspection2 sous-tagsExposing native library bindings to the macro system for programmatic analysis. **Distinct from Native Interoperability Bindings:** Distinct from general bindings: focuses on the introspection of bindings for code generation.
  • Native System Integrations6 sous-tagsInterfaces for interacting with low-level operating system APIs, native libraries, and local file systems.
  • Native UI BindingsBindings that allow applications to display and interact with native platform-specific user interface components.
  • Prebuilt Binary ManagersSystems that manage precompiled native binaries to simplify module integration and avoid manual compilation.