1 Repo
Small executable headers that handle the mounting of embedded filesystems and launch application entry points.
Distinguishing note: None of the candidates cover the concept of a binary header serving as a runtime mount bootloader
Explore 1 awesome GitHub repository matching operating systems & systems programming · Self-Mounting Binary Bootloaders. Refine with filters or upvote what's useful.
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
Provides a bootloader prepended to filesystem images to automate runtime mounting and application launching.