Full installation
Windows
Use the setup wizard to install System Bridge. You can download the latest version here.
Linux
You will need these packages:
lshw
: Gets system information such as the UUID.upower
: (Optional) Gets battery information.
sudo apt update
sudo apt install lshw upower
Download the package for your distribution.
Once downloaded you can install this using your software manager GUI or the terminal.
Customized installation / Python
The above is the easiest way to install System Bridge. If you want to install using Python, follow this guide.
From here you can only install what you need such as a headless setup or add the systembridgecli
package for access to the command line interface.