GitHub - microsoft/litebox: A security-focused library OS supporting kernel- and user-mode execution
2 months ago
- #interoperability
- #sandboxing
- #security
- LiteBox is a security-focused, sandboxing library OS that reduces attack surface by minimizing the interface to the host.
- It supports easy interoperability between various 'North' shims and 'South' platforms, usable in both kernel and non-kernel scenarios.
- LiteBox provides a Rust-inspired 'North' interface when given a Platform interface at its 'South', enabling diverse use-cases.
- Example use cases include running unmodified Linux programs on Windows, sandboxing Linux applications on Linux, and running programs on SEV SNP, OP-TEE, or LVBS.
- The project is under active development, with APIs and interfaces subject to change until a stable release is achieved.
- Licensed under MIT License, with trademarks and logos usage governed by respective guidelines.