Links

System Requirements

Minimum System Requirements

Operating System

The Hadean Platform, Connect and Autoscaler are available as Linux binaries, our instructions are based on Ubuntu LTS 20.04 and require bash , build-essentials and fuse-overlayfs packages to be installed. To install these on Ubuntu, you can do:
sudo apt update
sudo apt install build-essential fuse-overlayfs
Note that in order to build the examples provided you will also need to have cmake installed along with pkg-config
sudo apt-get install cmake pkg-config