Mirror of Krata Hypervisor
Go to file
Alex Zenla ef068e790c
chore(xen): move device creation into transaction interface (#196)
* chore(xen): move domain creation to xenplatform

* chore(xen): move device transactions into separate interface
2024-06-21 17:38:19 +00:00
.github build(deps): bump actions/create-github-app-token from 1.10.0 to 1.10.1 (#177) 2024-06-04 19:23:26 +00:00
crates chore(xen): move device creation into transaction interface (#196) 2024-06-21 17:38:19 +00:00
hack docs: first pass of krata as an isolation engine 2024-06-20 19:57:18 -07:00
os/internal feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
resources fix: service files should have kratanet depend on kratad (#18) 2024-04-04 23:44:57 +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 chore(xen): split platform support into separate crate (#195) 2024-06-21 08:10:45 +00:00
Cargo.toml chore(xen): split platform support into separate crate (#195) 2024-06-21 08:10:45 +00:00
CHANGELOG.md chore: release (#87) 2024-04-23 09:41:56 +00:00
CODE_OF_CONDUCT.md krata: improved doc structure 2024-03-08 08:12:10 +00:00
CONTRIBUTING.md feat: CONTRIBUTING.md and Bug Report template (#117) 2024-04-24 21:01:52 +00:00
Cross.toml kratactl: freebsd build 2024-03-22 04:41:38 +00:00
DEV.md feat(build): fetch kernels from image registry instead of building the kernel (#156) 2024-05-16 08:40:58 +00:00
FAQ.md docs: first pass of krata as an isolation engine 2024-06-20 19:57:18 -07: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: first pass of krata as an isolation engine 2024-06-20 19:57:18 -07:00
release-plz.toml chore(xen): split platform support into separate crate (#195) 2024-06-21 08:10:45 +00:00
SECURITY.md krata: introduce code of conduct and security policy 2024-03-07 17:04:53 +00:00

krata

An isolation engine for securing compute workloads.

license discord check nightly


Introduction

krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.

krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.

Hardware Support

Architecture Completion Level Hardware Virtualization
x86_64 100% Completed None, Intel VT-x, AMD-V
aarch64 10% Completed AArch64 virtualization