The official website for Hyperlight, hosted at hyperlight.org. Hyperlight is a lightweight Virtual Machine Manager (VMM) designed to be embedded within applications, enabling safe execution of untrusted code within micro virtual machines with very low latency and minimal overhead.
Hyperlight is a Cloud Native Computing Foundation sandbox project.
This site is built with Astro and the Starlight documentation theme.
- Node.js v18 or later
npm install
npm run devThe site will be available at http://localhost:4321.
npm run buildThe production build is output to ./dist/.
We welcome contributions from everyone! Whether it's fixing a typo, improving documentation, or adding new content, your help is appreciated.
- Fork the repository
- Create a branch for your changes
- Submit a pull request
Please review the Hyperlight contributing guidelines before getting started.
This project follows the CNCF Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to the project maintainers.
See LICENSE for details.