2 مستودعات
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.
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.
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.