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
·

3 Repos

Awesome GitHub RepositoriesShared App Instances

Marks an app container as accessible from any container instance on the device.

Distinct from Inter-App Data Sharing: Distinct from Inter-App Data Sharing: focuses on sharing the entire app instance across containers, not just exporting data between independent apps.

Explore 3 awesome GitHub repositories matching mobile development · Shared App Instances. Refine with filters or upvote what's useful.

Awesome Shared App Instances GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • livecontainer/livecontainerAvatar von LiveContainer

    LiveContainer/LiveContainer

    9,299Auf GitHub ansehen↗

    LiveContainer is an iOS app container manager that runs applications in isolated sandboxes with separate data, keychain, and vendor identifiers, bypassing Apple's free developer account installation limits. It uses Just-In-Time compilation to launch unsigned apps without a developer certificate, and supports running multiple instances and versions of the same app simultaneously. The tool also injects custom dynamic libraries and framework tweaks at launch, applied globally or per application. Beyond basic containerization, LiveContainer provides advanced multitasking with resizable virtual or

    LiveContainer marks an app as shared so it becomes accessible from any container instance on the device.

    Swift
    Auf GitHub ansehen↗9,299
  • mrousavy/react-native-mmkvAvatar von mrousavy

    mrousavy/react-native-mmkv

    8,404Auf GitHub ansehen↗

    react-native-mmkv is a synchronous mobile persistence system that provides an encrypted key-value store for mobile applications. It serves as a high-performance wrapper for the MMKV storage engine, eliminating asynchronous overhead by reading and writing values directly to disk. The project distinguishes itself through shared app group storage, which allows data access across multiple application extensions via a shared filesystem directory. It also provides state-synced storage hooks that automatically trigger component updates when stored key-value pairs change. The system covers a broad r

    Allows a main application and its extensions to read and write the same data via a shared app group directory.

    TypeScriptandroidcppdatabase
    Auf GitHub ansehen↗8,404
  • wikimedia/wikipedia-iosAvatar von wikimedia

    wikimedia/wikipedia-ios

    3,341Auf GitHub ansehen↗

    The Wikipedia iOS app is a native client for reading, editing, and contributing to Wikipedia articles on iPhone and iPad. It provides a bridge-based rendering system that serializes view updates over JSON to native iOS components for fast scrolling, along with a native wikitext editor featuring real-time syntax highlighting and formatting tools for editing article content. The app includes a feature flag system with compile-time and runtime flags for enabling experimental capabilities through a hidden settings panel, and a file-based localization system that loads language-specific resource fi

    Shares specific sections of articles with other apps or people without sharing the full page.

    Swiftobjective-cswiftwikipedia
    Auf GitHub ansehen↗3,341
  1. Home
  2. Mobile Development
  3. Shared App Instances