2 रिपॉजिटरी
The process of bundling applications and their minimal runtime dependencies into a bootable unikernel image.
Distinct from Linux Package Management: Existing candidates focus on standard Linux package management (RPM/DEB) rather than bootable unikernel composition.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Unikernel Image Packaging. Refine with filters or upvote what's useful.
OSV is a unikernel operating system and cloud-native execution environment designed to run as a secure microVM on hypervisors such as KVM, Firecracker, Xen, and VMware. It functions as a Linux binary compatible runtime, allowing unmodified Linux binaries to be executed as secure microVMs without requiring recompilation. The project distinguishes itself through its ability to package applications into minimal bootable images and its provide of a virtual machine management API. This REST interface enables remote monitoring of system health, management of execution traces, and control over guest
Bundles Linux applications and dependencies into minimal, bootable unikernel images for cloud deployment.
Unikraft is a modular library operating system and unikernel framework designed to compile applications into minimal, bootable virtual machine images. It serves as an OCI-compliant image builder and a cloud-native hypervisor target, enabling the creation of specialized runtimes that include only the specific drivers and libraries required by a single application. The system features a Linux compatibility layer that maps standard API calls and POSIX standards to unikernel libraries, allowing unmodified binaries to run without a full general-purpose kernel. It distinguishes itself by allowing c
Converts application source code or Dockerfiles into lightweight, bootable unikernel images.