Mirror of Krata Hypervisor
Go to file
dependabot[bot] 680244fc5e
build(deps): bump step-security/harden-runner in the dep-updates group (#308)
Bumps the dep-updates group with 1 update: [step-security/harden-runner](https://github.com/step-security/harden-runner).


Updates `step-security/harden-runner` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](0d381219dd...5c7944e73c)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 16:56:49 +00:00
.github build(deps): bump step-security/harden-runner in the dep-updates group (#308) 2024-08-06 16:56:49 +00:00
crates chore: release (#303) 2024-08-06 01:57:25 +00:00
hack fix(workflows): upgrade rustup on darwin as best-effort fix for homebrew regression (#284) 2024-07-25 02:15:03 -07:00
images build(deps): bump rust in /images in the dep-updates group (#285) 2024-07-29 05:34:37 +00:00
resources feature(krata): rename guest to zone (#266) 2024-07-19 03:47:18 +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 chore: release (#303) 2024-08-06 01:57:25 +00:00
Cargo.toml chore: release (#303) 2024-08-06 01:57:25 +00:00
CHANGELOG.md chore: release (#303) 2024-08-06 01:57:25 +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 feature(kratactl): rework cli to use subcommands (#268) 2024-07-19 06:13:29 +00:00
FAQ.md feature(kratactl): rework cli to use subcommands (#268) 2024-07-19 06:13:29 +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 feature(kratactl): rework cli to use subcommands (#268) 2024-07-19 06:13:29 +00:00
release-plz.toml feature(krata): rename guest to zone (#266) 2024-07-19 03:47:18 +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.

$ kratactl zone launch -a alpine:latest

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