Mirror of Krata Hypervisor
Go to file
2024-04-02 23:52:26 +00:00
.github chore: release-plz on main branch 2024-04-02 23:52:26 +00:00
crates chore: implement automatic releases 2024-04-02 23:50:45 +00:00
hack chore: implement automatic releases 2024-04-02 23:50:45 +00:00
kernel krata: implement event stream retries 2024-03-31 01:11:50 +00:00
os/internal krata: rework cross-compilation 2024-03-21 21:31:10 +00:00
resources os: build bootable images 2024-03-10 00:22:24 +00:00
.dockerignore os: build bootable images 2024-03-10 00:22:24 +00:00
.gitattributes krata: improved doc structure 2024-03-08 08:12:10 +00:00
.gitignore vendor dependencies using krata-vendor repository 2024-03-31 15:53:10 -07:00
.gitmodules vendor dependencies using krata-vendor repository 2024-03-31 15:53:10 -07:00
Cargo.lock krata: reimplement console to utilize channels, and provide logs support 2024-04-02 08:57:34 +00:00
Cargo.toml krata: reimplement console to utilize channels, and provide logs support 2024-04-02 08:57:34 +00:00
CODE_OF_CONDUCT.md krata: improved doc structure 2024-03-08 08:12:10 +00:00
Cross.toml kratactl: freebsd build 2024-03-22 04:41:38 +00:00
DEV.md krata: restructure packages for cleanliness 2024-03-30 06:21:34 +00:00
FAQ.md krata: simplify README 2024-03-13 15:10:30 +00:00
lefthook.toml krata: improved doc structure 2024-03-08 08:12:10 +00:00
LICENSE krata: relicense to Apache License 2.0 2024-03-13 11:38:14 +00:00
README.md docs: update README 2024-04-02 20:17:34 +00:00
release-plz.toml chore: implement automatic releases 2024-04-02 23:50:45 +00:00
SECURITY.md krata: introduce code of conduct and security policy 2024-03-07 17:04:53 +00:00

krata

The Edera Hypervisor

license discord check nightly


Introduction

krata is a single-host hypervisor service built for OCI-compliant containers. It isolates containers using a type-1 hypervisor, providing workload isolation that can exceed the security level of KVM-based OCI-compliant runtimes.

krata utilizes the core of the Xen hypervisor, with a fully memory-safe Rust control plane to bring Xen tooling into a new secure era.

Hardware Support

Architecture Completion Level Virtualization Technology
x86_64 100% Completed Intel VT-x, AMD-V
aarch64 30% Completed AArch64 virtualization