IncludeOS
IncludeOS is an open-source unikernel designed to run cloud services with a minimal footprint and no traditional general-purpose operating system. It focuses on packaging a single service into a self-contained image that combines the application code with a small, purpose-built kernel and runtime.
The core idea of IncludeOS is to compile an application's code together with a minimal operating environment
Architecturally, IncludeOS provides a service-oriented runtime with a subset of standard libraries and a dedicated networking
In deployment, IncludeOS targets cloud and virtualization environments and is commonly used for microservices and specialized