Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Matomo | 18,446 | 8 | 1 | 17 hours ago | 668 | November 17, 2023 | 2,398 | gpl-3.0 | PHP | |
Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. We love Pull Requests! | ||||||||||
Analytics | 16,848 | 19 hours ago | 40 | agpl-3.0 | Elixir | |||||
Simple, open source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics. | ||||||||||
Goaccess | 16,788 | a month ago | 384 | mit | C | |||||
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. | ||||||||||
Shynet | 2,629 | 2 days ago | 47 | apache-2.0 | Python | |||||
Modern, privacy-friendly, and detailed web analytics that works without cookies or JS. | ||||||||||
Open Web Analytics | 2,237 | a month ago | 13 | January 07, 2023 | 83 | gpl-2.0 | PHP | |||
Official repository for Open Web Analytics which is an open source alternative to commercial tools such as Google Analytics. Stay in control of the data you collect about the use of your website or app. Please consider sponsoring this project. | ||||||||||
Offen | 762 | a month ago | 50 | April 21, 2021 | 23 | apache-2.0 | JavaScript | |||
Offen Fair Web Analytics | ||||||||||
Freshlytics | 294 | 3 years ago | 2 | mit | TypeScript | |||||
Open source privacy-friendly analytics | ||||||||||
Swetrix Js | 139 | 3 | a month ago | 14 | October 17, 2023 | 1 | mit | TypeScript | ||
Ultimate, privacy-focused and feature-rich alternative to Google Analytics; Swetrix JavaScript tracking client. | ||||||||||
Dashflare | 103 | a year ago | 7 | apache-2.0 | TypeScript | |||||
🕵🏼♀️ Open Source and privacy-focused analytics solution. 📊 Advanced monitoring for your website behind Cloudflare | ||||||||||
Swetrix Api | 91 | 13 days ago | 8 | agpl-3.0 | TypeScript | |||||
Swetrix Analytics API |
Let your users access their data.
Gain valuable insights at the same time.
Open, lightweight, self hosted and free.
Software
Community
Secure & free
Our code is open source.
All usage data is encrypted end-to-end.
Offen will always be available for free.
Self hosted
Comply with GDPR guidelines.
No ads, no third parties involved.
Offen uses first-party cookies only.
Fair & by choice
Opt-in only.
Users must actively give their consent to data collection.
They have full access to their data.
Your job
Benefits for your users
What you see
Data of all pages where your Offen installation is active.
For example:
What your users see
Data of all pages a user has visited where your Offen installation is active. For example:
More features
All important statistics that help you to improve your service.
Filter collected data by URL, Location, Referrer, UTM parameters, as well as Landing Pages and Exit Pages.
Privacy friendly
Collection of usage data is opt in, users that do not actively opt in will never leave a trace.
After opt in, Offen collects the minimal amount of data needed to generate meaningful statistics for operators.
No IPs, User-Agent strings or similar are being collected or even looked at.
Secure
Data in Offen is encrypted End-To-End.
Clients encrypt usage data before it leaves the browser and there is no way for the server storing this data to decrypt it.
Attackers have no means to compromise an instance, accidental data leaks cannot expose user data.
Self hosted and lightweight
You can run Offen on-premises, or in any other deployment scenario that fits your need.
All you need to do is download a single binary file or pull a Docker image, and run it on your server.
Offen will automatically install and renew SSL certificates for you if you want it to.
If you do not want to deploy a dedicated database, you can use SQLite to store data directly on the server.
Transparent and fair
Offen treats the user as a party of equal importance in the collection of usage data.
Users have access to the same set of tools for analyzing their own data and they can delete their data at any time.
Offen is currently available in English, German, French, Spanish and Portuguese. Our consent banner and the Auditorium for operators as well as users can be displayed in the respective locale.
Support fair web analytics by contributing Italian, Chinese and other language versions. Request an invite.
The Offen consent banner is customizable in color, shape and basic font specifications to match your design. Learn more.
Give Offen a test drive right now. Open your terminal and type:
curl https://demo.offen.dev | bash
This creates an ephemeral one-off installation that is populated with random data and is running on http://localhost:9876
.
There, you can log in using the account [email protected]
and password demo
.
Work in this repository is licensed under multiple licences.
See the NOTICE file for license information on works that get bundled by Offen.
Offen is in active development.
Check our roadmap and blog for detailed updates on what we are working on right now and what's up next.
Found an issue or want to add something? Please do not hesitate to file an issue or open a pull request (or send an email in case you don't want to use GitHub). For details on how to get started head over to our contributing guidelines.
This repository contains all source code needed to work on Offen, both on the server as well as on the client.
The development setup requires docker
and docker-compose
to be installed.
After cloning the repository
$ git clone [email protected]:offen/offen.git
you can build the containers and install dependencies using:
$ make setup
Next seed the database for the server
application:
$ make bootstrap
You can test your setup by starting the application:
$ make up
which should enable you to access http://localhost:8080/auditorium/ and use the Auditorium
Run the tests for all subapplications using
$ make test
Detailed instructions on how to get started with development can be found at our dedicated docs site.
The documentation site at https://docs.offen.dev is also part of this repository. To run this site locally, you can:
make setup-docs
make docs
This will serve the documentation site on https://localhost:4000.
We are happy to work with NLnet Foundation, which actively supports our efforts as part of its Next Generation Internet initiative.
Cross-Browser testing provided by BrowserStack.
Are you using Offen? We're happy to feature you in this README. Send a PR adding your site or app to this section.