awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Mobile development

Ranking updated Jun 23, 2026

For Mobile development, the strongest matches are facebook/react-native (This project is a cross-platform mobile framework that enables), twbs/ratchet (Ratchet is a web-based mobile UI framework and component-based) and expo/expo (Expo is a universal mobile framework designed to build). thoughtbot/guides and bilibili/ijkplayer round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore open-source frameworks, libraries, and tools for building cross-platform and native mobile applications.

Mobile development

Find the best repos with AI.We'll search the best matching repositories with AI.
  • facebook/react-nativefacebook avatar

    facebook/react-native

    126,019View 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. 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

    C++App FrameworksMobile Development FrameworksAsynchronous Bridge Communications
    View on GitHub↗126,019
  • twbs/ratchettwbs avatar

    twbs/ratchet

    14,675View on GitHub↗

    Ratchet is a web-based mobile UI framework and component-based library designed to create responsive mobile application interfaces. It provides a CSS mobile layout system that allows for the development of application frontends using standard web technologies. The framework focuses on mobile app interface design and rapid prototyping, utilizing pre-styled visual elements to ensure consistent styling across various screen sizes and resolutions. The system employs a CSS-only approach to define interactive states and layouts, incorporating a grid-based responsive layout and utility-first styles

    CSSMobile Component LibrariesWeb-Based ImplementationsCSS Layout Systems
    View on GitHub↗14,675
  • expo/expoexpo avatar

    expo/expo

    50,111View on GitHub↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    TypeScriptCross-Platform FrameworksCloud Build ServicesMobile CI/CD Pipelines
    View on GitHub↗50,111
  • thoughtbot/guidesthoughtbot avatar

    thoughtbot/guides

    9,556View on GitHub↗

    This project is a software engineering style guide and a curated collection of architectural patterns and coding standards. It provides a multi-language coding standard to ensure maintainable software across Ruby, Python, JavaScript, and Swift. The project establishes a development workflow specification for version control, continuous integration, and peer review to maintain a linear project history. It also includes a web accessibility framework based on ARIA and WCAG standards, using design tokens and semantic HTML patterns to build inclusive interfaces. The guides cover a broad range of

    RubyCoding StandardsEngineering Best PracticesGuide Architectures
    View on GitHub↗9,556
  • bilibili/ijkplayerbilibili avatar

    bilibili/ijkplayer

    33,165View on GitHub↗

    Ijkplayer is a cross-platform media playback engine designed to provide consistent audio and video rendering across mobile devices. Built upon established open-source multimedia frameworks, it functions as a unified engine that leverages hardware-accelerated decoding to process diverse media formats. The project distinguishes itself by providing a comprehensive toolchain for compiling and configuring low-level media source code into native binary libraries. This allows developers to integrate high-performance playback directly into mobile applications, utilizing a pluggable output architectur

    CMedia PlayersCross-Platform Media FrameworksMedia Decoders
    View on GitHub↗33,165
  • infinitered/igniteinfinitered avatar

    infinitered/ignite

    19,842View on GitHub↗

    Ignite is a command-line interface tool and project boilerplate for standardized cross-platform mobile application development. It provides a pre-configured foundation that includes a mobile app UI framework and a set of scaffolds to ensure architectural consistency across projects. The project distinguishes itself through a dedicated CLI for generating standardized components and models, as well as a mechanism for upgrading project boilerplates and dependencies. It further supports development through a curated collection of shared code recipes for common implementation tasks. The capabilit

    TypeScriptProject BoilerplatesProject ScaffoldingApplication Themes
    View on GitHub↗19,842
  • barry-ran/qtscrcpybarry-ran avatar

    barry-ran/QtScrcpy

    29,883View on GitHub↗

    QtScrcpy is a cross-platform desktop application designed for mirroring and controlling Android devices. It functions as a high-performance client that captures mobile display output and streams it to a computer monitor, enabling real-time interaction through a persistent connection. The application distinguishes itself by supporting the simultaneous management of multiple mobile devices from a single interface, allowing for batch operations and synchronized inputs. Users can map standard desktop mouse and keyboard actions to mobile touch events using custom scripts, facilitating efficient na

    C++Mobile Screen SharingStreaming and BroadcastingCross-Platform Development
    View on GitHub↗29,883
  • danielsogl/awesome-cordova-pluginsdanielsogl avatar

    danielsogl/awesome-cordova-plugins

    2,450View on GitHub↗

    This project provides a collection of type-safe wrappers designed to bridge web-based applications with native mobile hardware and system services. It functions as a cross-platform framework that normalizes disparate native plugin behaviors into a unified interface, allowing developers to access device sensors and system capabilities consistently across multiple mobile operating systems. The framework distinguishes itself by wrapping asynchronous native callbacks into reactive streams, simplifying the management of continuous hardware events and data updates. It includes robust mocking capabi

    TypeScriptNative Plugin WrappersCross-Platform Abstraction LayersDevice & Hardware SDKs
    View on GitHub↗2,450
  • dkhamsing/open-source-ios-appsdkhamsing avatar

    dkhamsing/open-source-ios-apps

    50,744View on GitHub↗

    This project is a comprehensive directory of open-source iOS applications designed to serve as a technical reference for developers and learners. It functions as a curated index of mobile software, categorizing projects by their functionality, implementation language, and architectural design to provide a clear view of how professional applications are structured. The repository distinguishes itself by offering a deep dive into mobile app architecture, allowing users to study real-world codebases that utilize patterns such as Model-View-ViewModel, VIPER, and Clean Architecture. It highlights

    Awesome ListMobile Architecture PatternsWidget Frameworks
    View on GitHub↗50,744
  • allenwong/30daysofswiftallenwong avatar

    allenwong/30DaysofSwift

    11,490View on GitHub↗

    30DaysofSwift is a structured educational curriculum designed to teach native mobile application development for Apple devices. It provides a collection of practical coding exercises that guide learners through the implementation of core iOS frameworks and the Swift programming language. The project focuses on mastering standard mobile design patterns and system integration tasks. It covers the creation of interactive interface components, the application of motion and transitions to user interfaces, and the management of local data persistence. Additionally, the curriculum includes exercises

    SwiftiOS DevelopmentMobile DevelopmentSwift Programming Guides
    View on GitHub↗11,490
  • react-navigation/react-navigationreact-navigation avatar

    react-navigation/react-navigation

    24,405View on GitHub↗
    TypeScriptNavigatorsRoutingState & Lifecycle
    View on GitHub↗24,405
  • material-components/material-components-androidmaterial-components avatar

    material-components/material-components-android

    17,164View on GitHub↗

    This project is a native Android widget toolkit that provides a collection of standardized interface elements for mobile application development. It serves as a comprehensive implementation of the Material Design language, offering ready-to-use widgets and layouts designed to ensure consistent visual and interactive patterns across an application. The library distinguishes itself by integrating directly with the platform view system, allowing developers to maintain a uniform look and feel across different screens. It utilizes a centralized theme object to resolve visual properties and support

    JavaAndroid UI ComponentsMaterial Design ComponentsMaterial Design Libraries
    View on GitHub↗17,164
  • genymobile/scrcpyGenymobile avatar

    Genymobile/scrcpy

    143,637View on GitHub↗

    This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile device. The tool distinguishes itself by injecting a lightweight binary into the mobile runtime to access system-level APIs for direct screen buffer capture and input event injection. By translating desktop mouse and keyboard signals into native Linux kernel events, it enables r

    CAndroid Remote Control InterfacesBinary Media StreamsCross-Platform
    View on GitHub↗143,637
  • faridsafi/react-native-gifted-chatFaridSafi avatar

    FaridSafi/react-native-gifted-chat

    14,426View on GitHub↗

    This project is a cross-platform UI library for React Native designed to build messaging interfaces. It provides a comprehensive set of specialized components, including message bubbles, input toolbars, and layout containers, to facilitate the development of chat applications on iOS and Android. The library distinguishes itself through a highly flexible configuration interface that allows developers to override default elements and styling to meet specific branding requirements. It includes built-in support for complex interaction patterns such as swipe-to-reply gestures, quick-reply buttons,

    TypeScriptReact Native UI LibrariesMobile Messaging InterfacesReact Native Components
    View on GitHub↗14,426
  • lynx-family/lynxlynx-family avatar

    lynx-family/lynx

    14,464View on GitHub↗

    Lynx is a cross-platform mobile framework designed to build applications using web technologies that render as native components. It functions as a native UI rendering engine, translating web-based layout and styling instructions into platform-specific views to ensure efficient performance and minimize layout recalculations. The framework utilizes a multi-threaded rendering pipeline that separates application logic from the UI thread, supported by incremental reconciliation to update only changed view elements. It employs just-in-time bytecode execution to optimize JavaScript performance and

    C++Cross-Platform FrameworksMobile DevelopmentMobile Application Development
    View on GitHub↗14,464
  • localsend/localsendlocalsend avatar

    localsend/localsend

    83,448View on GitHub↗

    LocalSend is a cross-platform utility designed for secure, peer-to-peer file transfers between devices on the same local network. By establishing direct, encrypted communication channels, the application enables users to share files without relying on external servers, cloud storage, or active internet connectivity. The project distinguishes itself through a unified codebase that supports native-looking interfaces across desktop and mobile operating systems. It utilizes automated peer discovery to identify available devices on a subnet and employs end-to-end encryption to ensure data integrit

    DartCross-Platform UI FrameworksFile Transfer UtilitiesLocal Peer-to-Peer
    View on GitHub↗83,448
  • marcobiedermann/search-engine-optimizationmarcobiedermann avatar

    marcobiedermann/search-engine-optimization

    2,737View on GitHub↗

    This project serves as a comprehensive technical guide and reference for implementing search engine optimization strategies. It provides a structured framework for managing website architecture, metadata, and content presentation to improve organic search discoverability and indexing performance. The resource distinguishes itself by offering a standardized checklist of best practices that cover both high-level strategy and granular technical execution. It emphasizes the importance of semantic markup, logical URL structures, and structured data implementation to ensure search engines can accur

    Page Metadata OverridesSearch Engine OptimizationTechnical SEO Auditing
    View on GitHub↗2,737
  • hammerjs/hammer.jshammerjs avatar

    hammerjs/hammer.js

    24,356View on GitHub↗

    Hammer.js is a library for recognizing touch gestures in web applications. It functions as a unified interface that translates raw pointer, mouse, and touch inputs into a consistent stream of interaction data, allowing developers to detect patterns such as taps, swipes, and pans across different browsers and hardware. The library distinguishes itself through a modular architecture that uses configurable logic blocks to evaluate input streams against specific mathematical thresholds. It maintains an internal registry of active touch points to track complex multi-finger movements like pinching

    JavaScriptTouch Gesture Recognition LibrariesTouch Gesture DetectorsInput Normalization Utilities
    View on GitHub↗24,356
  • ionic-team/capacitorionic-team avatar

    ionic-team/capacitor

    15,054View on 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

    TypeScriptCross-Platform Deployment TargetsCross-Platform Development FrameworksCross-Platform Frameworks
    View on GitHub↗15,054
  • lencx/chatgptlencx avatar

    lencx/ChatGPT

    54,388View on GitHub↗

    This project is a cross-platform desktop application that wraps web-based interfaces into a standalone, native container. By utilizing a webview-based rendering engine, it allows users to access web services as local applications on Windows, macOS, and Linux without requiring a full browser installation. The application is built on a memory-safe backend that manages system-level tasks and facilitates secure communication between the web frontend and the native operating system. This architecture enables features such as system-tray integration for background execution and quick access, provid

    RustWebView Rendering EnginesWebview-BasedCross-Platform Desktop Development
    View on GitHub↗54,388
  • pipecat-ai/pipecatpipecat-ai avatar

    pipecat-ai/pipecat

    12,846View on GitHub↗

    Pipecat is a framework and software development kit for building real-time multimodal AI agents and speech-to-speech systems. It utilizes a frame-based data pipeline to route audio, video, and text through a modular sequence of processors, enabling the orchestration of low-latency conversational AI. The project is distinguished by its ability to coordinate complex multimodal services, including speech-to-text, language models, and text-to-speech, within a single pipeline. It features semantic voice activity detection for natural turn-taking, state-machine conversation flows for dialogue manag

    PythonData Flow OrchestratorsMultimodal AI OrchestratorsMultimodal Service Orchestration
    View on GitHub↗12,846
  • responsively-org/responsively-appresponsively-org avatar

    responsively-org/responsively-app

    24,991View on GitHub↗

    This application is a specialized web browser designed to streamline responsive design testing by rendering multiple viewport configurations simultaneously. It functions as a cross-platform testing suite that allows developers to preview and interact with web content across diverse mobile, tablet, and desktop device profiles within a single workspace. The tool distinguishes itself by synchronizing user interactions and application state across all active browser instances. When a user navigates, scrolls, or clicks in one view, these events are broadcast to every other open viewport to ensure

    TypeScriptResponsive Testing ToolsTesting FrameworksJavaScript Runtimes
    View on GitHub↗24,991
  • terrakok/kmp-awesometerrakok avatar

    terrakok/kmp-awesome

    5,785View on GitHub↗

    KMP-Awesome is a curated directory and resource index for the Kotlin Multiplatform ecosystem. It serves as a centralized hub for developers to discover libraries, frameworks, and tools designed to streamline the creation of shared codebases for mobile, desktop, and web applications. The project distinguishes itself by organizing a comprehensive collection of solutions that address the core challenges of cross-platform development. It highlights resources for implementing shared business logic, declarative user interface components, and type-safe data persistence layers. By providing a structu

    Awesome ListKotlin LibrariesLibrary Discovery Tools
    View on GitHub↗5,785
  • tw93/paketw93 avatar

    tw93/Pake

    50,531View on GitHub↗

    Pake is a command-line tool that transforms web pages into standalone desktop applications. By wrapping web content in a lightweight native shell, it enables users to package existing websites as native software for Windows, macOS, and Linux. The tool functions as a cross-platform packager that bundles a minimal browser runtime with application assets into a single executable file. Unlike traditional browser-based frameworks, it utilizes a system-level webview to render content, providing a desktop experience that operates with reduced overhead. Users can customize the resulting applications

    RustApplication GeneratorsCommand-Line Application WrappersLanguage Bindings
    View on GitHub↗50,531
  • voltagent/awesome-claude-code-subagentsVoltAgent avatar

    VoltAgent/awesome-claude-code-subagents

    21,906View on GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    ShellAgent Discovery InterfacesAgentic Task AutomationAgentic Task Orchestrators
    View on GitHub↗21,906
  • topjohnwu/magisktopjohnwu avatar

    topjohnwu/Magisk

    60,989View on GitHub↗

    Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibility with the underlying hardware. The project distinguishes itself through a systemless modification layer that overlays a virtual file system on top of read-only partitions, enabling changes without altering core system files. It includes a policy daemon to manage security cont

    KotlinAndroid Rooting FrameworksDevice Modification ManagersFirmware Customization Tools
    View on GitHub↗60,989
  • strongloop/loopbackstrongloop avatar

    strongloop/loopback

    13,159View on GitHub↗

    LoopBack is a Node.js API framework used to build RESTful services and backend applications. It functions as a model-driven API generator that automatically maps predefined data models to network endpoints to create standardized web interfaces. The project features a database abstraction layer that unifies access across diverse SQL databases, NoSQL stores, and remote data sources. It includes a backend application scaffolder using command-line generators to automate the creation of project structures and data connectors. Additionally, it provides an API authentication system to manage applica

    JavaScriptNode.js Server FrameworksRESTful API DevelopmentSchema-Driven API Generators
    View on GitHub↗13,159
  • wailsapp/wailswailsapp avatar

    wailsapp/wails

    34,819View on GitHub↗

    Wails is a cross-platform framework for building native desktop applications by combining a Go backend with web-based frontend technologies. It enables developers to create lightweight software by utilizing the host operating system's native web rendering engine, eliminating the need to bundle heavy browser dependencies. The framework distinguishes itself through a robust communication layer that bridges the backend and frontend. It automatically generates type-safe JavaScript bindings and proxies from Go code, allowing for seamless, asynchronous method invocation and data serialization acros

    GoDesktop Application FrameworksBackend-Frontend BridgesBackend-to-Frontend Bindings
    View on GitHub↗34,819
  • corentinth/it-toolsCorentinTh avatar

    CorentinTh/it-tools

    39,343View on GitHub↗

    This project is a browser-based developer toolkit that provides a collection of offline-first utilities for common data transformations and encoding tasks. It functions as a static web application, bundling multiple independent productivity tools into a single-page interface designed for rapid technical task execution. The suite operates entirely on the client side, ensuring that all data processing occurs locally within the user browser without requiring a backend server or external service dependencies. This architecture prioritizes privacy and security by keeping sensitive information off

    VueBrowser-Based ToolkitsSingle-Page ApplicationsDeveloper Productivity Tools
    View on GitHub↗39,343
  • utmapp/utmutmapp avatar

    utmapp/UTM

    34,401View on GitHub↗

    UTM is a comprehensive virtualization suite that provides a unified interface for running guest operating systems on host hardware. It functions as a cross-platform system emulator and hypervisor, coordinating both hardware-accelerated virtualization and software-based instruction emulation to execute diverse operating systems. By leveraging native kernel-level virtualization frameworks, the software achieves near-native performance while maintaining strict security through sandboxed process isolation. The project distinguishes itself by enabling full-featured desktop operating systems to run

    SwiftHardware EmulatorsHypervisorsSandboxed Runtimes
    View on GitHub↗34,401
  • yuliskov/smarttubeyuliskov avatar

    yuliskov/SmartTube

    30,627View on GitHub↗

    SmartTube is an open-source media player designed as a third-party alternative client for television and living room hardware. It provides a cross-platform solution that delivers a unified, highly configurable video consumption experience across various smart television operating systems. The application distinguishes itself through a specialized ad-free interface that optimizes navigation for large screens and removes promotional interruptions. It achieves high performance on television hardware by utilizing hardware-accelerated decoding for video processing and mapping interface components

    JavaMedia PlayersTV ApplicationsTranscoding Engines
    View on GitHub↗30,627
  • ish-app/ishish-app avatar

    ish-app/ish

    19,325View on GitHub↗

    This project provides a complete Linux environment for mobile devices by emulating an x86 architecture and translating system calls into native mobile operations. It functions as a terminal emulator that allows users to run standard command-line utilities, manage software packages, and execute unmodified Linux binaries directly on their mobile hardware. The environment distinguishes itself through its ability to maintain persistent background execution, preventing the mobile operating system from suspending shell tasks or active processes. It supports a containerized approach to the root file

    CTerminal and Command-Line EnvironmentsTerminal EmulatorsMobile Package Managers
    View on GitHub↗19,325
  • nativefier/nativefiernativefier avatar

    nativefier/nativefier

    35,353View on GitHub↗

    Nativefier is a command-line tool that transforms web applications into standalone desktop software. By wrapping web content within a cross-platform container, it enables users to run websites as native applications on Windows, macOS, and Linux. The tool functions as a build-time orchestrator that packages a browser runtime with specific site configurations and platform-specific metadata. It allows for extensive customization of the resulting application, including the ability to inject custom JavaScript and CSS to modify site behavior or appearance. Developers can also utilize the tool progr

    TypeScriptDesktop Web WrappersWeb-to-Desktop Conversion FrameworksWeb-to-Desktop Converters
    View on GitHub↗35,353
  • mattermost/mattermostmattermost avatar

    mattermost/mattermost

    38,139View on GitHub↗

    Mattermost is a self-hosted, enterprise-grade communication platform designed for organizations that require strict control over their internal data and messaging infrastructure. It functions as a centralized hub for real-time team interaction, offering persistent messaging, voice and video conferencing, and integrated project management tools within a single, private workspace. The platform is built to support high-security environments, including air-gapped deployments where public internet access is restricted or unavailable. The platform distinguishes itself through a focus on regulatory

    TypeScriptAccess Control SystemsAir-Gapped Deployment StrategiesEnterprise Messaging Servers
    View on GitHub↗38,139
  • enaqx/awesome-reactenaqx avatar

    enaqx/awesome-react

    73,650View on GitHub↗

    This project is a community-driven knowledge base that serves as a centralized directory for the React and React Native ecosystems. It functions as a developer discovery portal, aggregating high-quality libraries, frameworks, and learning resources to assist in the research and selection of tools for modern web and mobile application development. The repository distinguishes itself through a hierarchical taxonomy that organizes a fragmented landscape of third-party software into functional domains. By utilizing markdown-based content curation, it provides a structured index that allows develo

    Awesome ListFrontend Ecosystem DiscoveryMarkdown-Based Content Curations
    View on GitHub↗73,650
  • pppscn/smsforwarderpppscn avatar

    pppscn/SmsForwarder

    24,589View on GitHub↗

    SmsForwarder is an Android application designed to capture incoming text messages and automatically transmit them to external services, messaging platforms, or email accounts. It functions as a bridge for mobile alerts, enabling the centralized monitoring of SMS traffic and system notifications across various digital channels. The application distinguishes itself through a modular forwarding architecture that supports diverse communication protocols via a plugin system. It utilizes a background service and system-level listeners to ensure that message interception and relay operations continu

    KotlinMessage ForwardersMobile UtilitiesAutomated Routing
    View on GitHub↗24,589
  • junkfood02/sealJunkFood02 avatar

    JunkFood02/Seal

    26,953View on GitHub↗

    Seal is a mobile application designed to retrieve video and audio content from various online platforms. It functions as a graphical interface that manages background transfer processes, allowing users to download and archive media files directly to their local device storage for offline access. The application distinguishes itself by acting as a bridge to powerful command-line utilities, orchestrating these external binaries to handle complex media extraction and file conversion tasks. Users can customize their experience through a declarative template system that defines specific execution

    KotlinMedia Automation ToolsMedia IntegrationTask Queues
    View on GitHub↗26,953
  • paperless-ngx/paperless-ngxpaperless-ngx avatar

    paperless-ngx/paperless-ngx

    42,172View on GitHub↗

    Paperless-ngx is a self-hosted document management server designed to transform physical paperwork into a searchable, organized digital archive. It functions as a private platform for storing, indexing, and retrieving documents, providing users with full control over their data on local infrastructure or private cloud servers. The system distinguishes itself through an automated workflow engine that categorizes, tags, and routes incoming files using content analysis and metadata extraction. To maintain responsiveness during resource-intensive tasks like optical character recognition, it utili

    PythonDocument Management SystemsDigital Preservation ToolsMetadata Extraction
    View on GitHub↗42,172
  • wesbos/javascript30wesbos avatar

    wesbos/JavaScript30

    29,165View on GitHub↗

    This project is a structured educational curriculum designed to build proficiency in vanilla JavaScript through hands-on, project-based learning. It provides a series of coding exercises that focus on core language fundamentals and the direct manipulation of the document object model, enabling developers to create interactive web interfaces without relying on external frameworks or dependencies. The curriculum distinguishes itself by emphasizing direct integration with browser-native APIs. Participants learn to build hardware-aware applications by accessing device sensors, cameras, and microp

    HTMLJavaScript Skill BuildingDOM ManipulationBrowser Hardware APIs
    View on GitHub↗29,165
  • photoprism/photoprismphotoprism avatar

    photoprism/photoprism

    39,816View on GitHub↗

    PhotoPrism is a self-hosted digital asset management platform designed to organize, classify, and manage large collections of photos and videos on personal infrastructure. It functions as a private alternative to cloud-based services, ensuring that all media remains under the user's control. The platform utilizes neural-network-based media analysis to automatically detect objects, faces, and locations, providing a comprehensive, AI-powered approach to library organization. The project distinguishes itself through its containerized architecture, which simplifies deployment and lifecycle manage

    GoMedia ServersSelf-Hosted Media ManagersAutomated Classification
    View on GitHub↗39,816
  • nextlevelbuilder/ui-ux-pro-max-skillnextlevelbuilder avatar

    nextlevelbuilder/ui-ux-pro-max-skill

    92,396View on GitHub↗

    This project is a generative development environment designed to build reactive, modular user interfaces through natural language prompts. It functions as a declarative framework that translates descriptive requirements into functional code, structured layouts, and interactive components. By utilizing a reactive state architecture, the system ensures that application data remains synchronized across components, triggering automatic updates whenever state values are modified. The platform distinguishes itself through its automated design system generation and cross-platform capabilities. It em

    PythonGenerative Interface BuildersReact DevelopmentDeclarative UI Components
    View on GitHub↗92,396
  • helios-framework/helioshelios-framework avatar

    helios-framework/helios

    4,085View on GitHub↗

    Helios is a mobile backend as a service providing a server-side platform to manage user accounts, push notifications, and data synchronization for mobile applications. It functions as a REST API framework that automatically generates database tables and standard web service endpoints from defined data models. The project implements specialized services for the Apple ecosystem, including a Passbook service for managing digital passes and device registration. It also provides an in-app purchase verification service to decode purchase receipts and validate product identifiers through external ve

    CSSBackend-as-a-ServiceBackend-as-a-Service PlatformsClient-Server Data Synchronization
    View on GitHub↗4,085
  • vsouza/awesome-iosvsouza avatar

    vsouza/awesome-ios

    52,496View on GitHub↗

    This project is a community-driven directory of software resources, libraries, and tools designed to support iOS application development. It serves as a centralized reference point for developers, organizing a vast ecosystem of third-party components into a searchable, structured index to facilitate discovery and project integration. The repository distinguishes itself through its collaborative curation model, which aggregates disparate utilities into a single, maintainable catalog. By leveraging a flat-file documentation structure, it provides a clear overview of the tools available for nati

    SwiftAwesome ListArchitectural PatternsAuthentication Strategies
    View on GitHub↗52,496
  • electric-sql/electricelectric-sql avatar

    electric-sql/electric

    9,909View on GitHub↗

    Electric is a Postgres data synchronization engine and replication proxy designed to enable local-first software. It replicates data from Postgres databases to client-side stores in real time using logical replication, allowing applications to maintain a local embedded database for offline access and low-latency updates. The system distinguishes itself by using shapes to filter and authorize specific subsets of database rows and columns before streaming them to clients or edge workers. It further supports multi-user collaboration by integrating a conflict-free replicated data type framework t

    ElixirClient-Side State SynchronizersData Synchronization EnginesLocal-First Architectures
    View on GitHub↗9,909
  • tauri-apps/tauritauri-apps avatar

    tauri-apps/tauri

    107,946View on GitHub↗

    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

    RustCross-Platform Desktop FrameworksWebview RuntimesBridge Interfaces
    View on GitHub↗107,946
  • realm/realm-swiftrealm avatar

    realm/realm-swift

    16,608View on GitHub↗

    This is a mobile object database and NoSQL local data store that replaces relational tables with a schema-based model. It functions as a reactive data store, using live object observations and change notifications to trigger automatic user interface refreshes. The system provides built-in mobile cloud data synchronization to keep local datasets consistent with a remote server across multiple devices. It also includes security features for encrypted local storage, protecting sensitive on-disk data using at-rest encryption keys and fine-grained access control. Broad capabilities include object

    Objective-CLocal Data StoresLocal-First StorageObject-Oriented Databases
    View on GitHub↗16,608
  • quasarframework/quasarquasarframework avatar

    quasarframework/quasar

    27,091View on GitHub↗

    Quasar is a cross-platform development framework that enables the creation of web, mobile, and desktop applications from a single codebase. It provides a declarative architecture where state changes automatically trigger updates to the user interface, supported by a centralized data store that synchronizes state across components. The framework distinguishes itself through a build-time platform abstraction that transforms a unified project into multiple target formats, including installable progressive web apps. It includes a comprehensive component-driven library that enforces a consistent d

    JavaScriptState ManagementUI FrameworksWeb Frameworks
    View on GitHub↗27,091
  • termux/termux-apptermux avatar

    termux/termux-app

    56,464View on GitHub↗

    Termux is a mobile terminal emulator and Linux environment runtime that provides a full command-line interface directly on Android devices. It functions as a comprehensive platform for executing native binaries and scripts, featuring an integrated package management system that allows users to download, install, and manage open-source software repositories to extend device functionality. The project distinguishes itself by acting as an embedded execution library, enabling third-party applications to integrate terminal and package management capabilities into their own interfaces without requi

    JavaEmbedded Terminal EnvironmentsTerminal EmulatorsPackage Management Systems
    View on GitHub↗56,464

Related searches

  • Mobile app framework
  • a learning path for mobile engineers
  • Mobile payment SDKs
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
facebook/react-native126KC++MITJun 16, 2026
twbs/ratchet14.7KCSSMITMar 18, 2025
expo/expo50.1KTypeScriptMITJun 16, 2026
thoughtbot/guides9.6KRuby—Jun 15, 2026
bilibili/ijkplayer33.2KCGPL-2.0Aug 13, 2024
infinitered/ignite19.8KTypeScriptNOASSERTIONJun 7, 2026
barry-ran/qtscrcpy29.9KC++Apache-2.0Apr 3, 2026
danielsogl/awesome-cordova-plugins2.5KTypeScriptNOASSERTIONJun 15, 2026
dkhamsing/open-source-ios-apps50.7K—CC0-1.0Jun 16, 2026
allenwong/30daysofswift11.5KSwift—May 21, 2022
a mobile app security scanner
  • a cross platform mobile development framework
  • Cross platform framework
  • an open source library for mobile analytics
  • a mobile device management platform for businesses