A single-binary, self-hosted APM and error tracker built on OpenTelemetry.
Designed for small teams, side projects, and production systems that don't need a platform.
Most APM tools today are either expensive SaaS platforms or require assembling multiple components. For many teams, both are overkill.
Concrete features. No fluff.
Full request-to-response visibility with waterfall visualization.
Exceptions with full context, automatically grouped by fingerprint.
Know which endpoints need attention.
Automatically identifies repeated query patterns in your traces.
Correlate releases with performance and errors.
POST /ingest/deploysBuilt-in Model Context Protocol server for AI assistants.
list_errors, slow_routesRun MiniAPM, point your OpenTelemetry exporter at it, done.
# 1. Run MiniAPM docker run -d -p 3000:3000 -v miniapm_data:/data ghcr.io/miniapm/miniapm # On first run, you'll see your API key: INFO miniapm::server: Single-project mode - API key: proj_abc123... # 2. Configure your app to send traces OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:3000/ingest OTEL_EXPORTER_OTLP_HEADERS=Authorization=Bearer proj_abc123... # 3. Open http://localhost:3000 — that's it
Using Rails? Add our miniapm gem for zero-config instrumentation.
The API key is printed on every server start for easy access.
MiniAPM is a good fit if you value simplicity and control.
Production visibility without production costs
Focus on building, not configuring
Keep everything on your infrastructure
Deploy per-client with zero marginal cost
Professional observability, indie budget
Tired of heavyweight stacks
If you need these, great tools exist already. MiniAPM focuses on making production behavior understandable, quickly.
Your data stays on your machine.