Kaunta (カウンタ)
Advanced privacy-focused analytics with email tracking, UTM campaigns, and real-time insights. Modern drop-in replacement for Umami.
Advanced privacy-focused analytics with email tracking, UTM campaigns, and real-time insights. Modern drop-in replacement for Umami.
No cookies, no tracking, privacy by design
Single binary, ready to run
Minimal memory footprint
Same API & database schema
Visitors, pageviews, referrers, devices, locations, UTM campaigns, email tracking
City/region level with automatic MaxMind GeoLite2 download
Pixel tracking for email campaigns and RSS feeds with detailed analytics
UTM parameter tracking for marketing campaigns and attribution analysis
Built-in health checks and diagnostics with CLI doctor command
Kaunta requires PostgreSQL 17+ and supports Linux, macOS, Windows, and FreeBSD
# Install to ~/.local/bin (default)
curl -fsSL https://raw.githubusercontent.com/seuros/kaunta/master/scripts/install.sh
| bash
# Install system-wide (requires sudo)
curl -fsSL https://raw.githubusercontent.com/seuros/kaunta/master/scripts/install.sh
| bash -s -- --system
export
DATABASE_URL="postgresql://user:password@localhost:5432/kaunta"
export
PORT="3000"
export
SECURE_COOKIES="true"
# Enable for HTTPS
docker run -e
DATABASE_URL="postgresql://..."
-p 3000:3000 kaunta
./kaunta
Health check endpoint:
GET /up
Add this to your website (works like Google Analytics):
<script
src="https://your-kaunta-server.com/k.js"
data-website-id="your-website-uuid"
data-debug="true"
async defer></script>
kaunta website create
example.com
<!-- Email campaign tracking -->
<img
src="https://your-kaunta-server.com/p/YOUR-WEBSITE-ID.gif?utm_source=mailchimp&utm_campaign=welcome"
width="1"
height="1"
style="display:none"
/>
That's it! Analytics start collecting with full UTM campaign tracking.
Kaunta uses CLI-based user management for security. No web registration - all users must be created via command line.
kaunta user create
admin
# You'll be prompted for name and password
/login
Get comprehensive insights with real-time analytics, advanced filtering, and beautiful visualizations. Everything you need to understand your audience.
Live visitor counts, pageviews, and activity updates with enhanced dashboard UI
Filter by country, browser, OS breakdown, device, page, and UTM campaigns
Visualize visitor locations with country and city-level geographic data
UTM parameter analysis, email pixel tracking, and marketing attribution
Entry/exit page tracking, session flows, and detailed audience insights
Bounce rate, session duration, popular pages, and conversion tracking
Kaunta continues to evolve with powerful new features for modern analytics needs. From email tracking to enhanced dashboards, discover what's new in the latest release.
Track email opens and engagement with invisible 1x1 pixel tracking for newsletters and campaigns
Complete UTM parameter tracking with campaign attribution, source analysis, and ROI measurement
Modern dashboard icons, improved OS breakdown visualization, and streamlined user experience
Entry and exit page tracking with tabbed dashboard views for better user flow analysis
Built-in health monitoring with CLI doctor command for system diagnostics and troubleshooting
Improved admin interface for managing multiple websites with enhanced controls and settings
The latest release includes all these features plus performance improvements and bug fixes
View Release NotesSeamlessly migrate from Umami with zero downtime. Compatible with existing trackers and databases while adding powerful enhancements.
Same tracking API as Umami - no code changes needed in your applications
Automatically migrates existing Umami databases on startup with zero data loss
Faster queries, better caching, and improved real-time capabilities
Enhanced filtering to exclude bots and provide cleaner analytics data