OPEN SOURCE · 10 tools

Open-source analytics tools — auditable code, owned data

Web analytics platforms with source available on GitHub: AGPL, MIT, GPL, EUPL. Run them on your own infrastructure or use the vendor cloud — same code either way.

Independently researched by Mark Sutton · No affiliate links · How we test

Who this list is for

👤 Developer who refuses vendor lock-in

You've been burned by SaaS pricing cliffs and vendor APIs that disappear in the next acquisition. You want code you can read, fork, and run forever. The license matters as much as the features.

What "open-source" should mean for analytics

Half the tools advertised as "open-source" in this category are open-core teasers: a stripped public repo, a vendor-managed cloud, and the features that actually matter living behind a proprietary EE license. That's a valid business model, but it's not what an open-source-first developer is buying. Below are the tools where the source on GitHub IS the product — whether you self-host or use the vendor cloud.

The four facts checked for each: (1) the public repo runs the same code the vendor cloud runs; (2) the license is a recognized OSI license (AGPL-3.0, MIT, GPL-3.0, EUPL-1.2) without a brand-restriction trojan clause; (3) there's real commit activity from people other than the founder; (4) a self-host deployment is a documented first-class path, not a footnote.

The license spectrum, ranked by your freedom

  1. MIT / Apache-2.0 (Umami, Litlyx) — Most permissive. You can fork, modify, ship as part of a closed product, sell. The license barely constrains you.
  2. EUPL-1.2 (GoatCounter) — EU-equivalent of GPL-3.0 but explicitly compatible with GPL/AGPL/CDDL/etc. Copyleft, but with clean compatibility. Solo-dev favorite.
  3. AGPL-3.0 (Plausible, Matomo, OpenPanel) — Strongest copyleft. If you self-host AGPL software on a public service, you must publish your modifications. Locks vendors into open-source forever; some commercial users back away.
  4. AGPL with brand restriction (Countly, some forks) — A real AGPL with a clause prohibiting commercial use of the brand name. Technically still OSI-compliant; ethically debated.

The maintenance reality

Going open-source is a license decision, but the production decision is bus factor. Here's what that means in practice:

  • Multi-maintainer projects — Matomo (15 years, dozens of contributors), Plausible (active team), OpenPanel (early but well-resourced). If the founder leaves, the project survives.
  • Solo-developer projects — Umami, GoatCounter, Ackee. Excellent code, but the bus factor is 1. If the maintainer burns out, your self-host stays running but stops getting security patches. Mitigate with a fork-friendly license + a backup plan.
  • Vendor-led with public source — Plausible CE, OpenPanel. The cloud is the business; the source is the trust signal. You'll get security patches because the vendor needs them for their own SaaS, but expect feature gates between CE and EE.

The honest cost of self-hosting OSS

The "free" in "open-source and free" only covers the license. Self-hosting any of these tools costs you ops time, infrastructure, and an upgrade cadence. Realistic numbers for a 100k-pageview/mo site:

  • Cheap path: Umami on a $5 VPS + managed Postgres ($15/mo) = $20/mo + ~2 hours/month of ops. Total cost: $20/mo + $200/year of your time at $100/hr.
  • Standard path: Matomo on a Hetzner CX21 ($7/mo) + dedicated MariaDB + nightly backups = $20/mo + ~6 hours/month for archive cron + plugin updates.
  • Scaled path: Plausible CE on ClickHouse cluster needs 4+GB RAM minimum = $30-50/mo VPS + ClickHouse tuning expertise. Significant ops.

When NOT to pick OSS

Open-source is the wrong call if any of these are true: you have zero ops capacity, you need vendor support with an SLA, your buyers (legal/procurement) require a real DPA from a real legal entity. The vendor-managed cloud version of these tools (Matomo Cloud, Plausible Cloud, etc.) gives you the OSS code path with managed ops — at a price. Most teams should pay it.

The 10 tools that qualify

Source-available web analytics with permissive or copyleft licenses. Real GitHub activity, public roadmaps, and self-hosted deployment paths — not vendor-managed open-core teasers.

Plausible

🇪🇪 Estonia

Privacy-first GA alternative, EU-hosted, simple dashboard

  • Price: $9/mo
  • License: AGPL-3.0
  • Founded: 2018
Read full review →

Matomo

🇳🇿 New Zealand

Open-source self-hosted analytics, formerly Piwik

  • Price: $29/mo
  • License: GPL-3.0-or-later
  • Founded: 2007
Read full review →

Ackee

🇩🇪 Germany

MIT Node.js + MongoDB self-host-only OSS analytics — solo German maintainer Tobias Reich. GraphQL API + 14 framework integrations. No SaaS option, no paid tier

  • Price: Free
  • License: MIT
  • Founded: 2014
Read full review →

Counter.dev

Not disclosed

Minimalist OSS hit-counter — solo-dev project, 1.1KB tracker, Pay-What-You-Want free model, no IP processed at backend

  • Price: Free
  • License: AGPL-3.0
  • Founded: 2020
Read full review →

Databuddy

🇺🇸 United States

AI-native observability suite — analytics + Web Vitals + errors + feature flags + uptime + short links + Databunny AI chat in one AGPL tracker, EU-hosted Hetzner DE

  • Price: Free
  • License: AGPL-3.0
  • Founded: 2025
Read full review →

GoatCounter

🇮🇪 Ireland

Solo-developer cookieless analytics — single binary on SQLite, EUPL-1.2 license

  • Price: Free
  • License: EUPL-1.2 (server) · ISC (count.js)
  • Founded: 2019
Read full review →

Litlyx

🇮🇹 Italy

Italian Apache-2.0 cookieless web + product + UTM marketing analytics with AI chat — Hetzner Germany, €8.99 entry, 48h breach notification

  • Price: $8/mo
  • License: Apache 2.0
  • Founded: 2024
Read full review →

Rybbit

🇺🇸 United States

Modern open-source GA replacement with cookieless tracking, session replay, and Web Vitals — AGPL, EU-hosted, lightweight

  • Price: $13/mo
  • License: AGPL-3.0
  • Founded: 2025
Read full review →

Swetrix

🇬🇧 United Kingdom

Open-source privacy-first analytics with errors, funnels, A/B, feature flags — AGPL-3.0, EU-hosted, 50 sites included

  • Price: $19/mo
  • License: AGPL-3.0
  • Founded: 2021
Read full review →

Side-by-side

Six facts that decide the call. Sortable.

Tool Entry price Self-host EU-only Cookieless Open source
Plausible $9/mo Yes Yes Yes Yes
Matomo $29/mo Yes Yes No Yes
Umami Free Yes No Yes Yes
Ackee Free Yes No Yes Yes
Counter.dev Free Yes No Yes Yes
Databuddy Free Yes Yes Yes Yes
GoatCounter Free Yes Yes Yes Yes
Litlyx $8/mo Yes Yes Yes Yes
Rybbit $13/mo Yes Yes Yes Yes
Swetrix $19/mo Yes Yes Yes Yes

Head-to-head comparisons in this category

  • GoatCounter vs Plausible GoatCounter is free for under 100k pageviews and minimalist by design — no funnels, no goals, no event tagging. Plausible adds the…
  • Matomo vs Plausible Matomo is the heavyweight: every feature, self-hostable for free, but a 25KB script and a complex UI. Plausible trades depth for a…
  • Matomo vs Umami Matomo is a 2007-era PHP analytics platform with a deep plugin ecosystem (heatmaps, session replay, A/B, ecommerce, multi-site dashboards) and a 25KB…
  • Plausible vs Umami Plausible is the polished SaaS at $9/mo with no free tier. Umami is open-source MIT, self-host for free, with similar feature set…

Browse another category