Skip to content

Releases: unikraft-cloud/cli

v0.4.2-staging.19

v0.4.2-staging.19 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 24 Jul 10:10
f22da9f

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 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.4.2~19+f22da9f

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.4.2~19+f22da9f

Changelog

🚀 New Features

v0.4.2-staging.18

v0.4.2-staging.18 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 23 Jul 10:10
ac81a99

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 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.4.2~18+ac81a99

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.4.2~18+ac81a99

Changelog

🚀 New Features

v0.4.2-staging.17

v0.4.2-staging.17 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 23 Jul 07:26
4a82ebf

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 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.4.2~17+4a82ebf

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.4.2~17+4a82ebf

Changelog

🚀 New Features

v0.4.2-staging.16

v0.4.2-staging.16 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 09 Jul 17:22
acdc3bc

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 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.4.2~16+acdc3bc

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.4.2~16+acdc3bc

Changelog

🐒 Miscellaneous

v0.4.2-staging.15

v0.4.2-staging.15 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 09 Jul 16:27
1701a08

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 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.4.2~15+1701a08

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.4.2~15+1701a08

Changelog

🐛 Bug Fixes

v0.4.2-staging.14

v0.4.2-staging.14 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 08 Jul 16:49
740a4e9

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 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.4.2~14+740a4e9

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.4.2~14+740a4e9

Changelog

🐛 Bug Fixes

v0.4.2-staging.9

v0.4.2-staging.9 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 07 Jul 14:47
b91c174

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 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.4.2~9+b91c174

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.4.2~9+b91c174

Changelog

🐒 Miscellaneous

v0.4.2-staging.8

v0.4.2-staging.8 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 07 Jul 14:19
a757562

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 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.4.2~8+a757562

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.4.2~8+a757562

Changelog

🚀 New Features

v0.4.2-staging.7

v0.4.2-staging.7 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 07 Jul 14:14
be7af75

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 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.4.2~7+be7af75

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.4.2~7+be7af75

Changelog

🐒 Miscellaneous

v0.4.2-staging.6

v0.4.2-staging.6 Pre-release
Pre-release

Choose a tag to compare

@unikraft-bot unikraft-bot released this 07 Jul 13:53
9769a65

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 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.4.2~6+9769a65

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.4.2~6+9769a65

Changelog