hostprovided
Hostprovided is a term used in computing to describe resources, services, or dependencies that are supplied by the host system rather than by the guest environment, container, or packaged artifact. The exact semantics of hostprovided vary by project, but the core idea is that the host environment is responsible for providing the indicated item at runtime, during build, or at execution time.
In container and virtualization contexts, marking something as hostprovided means the container or virtual machine does
In packaging and build systems, hostprovided may appear as a flag or metadata indicating that a dependency
Benefits of using hostprovided include reduced duplication, smaller artifacts, and clearer delineation of what is supplied
Notes and related concepts: host-provided libraries, host dependencies, and runtime provisioning. The term is not universally