Muon

Open-source analytics with product intelligence built in

Muon Community is designed to be genuinely useful without a paid license — the foundation of the product, not a demo.

Is Muon open source?

Yes. Muon Community is open source and self-hostable.

It is a Rust analytics backend with a React interface and PostgreSQL storage, with the findings and investigation engines included in the core. You can deploy it with Docker Compose, Kubernetes or Helm, and it exposes an Umami-compatible tracking endpoint plus migration tools, so existing trackers keep working.

What you get

Included in Muon Community

The whole pipeline ships in the open-source core — collect, analyze, detect, investigate, deploy and migrate. Nothing here is a locked preview.

Collect

Event tracking, pageviews, custom events, sessions and visitors — captured through an Umami-compatible tracking endpoint with a Rust analytics backend behind it.

Analyze

Funnels, goals and the metrics your team lives in, served through a React interface backed by PostgreSQL storage you fully control.

Detect

The findings engine surfaces meaningful changes, plus browser health lite to connect frontend failures to product metrics — statistics first, no black box.

Investigate

Muon checks each likely explanation and rules out the ones that do not fit. You see what remains, what was excluded, and what the data is still too weak to answer.

Deploy

Docker Compose for a single box, Kubernetes manifests and Helm charts for a cluster. Your data stays with you, with no lock-in.

Migrate

An Umami-compatible tracking endpoint and Umami migration tools let you point existing trackers at Muon and bring your history along.

Why open source?

Analytics data is sensitive. You should control the software that collects it.

The data an analytics tool gathers is some of the most sensitive telemetry your product produces — who your users are, what they do, and where they struggle. Teams should be able to inspect, self-host and control the software that collects it, rather than trusting a pipeline they cannot see.

Muon is built for teams that want modern analytics without sending all product data to a black-box SaaS. Run it on your own infrastructure, read the code, and keep ownership of the raw events end to end.

Commercial use

Use it for personal, internal and commercial projects.

Muon Community can be used for personal, internal and commercial projects under the project license. Self-host it for your own product, run it inside your company, or build on it — the core analytics and investigation engines are yours to run.

Muon Pro and Muon Cloud add the work that saves teams time on top of the open-source foundation: official integrations, managed infrastructure, product investigation workflows, scheduled reports and support. They extend Community — they do not unlock an artificial paywall.

For developers

Self-host in one command.

Clone the repository and bring up the backend, tracker, dashboard and PostgreSQL with Docker Compose.

  Terminal
# clone, then bring the whole stack up
git clone https://github.com/runmuon/muon && cd muon && docker compose up -d
FAQ

Questions, answered directly.

Is Muon Community a limited version?
No. Muon Community is the foundation of the product, not a demo. The findings engine and investigation engine ship in the open-source core — they are not paywalled.
Can I use it commercially?
Yes. Muon Community can be used for personal, internal and commercial projects under the project license.
Where's the source?
The source lives on GitHub at github.com/runmuon.
Can I self-host on Kubernetes?
Yes. Muon ships Kubernetes manifests and Helm charts alongside Docker Compose, so you can self-host from a single laptop to a production cluster.
What's the difference vs Pro?
Muon Pro adds official integrations, managed cloud, product investigation workflows, scheduled reports and support. The core analytics and investigation engines are already in Community.
Open source · self-hosted

Read the code. Run it yourself.

Muon Community is the foundation — findings and investigation included. Clone it, deploy it, and keep your product data your own.