Comparison

Falorb vs Umami

The closest comparison on this list. Both are MIT licensed, both deploy with Docker, both refuse cookies and cross-site tracking. The difference is scope: Umami is deliberately light, and Falorb is deliberately not.

Checked August 2026Written to be fair
What Umami is

Umami, in its own terms

Umami describes itself as a privacy-first analytics platform covering traffic, campaigns, behaviour, conversions and revenue, with no cookies and no surveillance, self-hosted or in the cloud. It is MIT licensed, deploys with Docker, and runs on PostgreSQL. A managed cloud option is available for anyone who would rather not self-host, and individual visitor sessions can be viewed without identifying personal information.

Checked against github.com/umami-software/umami and docs.umami.is in august 2026. Products change; verify anything you are deciding on.

Side by side

Where they actually differ

 FalorbUmami
LicenceMITMIT
StoresClickHouse and Postgres, with Redis betweenPostgreSQL
To run itThree services, more to operateOne service, simpler to operate
Unit of analysisThe person, resolved across propertiesSessions, per site
Cross-site identitySame identify() id links your own productsNot a cross-property graph
CookiesNone requiredNone
Assistant accessMCP server, 25 toolsNot offered
The honest answer

Which one you should actually use

Choose Umami if
  • You want one container and one database, and nothing else to think about.
  • Your traffic is modest and Postgres alone will comfortably hold it.
  • You want the smaller, simpler codebase to read and modify.
  • A managed cloud with published pricing matters to you today.
Choose Falorb if
  • You run several products and want them resolved into one audience.
  • You want funnels with per-step drop-off and the people who abandoned.
  • You want cohort retention, path analysis and revenue attribution built in.
  • Event volume is high enough that a column store starts to matter.
What it looks like

The Falorb side, in the real interface

The Falorb portfolio dashboard: headline figures across five properties above a ranked list, each site with its own sparkline and period-over-period change.The Falorb portfolio dashboard: headline figures across five properties above a ranked list, each site with its own sparkline and period-over-period change.
Every property on the first screen, with one identity graph underneath
Questions

vs Umami: the usual questions

Is Falorb heavier to run than Umami?

Yes, plainly. Umami needs Postgres; Falorb needs Postgres, Redis and ClickHouse. That is three things to back up instead of one, and it buys column-store query performance and a person-level identity graph. If you do not need those, the extra operational surface is a cost with nothing on the other side of it.

Both are MIT. Is there any licensing difference?

No meaningful one. Both permit commercial use, modification and redistribution, and neither requires you to publish your changes.

The fastest way to decide is to run it

Clone the repository, bring the stack up with Docker Compose and paste one script tag. Ten minutes, and no account anywhere.