Lightberry OS is the proprietary operating system of the Lumi social robot developed by Lightberry, based in San Francisco. It is a custom Linux distribution running on the robot's onboard computer, integrating perception, navigation, control, and voice/conversational interaction into a single software stack.
Architecture
The system runs a hybrid local-cloud model. The onboard layer handles perceiving the environment, navigation, and taking actions, while Lightberry's cloud-based agent provides communication understanding and high-level task planning.
System base
Lightberry OS is a custom Linux build based on NVIDIA Jetson Linux 39.2, running on the NVIDIA Jetson Thor T4000 module. Stated components include Linux kernel 6.8.12, glibc 2.28, GCC 13.2.0, CUDA 13.2.1, cuDNN 9.20.0, and TensorRT 10.16.2.
Extensions and SDK
Functionality can be extended through extensions running directly inside the OS or in containers. The SDK exposes an interface for Python and Rust, and inter-process communication is handled via shared memory using iceoryx2.