Crates.io | krunkit |
lib.rs | krunkit |
version | 0.2.1 |
source | src |
created_at | 2025-04-08 08:27:06.57408+00 |
updated_at | 2025-05-12 16:00:10.308018+00 |
description | CLI tool to start VMs with libkrun |
homepage | |
repository | |
max_upload_size | |
id | 1625178 |
size | 79,948 |
krunkit
is a tool to launch configurable virtual machines using the libkrun platform.
krunkit
relies on the efi
flavor of libkrun
. At present, libkrun-efi
is only available on macOS. We provide a Homebrew repository to install krunkit
and all of its dependencies, installable with:
$ brew tap slp/krunkit
$ brew install krunkit
As noted above, krunkit
relies on the efi
flavor of libkrun
. Ensure that is installed on your system.
# If libkrun-efi.dylib is not located at /opt/homebrew/opt/libkrun-efi/lib/
# provide the path at which it's located using the LIBKRUN_EFI variable. Otherwise,
# the Makefile will default to using the /opt/homebrew/... path.
$ make LIBKRUN_EFI=<path to libkrun-efi.dylib>
$ sudo make install
See docs/usage.md
.
License: Apache-2.0