Skip to content

Releases: unikraft/cli

v0.2.3-staging.22

23 Apr 15:33
45b71b8

Choose a tag to compare

v0.2.3-staging.22 Pre-release
Pre-release

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 sh

Debian/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+45b71b8

Fedora/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

23 Apr 08:20
b72ba9f

Choose a tag to compare

v0.2.3-staging.21 Pre-release
Pre-release

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 sh

Debian/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+b72ba9f

Fedora/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

v0.2.3-staging.20

23 Apr 08:15
5f74248

Choose a tag to compare

v0.2.3-staging.20 Pre-release
Pre-release

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 sh

Debian/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+5f74248

Fedora/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

v0.2.3-staging.19

22 Apr 15:52
e46f146

Choose a tag to compare

v0.2.3-staging.19 Pre-release
Pre-release

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 sh

Debian/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+e46f146

Fedora/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

21 Apr 12:12
4ad54f7

Choose a tag to compare

v0.2.3-staging.18 Pre-release
Pre-release

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 sh

Debian/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+4ad54f7

Fedora/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

v0.2.3-staging.17

21 Apr 09:18
fa5686c

Choose a tag to compare

v0.2.3-staging.17 Pre-release
Pre-release

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 sh

Debian/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+fa5686c

Fedora/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

21 Apr 08:23
fadc971

Choose a tag to compare

v0.2.3-staging.16 Pre-release
Pre-release

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 sh

Debian/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+fadc971

Fedora/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

21 Apr 00:46
1220cac

Choose a tag to compare

v0.2.3-staging.15 Pre-release
Pre-release

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 sh

Debian/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+1220cac

Fedora/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

20 Apr 13:49
2b9bcaf

Choose a tag to compare

v0.2.3-staging.14 Pre-release
Pre-release

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 sh

Debian/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+2b9bcaf

Fedora/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

20 Apr 08:17
ecf6f0b

Choose a tag to compare

v0.2.3-staging.13 Pre-release
Pre-release

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 sh

Debian/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+ecf6f0b

Fedora/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

Changelog

🤖 Bumps