awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Native Interoperability Bindings · Awesome GitHub Repositories

4 repos

Awesome GitHub RepositoriesNative Interoperability Bindings

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

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

  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. System Programming Primitives
  5. System Abstractions
  6. Native Interoperability Bindings

Awesome Native Interoperability Bindings GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • flutter/flutter

    flutter/flutter

    175,261GitHubView on GitHub↗

    This project is a multi-platform UI framework designed for building applications that target mobile, web, and desktop environments from a single codebase. It utilizes a declarative paradigm where the user interface is defined as a function of application state, supported by a layered architecture that includes a high-p

    Dartandroidapp-frameworkcross-platform
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on 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.

    C++androidapp-frameworkcross-platform
  • electron/electron

    electron/electron

    120,164GitHubView on 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.

    C++c-plus-pluschromecss
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on 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

    Zigbunbundlerjavascript

Explore sub-tags

  • Foreign Function InterfacesMechanisms that enable high-performance interoperability by binding application code to native libraries written in languages like C or C++.
  • Native System IntegrationsInterfaces 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 Managers
Systems that manage precompiled native binaries to simplify module integration and avoid manual compilation.