awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

Awesome GitHub RepositoriesCross-Platform Development

Frameworks for deploying applications across multiple platforms.

Explore 11 awesome GitHub repositories matching part of an awesome list · Cross-Platform Development. Refine with filters or upvote what's useful.

Awesome Cross-Platform Development GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/react-nativeAvatar von facebook

    facebook/react-native

    126,019Auf GitHub ansehen↗

    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

    Framework for native apps using React.

    C++androidapp-frameworkcross-platform
    Auf GitHub ansehen↗126,019
  • electron/electronAvatar von electron

    electron/electron

    121,727Auf GitHub ansehen↗

    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

    Framework for desktop apps using web technologies.

    C++c-plus-pluschromecss
    Auf GitHub ansehen↗121,727
  • tauri-apps/tauriAvatar von tauri-apps

    tauri-apps/tauri

    107,946Auf GitHub ansehen↗

    Tauri is a cross-platform framework for building desktop applications that combine web-based user interfaces with a memory-safe systems-language backend. It functions as a secure runtime that hosts web content within native windowing containers, allowing developers to leverage existing web technologies while maintaining high-performance native logic. By compiling applications into small-footprint, platform-specific binaries, the framework avoids bundling heavy runtime environments, resulting in lightweight executables. The project distinguishes itself through a capability-based security model

    Secure desktop application framework.

    Rustdesktop-apphigh-performancemobile-app
    Auf GitHub ansehen↗107,946
  • nwjs/nw.jsAvatar von nwjs

    nwjs/nw.js

    41,183Auf GitHub ansehen↗

    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

    Desktop app framework using web technologies.

    JavaScriptdesktopjavascriptnode-webkit
    Auf GitHub ansehen↗41,183
  • dotnet/aspnetcoreAvatar von dotnet

    dotnet/aspnetcore

    38,143Auf GitHub ansehen↗

    This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine

    Technology for running C# in the browser via WebAssembly.

    C#aspnetcoredotnethacktoberfest
    Auf GitHub ansehen↗38,143
  • ionic-team/capacitorAvatar von ionic-team

    ionic-team/capacitor

    15,054Auf GitHub ansehen↗

    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

    Native runtime for web applications.

    TypeScriptandroidcapacitorcordova
    Auf GitHub ansehen↗15,054
  • mono/monoAvatar von mono

    mono/mono

    11,449Auf GitHub ansehen↗

    Mono is an open source implementation of the .NET Framework that provides a managed execution environment, base class libraries, and a cross-platform virtual machine. It serves as a compliant implementation of the ECMA Common Language Infrastructure standard, enabling the execution of intermediate language binaries across different operating systems. The project includes a complete toolset for C# development, featuring a command line compiler and CLI to transform source code into executable assemblies. It distinguishes itself with a flexible managed memory system that supports multiple automa

    Open source .NET implementation.

    C#androidcsharpdotnet
    Auf GitHub ansehen↗11,449
  • phoboslab/ejectaAvatar von phoboslab

    phoboslab/Ejecta

    2,808Auf GitHub ansehen↗

    Ejecta is a fast, open source JavaScript, Canvas & Audio implementation for iOS (iPhone, iPod Touch, iPad) and tvOS (Apple TV). Think of it as a Browser that can only display a Canvas element.

    Canvas and audio implementation for iOS.

    Objective-C
    Auf GitHub ansehen↗2,808
  • windowjs/windowjsAvatar von windowjs

    windowjs/windowjs

    2,262Auf GitHub ansehen↗

    Window.js is an open-source Javascript runtime for desktop graphics programming.

    JavaScript runtime for desktop graphics.

    JavaScript
    Auf GitHub ansehen↗2,262
  • haxefoundation/hashlinkAvatar von HaxeFoundation

    HaxeFoundation/hashlink

    888Auf GitHub ansehen↗

    HashLink is distributed with some graphics libraries allowing to develop various applications, you can manually disable the libraries you want to compile in Makefile. Here's the dependencies that you install in order to compile all the libraries:

    Virtual machine for Haxe.

    C
    Auf GitHub ansehen↗888
  • tootallnate/nx.jsAvatar von TooTallNate

    TooTallNate/nx.js

    249Auf GitHub ansehen↗

    nx.js is a framework that enables the development of Nintendo Switch homebrew applications using JavaScript. Powered by the QuickJSQuickJS engine, nx.js provides a streamlined environment for writing homebrew applications for the Nintendo Switch console.

    JavaScript runtime for Nintendo Switch.

    TypeScript
    Auf GitHub ansehen↗249
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Cross-Platform Development