1 مستودع
Packaging a full runtime environment and application into a single binary to remove all external dependencies.
Distinct from Zero-Dependency Libraries: More specific than general zero-dependency libraries; specifically covers the distribution of an entire environment as a binary.
Explore 1 awesome GitHub repository matching software engineering & architecture · Zero-Dependency Binary Distributions. Refine with filters or upvote what's useful.
dockerc is a container image compiler that converts OCI-compliant images into standalone executable binaries. It functions as a containerless application distributor, enabling the deployment of containerized workloads as single files that run without requiring a container runtime on the host system. The system achieves zero-dependency distribution by flattening container image layers and embedding the root filesystem as a data blob within the resulting static binary. It uses a shim-based process execution model to simulate the container environment and provides a mechanism to expose internal
Packages the entire runtime environment and application into one executable to remove reliance on external image registries.