LatticeSearch — Linux (headless server edition)
===============================================
Requires Python 3.12 and numpy (the run script installs numpy if missing).
The engine ships COMPILED — native .so for the core algorithms, .pyc for the rest; no source.

  ./run.sh                      # starts on http://127.0.0.1:8765
  PORT=9000 ./run.sh            # custom port
  LATTICE_HOME=/data ./run.sh   # where the index + license live

Enter your license key in the web UI (Settings) or:  python3 license_client.pyc activate LS-XXXX-XXXX-XXXX
Meaning search (optional): pip install -r requirements-full.txt  (needs the models).
