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
·

6 repositorios

Awesome GitHub RepositoriesNative Access Libraries

Libraries that provide a high-level interface for calling native shared libraries from a managed language.

Distinct from Native Library Wrappers: This is the identity of the library as a provider of native access, not a general utility or wrapper.

Explore 6 awesome GitHub repositories matching programming languages & runtimes · Native Access Libraries. Refine with filters or upvote what's useful.

Awesome Native Access Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • flutter-team-archive/pluginsAvatar de flutter-team-archive

    flutter-team-archive/plugins

    17,710Ver en GitHub↗

    This project is a collection of official plugin packages and a native integration library designed to provide a consistent interface for accessing hardware and software functionality across different mobile and desktop platforms. It serves as a native platform bridge, enabling cross-platform applications to invoke native code and manage operating system dependencies. The project utilizes a federated plugin architecture, splitting plugins into common interfaces and separate platform implementations to allow for independent development and extension. It further supports native integration throu

    Provides high-level interfaces for calling native shared libraries and accessing platform-specific implementations.

    Dartandroiddartflutter
    Ver en GitHub↗17,710
  • java-native-access/jnaAvatar de java-native-access

    java-native-access/jna

    8,916Ver en GitHub↗

    JNA is a foreign function interface and native memory mapper that allows Java applications to call functions in shared native libraries without writing custom JNI wrapper code. It serves as a JNI alternative framework for invoking C functions and mapping native data structures using high-level interfaces. The library distinguishes itself through its ability to translate Java objects and primitives into C-style structs, unions, and pointers for cross-platform memory exchange. On Windows, it provides a dedicated toolkit for interacting with Component Object Model objects using both early and la

    Serves as a comprehensive library for calling native shared libraries from Java without custom JNI glue code.

    Java
    Ver en GitHub↗8,916
  • apache/tomcatAvatar de apache

    apache/tomcat

    8,186Ver en GitHub↗

    Apache Tomcat is an open-source implementation of the Jakarta Servlet, Pages, Expression Language, and WebSocket specifications, serving as a container for running Java web applications. It provides a modular architecture with a servlet container, connector abstraction for multiple I/O models, and a pipeline-based request processing system that handles cross-cutting concerns through composable components. The server supports container-managed security with configurable realms for authentication against JDBC, LDAP, or memory-based credential stores, and offers TLS encryption with optional Open

    Leverages the Apache Portable Runtime for native I/O and OpenSSL-based TLS acceleration.

    Javahttpjavajavaee
    Ver en GitHub↗8,186
  • oshi/oshiAvatar de oshi

    oshi/oshi

    5,183Ver en GitHub↗

    OSHI is a Java system information library and cross-platform hardware monitor used to extract real-time performance data and specifications from processors, memory, disks, network interfaces, and system firmware. It serves as an operating system metadata provider, querying system boot times, uptime, and detailed version information across various desktop and server distributions. The library integrates with observability pipelines by exporting system and process metrics to external monitoring backends using the Micrometer standard. It also supports connecting to vendor libraries to extract ad

    Uses JNA to map Java interfaces to native C libraries for accessing operating system APIs.

    Javacpu-usagedisk-utilizationhacktoberfest
    Ver en GitHub↗5,183
  • scisharp/llamasharpAvatar de SciSharp

    SciSharp/LLamaSharp

    3,714Ver en GitHub↗

    LLamaSharp is a .NET LLM inference library and local runtime that enables the execution of large language models on CPU and GPU hardware. It serves as a multimodal AI library capable of processing both text and image inputs to generate analytical textual responses without relying on external APIs. The project distinguishes itself as a grammar-based text generator that enforces specific output formats, such as JSON, through constrained sampling pipelines. It also functions as a retrieval augmented generation framework integration, allowing the combination of local inference with external data

    Specifies the path or selection strategy for native binaries to ensure compatibility with hardware-specific optimizations.

    C#
    Ver en GitHub↗3,714
  • dart-lang/httpAvatar de dart-lang

    dart-lang/http

    1,098Ver en GitHub↗

    This library provides a unified, cross-platform interface for executing HTTP requests and managing network communication in Dart applications. It functions as a composable client library that automatically resolves platform-specific network implementations, ensuring consistent behavior across mobile, desktop, and web environments. The library distinguishes itself through a modular architecture that supports swappable transport layers and middleware, allowing developers to inject custom logic for logging, caching, or retries. It includes built-in support for resilient communication, such as co

    Enables direct interaction with platform-specific network loading APIs to perform low-level data transfers and manage system resources.

    Dartdartflutterhttp
    Ver en GitHub↗1,098
  1. Home
  2. Programming Languages & Runtimes
  3. Native Access Libraries

Explorar subetiquetas

  • APR-Based Native LibrariesLeverages the Apache Portable Runtime for native I/O and OpenSSL-based TLS acceleration. **Distinct from Native Access Libraries:** Distinct from Native Access Libraries: focuses on the Apache Portable Runtime specifically for web server I/O, not general native library access.
  • Native Binary Selection StrategiesLogic for selecting and configuring the paths of native libraries to enable hardware optimizations. **Distinct from Native Access Libraries:** Focuses on the selection strategy and pathing for optimized binaries rather than providing the high-level interface itself.