Community Apps

Laminar

By OrcVole

Open-source observability for LLM apps and AI agents

0.2.3 4096MB Updated 2 Sep 2026
observability tracing ai analytics
Install this app
In your Cloudron dashboard, open the App Store, choose "Community apps" and paste this URL:
https://raw.githubusercontent.com/OrcVole/laminar-cloudron/main/CloudronVersions.json

Description

`0.2.3

Laminar

Laminar (lmnr) is an open-source observability platform for LLM applications and AI agents: OpenTelemetry-native tracing, evaluations, datasets, labelling queues, full-text span search, and SQL access to all of your trace data.

This package runs the self-hosted open-source (Apache-2.0) Laminar stack as a single Cloudron app — the Next.js dashboard, the Rust ingestion/API server, and bundled ClickHouse (span analytics) and Quickwit (full-text search) — with PostgreSQL provided by the Cloudron addon.

What you get

  • OpenTelemetry-native trace ingestion over OTLP/HTTP, plus the Laminar Python/TypeScript SDKs.
  • Trace & span explorer with full-text search, a SQL editor, and dashboards.
  • Evaluations, datasets, and labelling queues for building and grading eval pipelines.
  • Single sign-on via the Cloudron OIDC addon (Better Auth), or passwordless local sign-in.
  • All trace data stays on your own server; nothing is sent to a third party.

Cloudron integration

Sign-in through Cloudron SSO (OIDC) when enabled; automatic backups of all state under /app/data; one-click updates; per-project API keys for SDK and OpenTelemetry-collector ingestion on a dedicated ingestion subdomain.

Screenshot

Recent Changes

  • Update laminar 0.2.1 -> 0.2.3

  • Security: per-project rate limiting on the SQL and ingestion endpoints prevents unbounded data access and pipeline flooding; a fix prevents cross-project data access via a spoofed projectId in the request body

  • Breaking: traces_agg column types changed from bitmasks to enum arrays; new traces_static table introduced for static trace columns; all read paths migrated to the new tables; checkpoints pipeline now gated behind CHECKPOINTS_ENABLED env var (disabled by default); field renamed from p50_ms to avg_ms

  • Routine features and fixes across the release

  • No packaging changes: auth topology, workspace layout and secrets handling unchanged; base and built images digest-pinned