The short version
- The open source web analytics tools worth adopting in 2026 are Matomo, Plausible Community Edition, Umami, and PostHog, each fitting a different team shape.
- I ship on the Umami engine and use two of the others weekly.
- Pick by what you need to run, not by star count.
I have spent two years building on top of an open source web analytics engine, and the year before that I compared every serious option from a spreadsheet at 3am. So this is not neutral, and I will not pretend it is. It is my honest read on the open source web analytics tools worth adopting in 2026, when to reach for each, and where the free download stops being free.
What counts as open source web analytics
There is a difference between open source and source-available that a lot of comparison posts wave past, and it decides what you can actually do with the code. Open source under an OSI-approved license (MIT, GPL, MPL, Apache) means you can self-host, fork, modify, and redistribute without paying for a commercial license. Source-available means the code is on GitHub, you can read it, but the license says you cannot run it as a competing service, or you owe the vendor a fee at a certain scale. Both models can be fine. They are not the same product.
The four tools below are all genuinely open source under permissive or copyleft licenses. When a competitor is source-available or dual-licensed I say so, because a small SaaS that self-hosts on a source-available license and later builds a paid product on top can wake up with a license violation nobody warned them about.
The four open source web analytics tools I trust
Every general-purpose analytics tool below has a real user base, a maintained repo, and someone paid to fix bugs when they land. That is a lower bar than it sounds. I removed three projects from my shortlist this cycle because their last commit was in 2024 and their Docker image will not pull cleanly on a modern host.
Matomo: the closest full replacement for GA4
Matomo is the oldest and deepest tool on this list, licensed GPL v3, self-hostable on any PHP stack. It ships ecommerce reports, goals, funnels, custom dimensions, a tag manager, and Multi Channel Conversion Attribution across six models. Per matomo.org the Multi Channel plugin is a paid add-on for self-hosted installs, though bundled in Matomo Cloud. Heatmaps and session recordings are a paid premium plugin too, so you should think of the free download as the traffic core, not the whole platform. If your priority is a genuine GA4 replacement with data you fully own, this is the honest answer, and I would still pick it for any organisation with regulatory obligations that cannot leave the EU. See how it stacks up in my Conclick vs Matomo comparison.
Plausible Community Edition: minimal, opinionated, privacy-first
Plausible Community Edition is the self-hosted, AGPL-licensed build of Plausible Analytics. Per plausible.io the hosted version funds development, and the CE build is a subset that runs on your own box with Docker. It counts pageviews, sessions, referrers, custom events and outbound clicks, and it does it fast on a small script. There are no heatmaps, no funnels beyond basic goal counting, and no revenue attribution. That is the point. If you run a marketing site or a content project and you want a dashboard your team can read on a phone during standup, Plausible CE is the least surprising choice. My honest Conclick vs Plausible comparison covers where it falls short if you are running a paid product.
Umami: the traffic engine I chose to build on
Umami is MIT-licensed, Postgres or MySQL-backed, ships as a single Next.js app, and installs in about ten minutes on any modern host. It is fast, cookieless by default with a first-party identifier, and its schema is clean enough to extend. Full disclosure: Conclick is built on the Umami codebase, so I have opinions about its trade-offs that are worth stating rather than hiding. The upside is a small, auditable core with an active maintainer and a real community. The downside is that out of the box Umami is a traffic tool. It does not do heatmaps, funnels beyond simple event chains, or revenue attribution. If your job is counting visits and events cleanly and you want the software to stay small, install it today. If you need behaviour or money in the same view, you will either extend it or reach for something bigger. My side-by-side is at Conclick vs Umami.
PostHog: product analytics if you will write the code
PostHog is MIT-licensed for the core and source-available for the enterprise features, and per posthog.com it is genuinely self-hostable, though the recommended production topology is heavy: Kafka, ClickHouse, Zookeeper, Redis and Postgres, plus workers. It does event capture, funnels, retention, session replay, feature flags, experiments and a Stripe connector. Two honest caveats. First, per their docs PostHog is removing the standalone Revenue analytics dashboard on or after June 30, 2026, moving revenue onto person and group properties you query yourself. Second, self-hosting PostHog is a real infrastructure job, and most small teams who try end up paying for cloud within a quarter. Excellent when you have engineering capacity. Overkill for a solo founder who wants a dashboard by Friday.
What self-hosting actually costs you
The sticker price of an open source tool is zero. The operational cost is not. I have watched small teams treat self-hosting as a cost saving and then quietly write off a month of engineering across a year keeping it alive. The honest bill has four lines: the host you run it on, the Postgres or ClickHouse behind it, the person on call when the disk fills up on a Sunday, and the security patches you either apply or ignore.
- Host: a $10 to $40 a month VPS runs Umami or Plausible CE for a mid-traffic site. Matomo needs a little more if you install premium plugins. PostHog production is closer to $200 a month before you count storage.
- Database: budget for backups you actually restore-test. A backup nobody has restored is a superstition, not a backup.
- Time: expect two to four hours a month steady state, and a full day whenever the upstream project ships a major release.
- Security: subscribe to the project's security advisory feed. A CVE in an analytics tool that is publicly reachable is not a small incident.
This is where the honest answer for many founders is that hosted Plausible, or hosted Umami Cloud, or a $9 a month tool like the one I run, is cheaper than what a proper self-hosted deployment costs in total. It is worth doing the math before committing to the ops work, not after.
How should you pick one?
Here is the decision tree I actually use when someone asks me privately. If you need a real GA4 replacement with ecommerce reporting and you have PHP-comfortable ops, install Matomo. If you run a marketing site or content project and you want the smallest, calmest dashboard, install Plausible CE. If you want a lean, extensible traffic engine you can build on, install Umami. If you have engineers and your real questions are about product usage, session replay and feature flags, install PostHog and budget the machines. If none of those match your team, the honest answer is that hosted analytics is the right buy and open source is a story you tell yourself.
A useful cross-reference is my revenue attribution tools guide, which covers the payment-first tools that stitch charges to sources. None of the four above do that well out of the box, and if the question you need answered is which channel makes you money, a general open source tool is not where I would start.
Where open source is the wrong answer
Open source is not a moral position, it is a set of trade-offs, and there are shapes of team where the trade-offs go the wrong way. If you are a solo founder pre-revenue, the days you spend fiddling with a self-hosted install are days not spent on the product. If you need revenue attribution across Stripe or Paddle, most of these tools require real integration work you probably do not want to do. If your compliance team wants a signed DPA and named subprocessors, open source alone does not give you that, and the hosting provider becomes the answer either way.
The right question is not open source versus proprietary. It is where your team wants to spend attention. Every hour I spent on database migrations for an analytics service was an hour I did not spend on the product that pays my rent. That is the math the community rarely puts on the pricing page.
The best open source analytics tool is the one you will still be running in eighteen months. Software that quietly stops collecting data is worse than software that costs money.
Frequently asked questions
What is the best open source web analytics tool in 2026?
Is Google Analytics open source?
Is Plausible fully open source?
Can I self-host analytics without a DevOps engineer?
What is the difference between open source and source-available?
Is Umami still actively maintained?
Conclick gives you privacy-first analytics, heatmaps, funnels, and revenue attribution in one. Free for 14 days, no card.
Sources
- Matomo: Multi Channel Conversion Attribution user guidematomo.org
- Matomo: premium features and pricing for self-hostedmatomo.org
- Plausible Community Edition on GitHubgithub.com
- Umami analytics on GitHubgithub.com
- PostHog: self-hosting production deploymentposthog.com
- PostHog: Revenue analytics dashboard removal noticeposthog.com
Deepak Yadav is the founder of Conclick — privacy-first web analytics that ties every visit to real revenue. He has spent years staring at GA4 dashboards trying to answer one question (which traffic actually makes money) and built Conclick to answer it. He writes about analytics, attribution, and what actually moves the needle for bootstrapped founders.