research note · evaluation · 2026-Q2

Self-hostable analytics: Plausible vs. Umami vs. PostHog OSS

Comparison of three open-source web analytics tools for replacing GA4 on a small SaaS. Methodology, metrics, and a final recommendation. Fictional content — example pergam.

investigación 3 candidates 12 sources

Question

Which open-source, self-hostable analytics tool best replaces GA4 for a 5-person team, with cookieless tracking, friendly dashboards, and low ops overhead?

Candidates

ToolLicenseLangStorageRepo
Plausible CEAGPLElixirPostgres + ClickHouseplausible/analytics
UmamiMITNodePostgres or MySQLumami-software/umami
PostHog OSSMIT (core)Python + TSPostgres + ClickHouse + KafkaPostHog/posthog

Quadrant

quadrantChart
  title Simplicity vs Capability
  x-axis "Heavy ops" --> "Light ops"
  y-axis "Basic features" --> "Advanced features"
  quadrant-1 "Sweet spot"
  quadrant-2 "Powerful but heavy"
  quadrant-3 "Skip"
  quadrant-4 "Light but limited"
  Plausible CE: [0.75, 0.55]
  Umami: [0.88, 0.40]
  PostHog OSS: [0.20, 0.92]
    

Findings

Recommendation: Umami. If product analytics depth later becomes a need, layer PostHog Cloud on top — don't try to self-host its OSS stack at this team size.

References

  1. Plausible team. Self-hosting docs. plausible.io/docs/self-hosting
  2. Umami project. Installation guide. umami.is/docs/install
  3. PostHog team. Self-hosting considerations. posthog.com/docs/self-host
  4. Web Analytics for the privacy era — Mozilla. blog.mozilla.org
  5. OWASP cookie best practices. owasp.org