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

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

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

2 Repos

Awesome GitHub RepositoriesRuntime Image Mounting

Attaching embedded filesystem images to temporary mount points during application execution.

Distinct from Filesystem Mounts: Specifically handles the runtime mounting of embedded binary images rather than external storage volumes.

Explore 2 awesome GitHub repositories matching data & databases · Runtime Image Mounting. Refine with filters or upvote what's useful.

Awesome Runtime Image Mounting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • probonopd/appimagekitAvatar von probonopd

    probonopd/AppImageKit

    9,348Auf GitHub ansehen↗

    AppImageKit is a set of utility tools for the portable Linux application format, designed to bundle desktop applications into single executable binaries that run across multiple Linux distributions without requiring a system-wide installation. The toolkit provides specialized utilities for packaging applications into standalone binaries, extracting embedded filesystem images for inspection or execution, and signing binaries with cryptographic signatures to verify authenticity and integrity. The project covers binary packaging and deployment, embedded filesystem management, and digital packag

    Attaches embedded images to temporary mount points using kernel-level drivers to provide application access.

    C
    Auf GitHub ansehen↗9,348
  • fex-emu/fexAvatar von FEX-Emu

    FEX-Emu/FEX

    6,896Auf GitHub ansehen↗

    FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide

    Provides a dedicated guest filesystem environment via mounted squashfs images to isolate dependencies.

    C++arm64cppemulation
    Auf GitHub ansehen↗6,896
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Filesystem Mounts
  5. Runtime Image Mounting