brew update
brew install sqlite
# Assuming from repo root folder:
cd client/desktop-app
npm install
# Assuming from repo root folder:
cd servicespython/reasoning-engine
uv venv --python 3.11
source .venv/bin/activate
python3 -m ensurepip --upgrade
python3 -m pip install -r requirements.txt```
infra/dev-scripts/run_local.sh
infra/dev-scripts/run_local.sh clean # to clean cargo and build from zero.infra/dev-scripts/refresh_local.shWill remove the local database file.
infra/dev-scripts/download_models.shWill download the models in the client/desktop-app/models folder removing all previous models in the folder.