Skip to content

Installation

Install Lerim, connect current trace sources, and start the service.

Install

pip install lerim

Initialize

lerim init

This writes user config to the active Lerim config path (by default ~/.lerim/config.toml).

Connect current trace sources

lerim connect auto

Or connect one current coding-agent platform manually:

lerim connect claude
lerim connect codex

Register a project

lerim project add .

This only registers the repo path.

Start Lerim

lerim up

Or run the server directly:

lerim serve

If you run lerim serve directly instead of lerim up, restart it after changing registered projects or config that affects scope or runtime mounts.