Mirror of Krata Hypervisor
Go to file
dependabot[bot] c687561541
build(deps): bump serde_json from 1.0.117 to 1.0.118 (#204)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.118.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.118)

---
updated-dependencies:
- dependency-name: serde_json
  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-26 17:42:13 +00:00
.github chore(xenplatform): elf loader should async load the file (#197) 2024-06-23 12:57:01 +00:00
crates Use native loopdev implementation instead of loopdev-3 (#209) 2024-06-26 10:29:58 -07:00
hack Initial fluentd support (#205) 2024-06-25 19:10:57 +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 serde_json from 1.0.117 to 1.0.118 (#204) 2024-06-26 17:42:13 +00:00
Cargo.toml build(deps): bump serde_json from 1.0.117 to 1.0.118 (#204) 2024-06-26 17:42:13 +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