Medama Analytics is a free, open-source, privacy-focused website analytics tool with a sub-1KB tracker and no cookies. See features, self-hosting and…
Medama Analytics is an open-source website analytics tool designed to be self-hosted, giving site owners full control and ownership of their visitor data. It targets developers and organizations that want to measure site traffic without using cookies or storing IP addresses, helping simplify privacy compliance.
The project is maintained on GitHub under the medama-io organization and is distributed as a single, dependency-free binary alongside a lightweight client-side tracker script, making it straightforward to deploy on a small VM or container.
Medama's tracker script is kept under 1KB and avoids collecting cookies, IP addresses, or other identifying data, aiming for compliance with privacy regulations like GDPR and PECR without a cookie consent banner. The backend, written in Go, uses SQLite and DuckDB for storage and analytical queries, while an OpenAPI-documented REST API makes it easy to pull analytics data into custom tools.
The dashboard is a React and TypeScript application offering real-time charts and tables for exploring visitor behavior. The project reports that it can run on machines with as little as 256MB of memory, making it inexpensive to self-host for most small to medium websites.
Medama Analytics is free and open source. The core API and dashboard are licensed under Apache License 2.0, while the tracker script is licensed under the MIT License.
There is no known official managed hosting or paid SaaS tier; users are expected to self-host the software on their own infrastructure, similar to other open-source analytics tools in its category.
Medama Analytics is an open-source, self-hostable website analytics platform that tracks visitors without cookies or IP addresses, using a lightweight tracker under 1KB in size.
Yes, Medama is free and open source, with the core API and dashboard licensed under Apache License 2.0 and the tracker script under the MIT License.
Medama is designed to avoid using cookies and does not store IP addresses, which is intended to help sites comply with privacy laws like GDPR and PECR without needing a cookie banner.
Yes, Medama is built specifically to be self-hosted as a single, dependency-free binary, and the project states it can run on machines with as little as 256MB of memory.
The backend is written in Go and uses SQLite and DuckDB for storage and analytical processing, while the dashboard is built with React and TypeScript.
Like Umami and Plausible, Medama is a privacy-first, cookie-free analytics alternative to Google Analytics. Medama differentiates itself with an especially lightweight tracker, low memory requirements, and a dual SQLite and DuckDB storage approach.