Mirror of Krata Hypervisor
Go to file
dependabot[bot] f6dffd6e17
build(deps): bump bytes in the production-version-updates group (#250)
Bumps the production-version-updates group with 1 update: [bytes](https://github.com/tokio-rs/bytes).


Updates `bytes` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 15:23:30 +00:00
.github chore(workflow): implement oci releases (#248) 2024-07-12 21:38:17 +00:00
crates chore: release (#202) 2024-07-12 23:28:49 +00:00
hack fix(install): use /usr/sbin as install path and fix systemd dependency (#245) 2024-07-12 06:49:02 +00:00
images feature(oci-distribution): distribute guestinit via OCI (#240) 2024-07-10 00:34:05 +00:00
os/internal feature(xen): dynamic platform architecture (#194) 2024-06-21 02:42:45 +00:00
resources fix(install): use /usr/sbin as install path and fix systemd dependency (#245) 2024-07-12 06:49:02 +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 bytes in the production-version-updates group (#250) 2024-07-15 15:23:30 +00:00
Cargo.toml build(deps): bump bytes in the production-version-updates group (#250) 2024-07-15 15:23:30 +00:00
CHANGELOG.md chore: release (#202) 2024-07-12 23:28:49 +00:00
CODE_OF_CONDUCT.md krata: improved doc structure 2024-03-08 08:12:10 +00:00
CONTRIBUTING.md Ensure list item ends with period for consistency (#216) 2024-06-29 00:17:41 +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 Minor readability fixes to the lovely FAQ (#229) 2024-07-07 18:54:31 +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: 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