2 مستودعات
Mechanisms to unpack embedded binary images into temporary directories when kernel mounting is unavailable.
Distinguishing note: Distinct from directory management; this is a runtime execution strategy for restricted environments
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Fallback Filesystem Extraction. 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
Unpacks embedded filesystem images into temporary directories when kernel-level mounting is unavailable.
AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable executables. It functions as a packager that converts application directories into self-mounting binaries, allowing software to run across multiple Linux distributions without a formal installation process. The project enables portable software distribution by isolating application configurations and home directories from the host system, which allows applications to run from removable media. It includes a filesystem manager for extracting, inspecting, and mounting the embedded im
Supports unpacking embedded images into temporary directories when kernel-level mounting is restricted or unavailable.