OpenSource-Hub
L

Litlyx

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

Lightweight, cookie-free website analytics tool. Install in 30 seconds. Open-source alternative to Google Analytics, Posthog, and Mixpanel.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

The easiest cookie-free analytics tool you'll ever use, installable in 30 seconds.

Core Features

  • No cookies, fully privacy-compliant
  • Install in under 30 seconds with minimal code
  • Auto-track page views, real-time users, unique visitors
  • Custom events with metadata support
  • Use via npm/pnpm or direct script tag

What It Can't Do

  • Cloud version has usage limits; self-hosting requires Docker. Metadata for custom events must be a serialized JSON string. Keep your workspace_id private.

Use Cases

  • Quick analytics for personal blogs or small websites
  • Privacy-conscious ecommerce or enterprise sites
  • Developers wanting a self-hosted analytics service

Detailed Introduction

Litlyx is the easiest analytics tool you will ever use. It is fast, modern, and completely cookie-free. You can install it in under 30 seconds on any website or web app. It supports automatic tracking of page views, real-time users, unique visitors, and custom events with metadata. Available as a hosted cloud service or self-hosted via Docker. Fully open source under Apache 2.0 license, making it a privacy-focused alternative to Google Analytics 4, Posthog, and Mixpanel.

Troubleshooting & FAQ (2)

Troubleshooting
Why does Docker pull show 'requested image's platform (linux/arm64/v8) does not match detected host platform (linux/amd64)' for chibisafe?

This issue occurred because the Docker images were temporarily built only for arm64. The maintainers have since updated the build process to support amd64 again. To fix, pull the latest images:

docker pull chibisafe/chibisafe:latest

If you still face issues, rebuild using the new documentation at [docs URL]. The original platform mismatch error is resolved in the updated images.

GitHub Issue #44
Troubleshooting
Why do I get a 500 Internal Server Error on /api/project/generate_pdf when exporting a report?

This is a known bug that was fixed in the latest release. If self-hosting, update to the latest version. For the hosted version, the fix has been deployed. Try clearing your browser cache and reloading the page.

GitHub Issue #28

Tags

analyticsprivacycookie-freeself-hosteddocker

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

Step 1: Sign up at Litlyx.com, create a project, and get your workspace_id

4

Step 2: Insert the script tag in your website's <head>, set data-workspace to your workspace_id

5

Step 3: Deploy your site and view real-time data in the Litlyx dashboard

Install Guide
  1. Step 1: Sign up at Litlyx.com, create a project, and get your workspace_id
  2. Step 2: Insert the script tag in your website's <head>, set data-workspace to your workspace_id
  3. Step 3: Deploy your site and view real-time data in the Litlyx dashboard
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

If using the script tag, simply remove it from your HTML. If installed via npm/pnpm, run `npm uninstall litlyx-js` and delete any Litlyx code from your project.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseApache 2.0
Last Updated2026-06-25 10:15:30
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects