Skip to main content

Software Installation

Phase 2 of 6Install

Get PpRx and the Locus Lock GUI running on your host machine.

tip

Purchased LEO100 with a host computer? PpRx and the GUI come pre-installed. Skim the requirements below if you like, then jump to Phase 3: Beginner Tutorials.

If you purchased LEO100 without a host computer, follow the steps below to install the required software on your own machine.

Host Computer Requirements

Locus Lock generally recommends the following specifications for the host computer:

SpecMinimum
CPU64-bit, 4+ cores, 1+ GHz
RAM2 GB
Storage5 GB
OSUbuntu LTS 22.04 or later

Installing PpRx

PpRx can be installed with the following command:

bash -c "$(curl -fsSL https://install.locuslock.com/installer.sh)" 

Install the Locus Lock GUI

The Locus Lock GUI provides the primary workflow for configuring, verifying, and operating PpRx. GUI-based setup is recommended before moving to CLI-only workflows.

Locus Lock GUI

To install the Locus Lock GUI application, run the following command:.

bash -c "$(curl -fsSL https://install.locuslock.com/gui_installer.sh)"
note

The Locus Lock GUI is included in all variants of LEO100.

tip

For installations on NVIDIA Jetson computers, disabling VSYNC for Qt applications improves GUI performance. Run the following command in a terminal:

echo "QSG_NO_VSYNC=1" | sudo tee -a /etc/environment

Reboot the Jetson for this setting to take effect.