umami
Umami is a modern, privacy-focused analytics platform. An open-source alternative to Google Analytics, Mixpanel and Amplitude.
Health
44/100
Self-hosts from
$5.12/mo
on linode Nanode 1GB
Difficulty
3/5
Stars
36.5k
Health score breakdown
6-dimension composite. Methodology.
| activity | 82 | |
| maturity | 30 | |
| community | 15 | |
| security | 70 | |
| sustainability | 13 | |
| adoption | 44 |
Self-hosting cost
| Provider | Plan | Specs | Monthly |
|---|---|---|---|
| linode | Nanode 1GB | 1c / 1GB / 25GB | $5.12 USD |
Security advisories
1 known advisories,
0 currently open.
Latest: GHSA-8www-cffh-4q98
What people say
From Hacker News & Reddit, last 12 months.
- Umami affected by NextJS CVE-2025-66478 · 3 pts · 0 comments
- Umami 3.0 · 30 pts · 1 comments
- Session replay, custom dashboards, and RUM in self-hosted Umami v3.1 · 1 pts · 0 comments
About umami
<p align="center"> <img src="https://content.umami.is/website/images/umami-logo.png" alt="Umami Logo" width="100"> </p> <h1 align="center">Umami</h1> <p align="center"> <i>Umami is a simple, fast, privacy-focused alternative to Google Analytics.</i> </p> <p align="center"> <a href="https://github.com/umami-software/umami/releases"><img src="https://img.shields.io/github/release/umami-software/umami.svg" alt="GitHub Release" /></a> <a href="https://github.com/umami-software/umami/blob/master/LICENSE"><img src="https://img.shields.io/github/license/umami-software/umami.svg" alt="MIT License" /></a> <a href="https://github.com/umami-software/umami/actions"><img src="https://img.shields.io/github/actions/workflow/status/umami-software/umami/ci.yml" alt="Build Status" /></a> <a href="https://analytics.umami.is/share/LGazGOecbDtaIwDr/umami.is" style="text-decoration: none;"><img src="https://img.shields.io/badge/Try%20Demo%20Now-Click%20Here-brightgreen" alt="Umami Demo" /></a> </p> --- ## 🚀 Getting Started A detailed getting started guide can be found at [umami.is/docs](https://umami.is/docs/). --- ## 🛠 Installing from Source ### Requirements - A server with Node.js version 18.18+. - A PostgreSQL database version v12.14+. ### Get the source code and install packages ```bash git clone https://github.com/umami-software/umami.git cd umami pnpm install ``` ### Configure Umami Create an `.env` file with the following: ```bash DATABASE_URL=connection-url ```
Excerpt from the project's README. View full source on GitHub.