Skip to main content

KUBE Installation

Less than 1 minute

KUBE Installation

KUBE is a set of runtime services for static web apps and peer-to-peer applications. It can host applications on a local network and expose them to the outer internet via automatic tunneling. It also provides services for peer and network discovery. Learn more about KUBE.

To install KUBE:

sudo bash -c "$(curl -fsSL https://install-kube.dxos.org)"
Installing from the latest dev branch

The dev release of KUBE receives new features ahead of the production release. To install:

sudo ch=dev bash -c "$(curl -fsSL https://install-kube.dxos.org)"

After installation completes, the kube executable becomes available:

sudo kube start

Once running, KUBE reports status:

kube status

KUBE will automatically stay up to date.