Install Lore
Install Lore with the hosted install script:
curl -fsSL https://withlore.ai/install | bashThen launch Lore with your detected coding agent:
lore runLore auto-detects Claude Code, OpenCode, Pi, Codex, and Hermes Agent when you run lore run. For harness-specific setup, see the Guides section.
If you’d rather configure Codex manually (for the Codex Desktop app, or to run codex without going through lore run), run lore setup codex once — it writes ~/.codex/config.toml with the gateway URL and the no-auto-compact override. See the Setup command page for the full reference.
You can also run the gateway directly with npm:
npx @loreai/gatewayExisting Conversations
Section titled “Existing Conversations”Lore can import previous coding conversations so a new project memory does not start from a blank slate:
lore importImported history feeds the same distillation and knowledge pipeline as live sessions.