Definition
A specialized operating-system design that bakes only the OS features one specific application needs directly into the application binary.
A 2010s OS architecture that compiles applications together with a minimal library OS into a single specialized binary, eliminating layers of generality at the cost of single-purpose deployment.
Also called: unikernels