Mirror of Krata Hypervisor
Go to file
dependabot[bot] b730b08d6e
build(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1 (#185)
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](f086349bfa...17d0e2bd7d)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 12:15:02 +00:00
.github build(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1 (#185) 2024-06-23 12:15:02 +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
Cargo.lock build(deps): bump tokio-tun from 0.11.4 to 0.11.5 (#183) 2024-06-23 12:14:59 +00:00
Cargo.toml build(deps): bump tokio-tun from 0.11.4 to 0.11.5 (#183) 2024-06-23 12:14:59 +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