{% extends "base/base.html"%} {% block content %} {% load i18n %}
exodus logo

εxodus

{% trans "The privacy audit platform for Android applications" %}
{% csrf_token %}

{% trans "Search a report" %}

search
{% trans "You can search for an application using its name or handle" %} {% trans "ex:" %} fr.meteo

{% trans "εxodus analyzes Android applications in order to list the embedded trackers." %}

{% trans "A tracker is a piece of software meant to collect data about you or your usages. So, εxodus reports tell you what are the ingredients of the cake." %}

{% trans "εxodus does not decompile applications, its analysis method is legal." %}

{% trans "Better understand" %}

{% trans "What is a tracker? And a permission? Are there any alternatives to protect yourself?" %}

{% trans "Need an overview?" %}

{% trans "Latest reports" %}
{% trans "No known trackers" %}
{% trans "Most trackers" %}
{% verbatim %} {% endverbatim %} {% endblock %}