Install and operate LocalLore¶
Install from a checkout¶
Run the installer for both initial setup and later updates:
To index a non-default session directory:
The installer validates Docker and the session path, writes mode-0600
runtime configuration, builds the image, starts the fixed locallore Compose
project, waits for indexing, and runs production checks.
Load a checkout as a development plugin with:
Inspect the service¶
status.sh summarizes container and index state. logs.sh follows daemon
output. doctor.sh validates configuration, migrations, FTS5, model inference,
container count, loopback publication, and Host/Origin protection.
The daemon persists across normal Claude sessions. If it has been stopped,
rerun /locallore:setup or ./scripts/install.sh.
Preview this documentation¶
Install the locked documentation dependencies and start the development server:
Then open http://127.0.0.1:8000/. Validate the production build with:
Uninstall¶
The script asks before deleting the container, derived index volume, and runtime configuration. It does not delete Claude session files.