Releases: unikraft-cloud/cli
Release list
v0.4.2-staging.19
Unikraft CLI v0.4.2-staging.19 (2026-07-24T10:07:09Z)
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~19+f22da9fFedora/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~19+f22da9f
Changelog
🚀 New Features
v0.4.2-staging.18
Unikraft CLI v0.4.2-staging.18 (2026-07-23T10:08:33Z)
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~18+ac81a99Fedora/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~18+ac81a99
Changelog
🚀 New Features
- ac81a99: feat(integration): Add missing tests for misc commands and features (#419) (@craciunoiuc)
v0.4.2-staging.17
Unikraft CLI v0.4.2-staging.17 (2026-07-23T07:23:31Z)
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~17+4a82ebfFedora/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~17+4a82ebf
Changelog
🚀 New Features
- 4a82ebf: feat: Show full image hash (#426) (@craciunoiuc)
v0.4.2-staging.16
Unikraft CLI v0.4.2-staging.16 (2026-07-09T17:22:12Z)
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~16+acdc3bcFedora/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~16+acdc3bc
Changelog
🐒 Miscellaneous
v0.4.2-staging.15
Unikraft CLI v0.4.2-staging.15 (2026-07-09T16:27:32Z)
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~15+1701a08Fedora/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~15+1701a08
Changelog
🐛 Bug Fixes
v0.4.2-staging.14
Unikraft CLI v0.4.2-staging.14 (2026-07-08T16:46:12Z)
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~14+740a4e9Fedora/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~14+740a4e9
Changelog
🐛 Bug Fixes
v0.4.2-staging.9
Unikraft CLI v0.4.2-staging.9 (2026-07-07T14:47:18Z)
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~9+b91c174Fedora/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~9+b91c174
Changelog
🐒 Miscellaneous
v0.4.2-staging.8
Unikraft CLI v0.4.2-staging.8 (2026-07-07T14:18:51Z)
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~8+a757562Fedora/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~8+a757562
Changelog
🚀 New Features
v0.4.2-staging.7
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
Changelog
🐒 Miscellaneous
v0.4.2-staging.6
Unikraft CLI v0.4.2-staging.6 (2026-07-07T13:49:59Z)
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~6+9769a65Fedora/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~6+9769a65