Mirror of Krata Hypervisor
Go to file
dependabot[bot] 9e532345f0
build(deps): bump uuid from 1.8.0 to 1.9.0 (#200)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 05:30:14 +00:00
.github chore(xenplatform): elf loader should async load the file (#197) 2024-06-23 12:57:01 +00:00
crates chore: release (#181) 2024-06-24 05:01:32 +00:00
hack chore(xenplatform): elf loader should async load the file (#197) 2024-06-23 12:57:01 +00:00
os/internal feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
resources chore(xenplatform): elf loader should async load the file (#197) 2024-06-23 12:57:01 +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 uuid from 1.8.0 to 1.9.0 (#200) 2024-06-24 05:30:14 +00:00
Cargo.toml build(deps): bump uuid from 1.8.0 to 1.9.0 (#200) 2024-06-24 05:30:14 +00:00
CHANGELOG.md chore: release (#181) 2024-06-24 05:01:32 +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