Google Analytics alternatives: PostHog vs Plausible vs Umami (2026)
The three best open-source Google Analytics alternatives in 2026, compared by license, self-host cost, and deploy path.
Updated on July 14, 2026

On this page
Everyone we know is quietly leaving Google Analytics. The GA4 migration annoyed people, the cookie banners aged badly, and self-hosting your own numbers stopped being exotic. The question is no longer "should we switch," it is "switch to what."
We tried the three names that keep coming up in indie and founder circles: PostHog,
Plausible, and
Umami. All three are open source. That is where the similarity ends. Choosing between them is less about features and more about a question we care about at ShipGarden: how much of your analytics do you want to actually own?
Quick answer
In 2026, the three best open-source Google Analytics alternatives are PostHog, Plausible, and Umami, and they are not really the same category. PostHog is a full product-analytics platform (events, funnels, session replay, feature flags) with a generous free cloud tier and a heavy self-host path. Plausible is lightweight, cookieless web analytics under a copyleft AGPL license, best rented from its EU cloud at $9/month. Umami is the lightest to own: MIT-licensed, cheap to self-host, with a genuinely free managed tier. Pick PostHog if you want product analytics in one tool, Plausible if you want a privacy badge without running servers, and Umami if you want to own your numbers on a small box.
The real axis: what are you actually measuring?
The listicles lump ten tools into one ranking. That hides the decision that matters. There are two different jobs here.
One job is web analytics: pageviews, referrers, top pages, a cookieless dashboard you can put in front of a client. Plausible and Umami live here. They are pageview-first, light, and privacy-first by default.
The other job is product analytics: events, funnels, retention, "which users hit the paywall and bounced," session replay, feature flags. PostHog lives here. It is event-first and much bigger.
If you only need to know who visited and where they came from, a product-analytics platform is a lot of machine to run. If you need to understand behaviour inside a signed-in app, a pageview counter will never answer your question. Decide which job you are hiring for before you compare logos.
The license truth table (the part nobody headlines)
If you plan to self-host, the license is the decision, not a footnote. We read each project's own LICENSE file in July 2026.
Scroll to see more
| Tool | Stars (Jul 2026) | License | What that means to owners |
|---|---|---|---|
| ~35.5k | MIT (except the ee directory) | Do almost anything; the enterprise folder is separately licensed | |
| ~27.7k | AGPL-3.0 | Copyleft: modify it and offer it as a network service, and you must publish your changes | |
| ~37.7k | MIT | The most permissive; fork it, embed it, resell it, no strings |
That AGPL line is the one that bites agencies. If you fork Plausible, wire it into a client SaaS, and expose it over the network, the AGPL obligates you to share your modifications. For an internal dashboard it is a non-issue. For a product you resell, read it twice. Umami's MIT license and PostHog's mostly-MIT license carry no such obligation.
Cost and free tiers: where each one really lands
Sticker prices mislead here because two of these tools bill by different units (pageviews vs events). The numbers below are from each vendor's own pricing page in July 2026.
PostHog: the platform with the generous free cloud
PostHog's free cloud tier is the most generous of the three: 1 million product-analytics events per month, 5,000 session replays, and 1 million feature-flag requests, all free every month, no credit card. After that it is pure usage-based, starting at $0.00005 per event and dropping at scale. The catch is the unit: events are not pageviews. A busy single-page app with autocapture on can burn through a million events faster than you expect. PostHog is free until you are successful, then it meters you.
Plausible: no free cloud, but the cleanest privacy story
Plausible's cloud has no free-forever tier. You get a 30-day trial with no credit card, then the Starter plan is $9 per month for up to 10,000 monthly pageviews. What you buy for that is the tightest privacy posture of the three: cookieless by default, no personal data stored, EU-hosted, and a script light enough that it will not drag your Lighthouse score. It is the tool you reach for when "GDPR-clean and I do not want to run servers" is the whole requirement.
Umami: the cheapest to own
Umami is the value pick. Umami Cloud has a genuinely free Hobby tier (100,000 events per month), and the Pro plan is $20 per month for 1 million events with additional events at $0.00003 each. But the real story is self-hosting: it is MIT, it runs on Node plus a single PostgreSQL database, and it is happy on a $5 VPS. If you want to own your analytics outright for almost nothing, this is the shortest path.
Deploy paths: "self-hostable" is a spectrum, not a checkbox
All three say "open source, self-host it." In practice the effort is wildly different, and this is the detail the roundups skip.
- Umami is the lightest lift: one Node app, one Postgres database. A single small server runs it. This is a weekend-optional deploy.
- Plausible Community Edition is a middle path: a Docker Compose stack that also wants ClickHouse alongside Postgres. Very doable, but it is more than one container.
- PostHog is the heaviest. It is ClickHouse-backed and infrastructure-hungry, and PostHog itself is candid about it: in their words, "if you must, you can self host." They would rather you use their cloud, and for most teams that is the honest answer.
So when someone says "they are all self-hostable," they are technically right and practically wrong. Umami you own on a small box. PostHog you can host, but you are signing up to run a data platform.
Where each one loses
No honest gallery entry skips this part.
- PostHog loses if all you wanted was a pageview counter. It is a lot of surface area, the events model has a learning curve, and self-hosting it is a real commitment. Overkill for a marketing site.
- Plausible loses on two fronts: there is no free cloud tier, and it will not tell you anything about in-app behaviour. It counts pageviews beautifully and stops there.
- Umami loses on depth. It is web analytics, not product analytics. No funnels-and-replay suite, and the managed tier is younger and thinner than PostHog's. If you need to debug a checkout flow, it is the wrong tool.
So which should you pick?
Here is how we would decide, in one line each.
- You run a signed-in app and need funnels, replay, and flags in one place: PostHog (start on the free cloud).
- You want a cookieless, GDPR-clean dashboard for a marketing site or a client, and you do not want to run anything: Plausible Cloud.
- You want to own your numbers cheaply on your own infrastructure: Umami, self-hosted.
That maps to the pattern we keep seeing in the r/degoogle threads through 2026: product folks land on PostHog, privacy-minded site owners land on Plausible, and tinkerers who want to own the stack land on self-hosted Umami. The tools sort themselves once you are honest about the job.
We build our stack so we can own the parts that matter, and analytics is one of them. You do not need the biggest platform. You need the one whose ownership model matches how much of it you actually want to run.
If you are still assembling the rest of that stack, we keep a running open-source Next.js starter scorecard and we compared the backend layer separately with the same own-versus-rent lens.
Your move: decide whether you are measuring a website or a product first, then pick the tool that lets you own exactly as much as you are willing to operate.
Sources
- PostHog on GitHub, stars and MIT license, July 2026: github.com/PostHog/posthog
- PostHog pricing, free-tier allowances and usage rates, July 2026: posthog.com/pricing
- Plausible Analytics on GitHub, stars and AGPL-3.0 license, July 2026: github.com/plausible/analytics
- Plausible pricing, Starter plan and trial, July 2026: plausible.io
- Umami on GitHub, stars and MIT license, July 2026: github.com/umami-software/umami
- Umami Cloud pricing, Hobby and Pro tiers, July 2026: umami.is/pricing
- Community sentiment, moving off Google Analytics in 2026: r/degoogle discussion
Written by
Aaron BrickAaron Brick curates the ShipGarden gallery, where we test open-source building blocks so we can own the stack that funds the life.
Frequently asked questions
What is the best open-source alternative to Google Analytics in 2026?
It depends on the job. For product analytics (events, funnels, session replay, feature flags) PostHog is the strongest, with a generous free cloud tier. For simple, cookieless web analytics, Plausible (rented from its EU cloud) or Umami (the cheapest to self-host) are the best picks.
Is PostHog better than Plausible?
They solve different problems. PostHog is an event-based product-analytics platform for understanding behaviour inside a signed-in app. Plausible is lightweight, cookieless web analytics for pageviews and referrers. PostHog is better if you need funnels and replay; Plausible is better if you just want a privacy-clean visitor dashboard without running servers.
What is the difference between Plausible and Umami?
Both are lightweight, cookieless, privacy-first web analytics. The main differences are license and cost: Plausible is AGPL-3.0 with cloud starting at $9 per month and no free tier, while Umami is MIT-licensed with a free cloud Hobby tier and a Pro plan at $20 per month. Umami is also the lighter self-host, needing only Node and a single PostgreSQL database.
Is Umami analytics really free?
Yes. Self-hosting Umami is completely free under the MIT license, and Umami Cloud offers a free Hobby tier of 100,000 events per month. The paid Umami Cloud Pro plan is $20 per month for 1 million events, per umami.is/pricing in July 2026.
Which Google Analytics alternative is easiest to self-host?
Umami. It runs as one Node app plus a single PostgreSQL database and is happy on a small VPS. Plausible Community Edition is a middle path (a Docker Compose stack that also wants ClickHouse), and PostHog is the heaviest to self-host because it is ClickHouse-backed and infrastructure-hungry.
More from the garden
Best open-source Next.js SaaS + AI starters (2026 scorecard)
A hands-on July 2026 scorecard of ten open-source and source-available Next.js SaaS and AI starters, ranked across six axes with real GitHub stars and exact licenses.
Convex vs Supabase vs Firebase: the Next.js backend call (2026)
Convex, Supabase, and Firebase are three different bets on your data model and how much you own. A sourced 2026 comparison of free tiers, real costs, lock-in, and which backend fits your Next.js build.
UploadThing vs Amazon S3 vs Cloudflare R2: File Uploads for a Next.js SaaS (2026)
UploadThing, Amazon S3, and Cloudflare R2 compared for Next.js file uploads in 2026: the egress-driven cost math, the DX tradeoffs, and which one to pick.


