Vince is a free, open-source, self-hosted web analytics tool and privacy-friendly alternative to Google Analytics. See features and setup details.
Vince is an open-source, self-hosted web analytics tool built as a lightweight, privacy-friendly alternative to Google Analytics. It was created by developer Geofrey Ernest, who spent about three years researching how to apply roaring bitmap indexing to analytics event storage before releasing the project.
The tool emerged publicly around late 2024, positioned against existing privacy-focused analytics tools like Plausible Analytics, with the creator citing manageability and efficiency gaps in existing options as the motivation for building Vince.
Vince ships as a single, dependency-free binary written in Go, making deployment simple for developers who want to run their own analytics infrastructure rather than relying on a third-party SaaS provider.
Vince tracks pageviews, custom events, goal conversions, outbound link clicks, file downloads, and 404 errors without using cookies, helping sites comply with GDPR, CCPA, and PECR without a cookie consent banner.
It supports unlimited websites and events within a single self-hosted instance, includes automatic TLS support, and uses a lightweight tracking script under 1KB in size to minimize impact on page load speed.
The underlying storage engine uses roaring bitmap indexing to keep the analytics data compact and fast to query, even at meaningful scale, within a single binary deployment.
Vince is completely free and open source under the AGPL-3.0 license. There is no official paid or managed hosting tier; users deploy and run Vince entirely on their own infrastructure at no licensing cost.
Yes, Vince is completely free and open source under the AGPL-3.0 license, with no paid tiers.
Vince was created by developer Geofrey Ernest after several years researching efficient analytics storage using roaring bitmap indexing.
No, Vince tracks visitors without cookies, which helps sites comply with GDPR, CCPA, and PECR without a cookie banner.
Yes, Vince is designed exclusively for self-hosting and ships as a single dependency-free binary.
No, as of current research Vince does not offer an official managed hosting service; it is self-hosted only.
Vince offers similar privacy-friendly, cookie-free analytics but is built around a different, highly efficient storage engine and is exclusively self-hosted.
Vince is licensed under AGPL-3.0.
Yes, a single Vince instance can track unlimited websites and events.