2024-02-21 20:57:46 +00:00
# krata
2024-01-08 20:43:16 +00:00
2024-06-21 02:57:18 +00:00
An isolation engine for securing compute workloads.
2024-02-15 04:45:35 +00:00
2024-03-08 08:12:10 +00:00


[](https://github.com/edera-dev/krata/actions/workflows/check.yml)
[](https://github.com/edera-dev/krata/actions/workflows/nightly.yml)
2024-02-15 04:45:35 +00:00
2024-03-08 08:12:10 +00:00
---
- [Frequently Asked Questions ](FAQ.md )
- [Development Guide ](DEV.md )
- [Code of Conduct ](CODE_OF_CONDUCT.md )
- [Security Policy ](SECURITY.md )
## Introduction
2024-02-17 05:38:18 +00:00
2024-06-21 02:57:18 +00:00
krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.
2024-04-02 20:17:34 +00:00
2024-06-21 02:57:18 +00:00
krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.
2024-04-02 20:17:34 +00:00
## Hardware Support
2024-06-21 02:57:18 +00:00
| Architecture | Completion Level | Hardware Virtualization |
| ------------ | ---------------- | ------------------------------- |
| x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
| aarch64 | 10% Completed | AArch64 virtualization |