Skip to main content

Installation

Debox supports the following operating systems. Select the tab that corresponds to your OS for the corresponding installation instructions.

Run the installation commands using Windows PowerShell
  1. Navigate to your directory of choice (ex. your Documents folder). This is where you will host Debox files.
cd ~\Documents
  1. Download Debox and save the archive file
wget "https://debox.network/downloads/debox_v0.1.0_windows-amd64.zip" -OutFile debox.zip
  1. Extract the contents of the downloaded archive file
tar -xf debox.zip
  1. Navigate to the extracted folder and you should be able to see two programs: debox and debox-cli
cd Debox; ls

After you've successfully completed the installation, check out the Quickstart to get started using Debox.