Skip to Content
đź‘·Please note that Dboxed is in a very early stage, including the documentation. Things are being built right now! đź‘· Follow @codablock on X for updates!
DocsGet StartedInstallation

Installation

All components of dboxed are provided via a single executable binary, namely the dboxed binary.

The easiest way to install the binary is via the provided installation script, which should work on all major distributions and MacOS. Dboxed will also be added to popular package managers like Homebrew.

curl based

curl -sSL https://dboxed.io/install.sh | sh

wget based

In case you don’t have curl installed, for example inside a fresh alpine installation, use:

wget -qO - https://dboxed.io/install.sh | sh
Last updated on