Skip to content

Install Lore

Install Lore with the hosted install script:

Terminal window
curl -fsSL https://withlore.ai/install | bash

Then launch Lore with your detected coding agent:

Terminal window
lore run

Lore 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:

Terminal window
npx @loreai/gateway

Lore can import previous coding conversations so a new project memory does not start from a blank slate:

Terminal window
lore import

Imported history feeds the same distillation and knowledge pipeline as live sessions.