LibraryOS

ThoughtStorms Wiki

Instead of running a program on an OperatingSystem that provides various services, supply those services in SourceCode form which can be included and linked into your program at compile time.

You end up with something which can run on "bare metal" (or in a HyperVisor on the cloud) with no unproblematic dependencies / security risks etc.

See also :