Releases: unikraft/cli
v0.2.3-staging.22
Unikraft CLI v0.2.3-staging.22 (2026-04-23T15:32:46Z)
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.2.3~22+45b71b8Fedora/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.2.3~22+45b71b8
Changelog
🚀 New Features
v0.2.3-staging.21
Unikraft CLI v0.2.3-staging.21 (2026-04-23T08:19:46Z)
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.2.3~21+b72ba9fFedora/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.2.3~21+b72ba9f
Changelog
🐛 Bug Fixes
- b72ba9f: fix: Switch to filters fork (#281) (@craciunoiuc)
v0.2.3-staging.20
Unikraft CLI v0.2.3-staging.20 (2026-04-23T08:14: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.2.3~20+5f74248Fedora/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.2.3~20+5f74248
Changelog
🐛 Bug Fixes
- 5f74248: fix: Disable detecting containerd snapshotting (#289) (@craciunoiuc)
v0.2.3-staging.19
Unikraft CLI v0.2.3-staging.19 (2026-04-22T15:51:47Z)
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.2.3~19+e46f146Fedora/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.2.3~19+e46f146
Changelog
🚀 New Features
v0.2.3-staging.18
Unikraft CLI v0.2.3-staging.18 (2026-04-21T12:11:57Z)
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.2.3~18+4ad54f7Fedora/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.2.3~18+4ad54f7
Changelog
🚀 New Features
- 4ad54f7: feat: Improved arg splitting (#286) (@craciunoiuc)
v0.2.3-staging.17
Unikraft CLI v0.2.3-staging.17 (2026-04-21T09:18:00Z)
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.2.3~17+fa5686cFedora/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.2.3~17+fa5686c
Changelog
🐛 Bug Fixes
v0.2.3-staging.16
Unikraft CLI v0.2.3-staging.16 (2026-04-21T08:23:05Z)
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.2.3~16+fadc971Fedora/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.2.3~16+fadc971
Changelog
🚀 New Features
v0.2.3-staging.15
Unikraft CLI v0.2.3-staging.15 (2026-04-21T00:45:43Z)
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.2.3~15+1220cacFedora/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.2.3~15+1220cac
Changelog
🐛 Bug Fixes
v0.2.3-staging.14
Unikraft CLI v0.2.3-staging.14 (2026-04-20T13:45:42Z)
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.2.3~14+2b9bcafFedora/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.2.3~14+2b9bcaf
Changelog
🐒 Miscellaneous
v0.2.3-staging.13
Unikraft CLI v0.2.3-staging.13 (2026-04-20T08:13:36Z)
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.2.3~13+ecf6f0bFedora/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.2.3~13+ecf6f0b