Scailable.
Search
K

Linux miscellaneous

It is possible to install the AI manager on virtually any Linux based device using our simple one-line install script.
Note that we do not actively support devices other than those listed in our supported devices section. Yes, you can try out the AI manager on virtually any device, but we cannot give any guarantees, and, if you don't have a platform license, you are on your own.

One-line install

Login to the Edge device and open a shell. Next, type the following command:
sudo bash -ic "$(wget -q -O - https://get.sclbl.net)"
If you have issues with this command due to wget not behaving as expected, the following command offers a curl based alternative:
sudo bash -ic "$(curl -fsSL https://get.sclbl.net)"
This will install the Scailable AI manager on the device and should work for ARM32, ARM64 and Intel x86_64 CPU based devices. Note that the installation will also automatically detect the presence of NVIDIA accelerator hardware and will install all the necessary drivers.
After the installation script has run you will see the following message:
At this point, you can access the AI manager at one of the ports listed and configure your solution.

One-line install with 'Access Key'

Similar to the one-line install above, but this will automatically register the device to your organisation.
You will need to get an access key from Scailable directly to use this feature. Replace the <key> below with the key you received. Contact [email protected] for more information.
sudo bash -ic "$(wget -q -O - https://get.sclbl.net)" autoregister --key <key>
After the installation, you can access the AI manager at one of the ports listed and configure your solution.

Purchasing devices

Please consult our purchasing options for your region to purchase a desired device with the Scailable AI manager pre-installed. For questions, do feel free to reach out to our team anytime using our chat.