Lightspeed Core Stack installation on Linux
Prerequisites
- git
- Python 3.12 or 3.13
- pip
Installation steps
pip install --user uvuv --version– should return no error- Clone the repo to the current dir:
git clone https://github.com/lightspeed-core/lightspeed-stack cd serviceuv info– should return no erroruv 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.