Lightspeed Core Stack installation on Linux

Lightspeed core service

Lightspeed Core Stack installation on Linux

Prerequisites

Installation steps

  1. pip install --user uv
  2. uv --version – should return no error
  3. Clone the repo to the current dir: git clone https://github.com/lightspeed-core/lightspeed-stack
  4. cd service
  5. uv info – should return no error
  6. uv install

Note: pip installs the uv binary into ~/.local/bin, which is often missing from $PATH on fresh distributions. If the uv command is not found, please check if $PATH environment variable is set correctly.