OpenSource-Hub
U

Umami

36.5k stars·Privacy Protection·SHA-256 checksum verified

Umami is a simple, fast, privacy-focused web analytics tool that gives you full control over your data.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Self-hosted, privacy-first web analytics that is a lightweight alternative to Google Analytics.

Core Features

  • Real-time traffic insights without tracking personal data
  • Fully self-hosted, all data stays on your server
  • No cookies, no personal identifiable information (PII), GDPR compliant
  • Event tracking (clicks, form submissions, etc.)
  • Multi-site management and customizable dashboards

What It Can't Do

  • Requires PostgreSQL 12.14+; no SQLite support. Initial setup auto-creates tables and admin account, so note the default credentials. Production deployment should use a reverse proxy (e.g., Nginx). Real-time data may have a few minutes delay compared to Google Analytics.

Use Cases

  • Privacy-conscious website owners who need essential analytics
  • Small businesses that want to avoid third-party data exposure
  • Bloggers and creators looking for a lightweight alternative to Google Analytics

Umami is an open-source, self-hosted web analytics solution that prioritizes user privacy and simplicity. Unlike Google Analytics, Umami does not collect any personally identifiable information (PII) and is fully GDPR compliant. It provides real-time traffic insights, event tracking, and user behavior analysis without the complexity or bloat of traditional analytics platforms. With its clean interface and easy setup via Docker or source code, Umami is perfect for individuals, bloggers, and small businesses who want to understand their website traffic without compromising visitor privacy. The project has gained over 36,000 GitHub stars and offers a live demo for immediate exploration.

Tags

analyticsprivacyself-hostedweb-analyticsgdpr

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Deploy via Docker: run 'docker compose up -d' (starts PostgreSQL and Umami automatically)

4

Or from source: git clone, pnpm install, configure .env with PostgreSQL connection, pnpm build, pnpm start

5

Default login: admin / umami (change password immediately after first login)

Install Guide
  1. Deploy via Docker: run 'docker compose up -d' (starts PostgreSQL and Umami automatically)
  2. Or from source: git clone, pnpm install, configure .env with PostgreSQL connection, pnpm build, pnpm start
  3. Default login: admin / umami (change password immediately after first login)
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

For Docker: 'docker compose down -v' removes containers and volumes. For source: delete project folder and drop the database.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseMIT
Last Updated2026-06-26 09:20:33
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

5 FAQs

Similar Projects