1 repository
Serving compiled binary blobs via a stateless API directly from a structured filesystem.
Distinct from Binary Cache Hosting: Focuses on the stateless nature of the hosting server rather than just acting as a build artifact cache.
Explore 1 awesome GitHub repository matching development tools & productivity · Stateless Binary Hosting. Refine with filters or upvote what's useful.
NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned system update files to hardware devices. It functions as a stateless file host that organizes compiled firmware binaries in a structured directory for automated retrieval via a REST API. The system maps specific firmware builds to compatible hardware revisions using schema-based metadata. It utilizes a flat-file asset hosting model, serving binary blobs directly from the filesystem to avoid the overhead of a database management system. The server handles hardware version control
Serves large compiled firmware blobs directly from a structured filesystem via a lightweight stateless REST API.