Clone the repository
Lantern is installed from its source repository. Enter the checkout before running the remaining commands.
git clone https://github.com/umahmo3/Lantern.git
cd LanternClone Lantern, learn the interface on deterministic demo data, then point the same workflow at a file or live stream.
Lantern is installed from its source repository. Enter the checkout before running the remaining commands.
git clone https://github.com/umahmo3/Lantern.git
cd LanternUse the active Python interpreter so the lantern-ant entry point lands in the same environment.
python -m pip install -e .No data or setup is required. Lantern opens a reproducible synthetic event stream so every view is ready to explore.
lantern-antOpen the included sample, read a local file, or pipe a live Kubernetes stream. Lantern detects the format automatically.
lantern-ant samples/app.jsonl
lantern-ant /var/log/app.log
kubectl logs -f my-pod | lantern-antPress /, enter a query, and press Enter. Connect the same TUI to Beacon when you need durable shared storage.
status>=500
status>=400 source=auth-service declined
endpoint~^/v1/ -healthz
has:trace_id level=error
lantern-ant --remote http://localhost:8080Press ? anywhere in Lantern for the complete keymap.