v0.4.2-staging.7
Pre-release
Pre-release
Unikraft CLI v0.4.2-staging.7 (2026-07-07T14:11:54Z)
Warning
This is a pre-release version of the Unikraft CLI. It may contain features that are still in development and could be unstable.
Installation
1-liner (macOS & Linux)
curl --proto '=https' --tlsv1.2 -LsSf https://unikraft.com/cli/install.sh | UNIKRAFT_CLI_INSTALL_CHANNEL=staging shDebian/Ubuntu
# Update and install dependencies
sudo apt update
sudo apt install ca-certificates curl
# Download and add the GPG key
sudo install -d -m 0755 /etc/apt/keyrings
sudo curl -fsSL \
-o /etc/apt/keyrings/unikraft-cli.gpg \
https://pkg.unikraft.com/debian/cli-apt/keys/cli-apt.gpg
sudo tee /etc/apt/sources.list.d/unikraft-cli.sources <<EOF
Types: deb
URIs: https://pkg.unikraft.com/debian/cli-apt/
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: staging
Signed-By: /etc/apt/keyrings/unikraft-cli.gpg
EOF
# Update and install
sudo apt-get update
sudo apt-get install unikraft-cli=1:0.4.2~7+be7af75Fedora/RHEL/Rocky/Alma
# Add the Unikraft CLI repository
sudo tee /etc/yum.repos.d/unikraft-cli-rpm.repo <<EOF
[unikraft]
name=unikraft
baseurl=https://pkg.unikraft.com/rpm/cli-rpm/
gpgcheck=0
enabled=1
EOF
# Install the CLI
yum install unikraft-cli-0.4.2~7+be7af75