Free, open-source podcast manager and player for millions of podcasts. Supports RSS feeds, Apple Podcasts, and gPodder.net sync with no ads or tracking.
Quick Verdict
Best for: Podcast listeners who want no tracking
What It Means For You
AntennaPod collects no user data and shares nothing with third parties. Podcast feeds are fetched directly using open-source networking libraries, and any crash information stays on the device. The only external services contacted are podcast directories (fyydlin, PodcastIndex, iTunes) to search for shows.
Quick Verdict
Best for: Podcast listeners who want no tracking
What It Means For You
AntennaPod collects no user data and shares nothing with third parties. Podcast feeds are fetched directly using open-source networking libraries, and any crash information stays on the device. The only external services contacted are podcast directories (fyydlin, PodcastIndex, iTunes) to search for shows.
Method and Limitations
Static analysis only. CITT reviewed the code of this build without running the app, so runtime behavior was not observed. The findings below describe the analyzed build and may not reflect server-side controls or later versions. CITT makes no determination about compliance with any law or platform policy; it reports what the artifacts contain and cites the published guidance so a reader can compare.
Data Security
4 totalNetwork Security
3 totalCode Security
3 totalPrivacy
1 totalThird-Party Risk
1 totalVersion diff is on the Developer plan. See developer plans.
Context Tags
Package
de.danoeh.antennapod
Version
3.11.2 (versionCode 3110295)
Analysis Date
Apr 14, 2026
Classes Analyzed
1,200
Feedback helps us improve our analysis
Privacy-respecting open-source app with no trackers and no data collection. The main concern is that login details for password-protected podcast feeds and sync services are stored on your device without extra protection, which matters if your phone is modified or someone has physical access with USB debugging turned on. Most users will never encounter this risk.
Data Security - 4 findings (3 medium, 1 info)
Network Security - 3 findings (1 medium, 2 low)
Code Safety - 3 findings (2 low, 1 info)
Privacy - 2 findings (2 info)
AntennaPod collects no personal data. The Play Store declaration of "No data collected" and "No data shared with third parties" is accurate based on this analysis.
No third-party data sharing was identified in this analysis.
Optional sync feature note: If you choose to enable gPodder.net or Nextcloud sync, your podcast subscription list and episode playback history (including timestamps and positions) is sent to whichever server you configure. This feature is disabled by default and entirely under your control.
Security: 90/100
Privacy: 100/100
The app's privacy practices are already strong. They could be further strengthened by:
Protected Login Detail Storage
Login details for password-protected podcast feeds and sync accounts are stored in standard app storage. Storing them in the system's protected secure storage would better safeguard users who share devices or are concerned about physical access.
Sync Connection Restrictions
The sync feature allows connections to HTTP addresses, which sends login details over an unencrypted connection. Restricting sync to HTTPS addresses only would eliminate this risk.
Reduce Diagnostic Logging in Production Builds
Verbose diagnostic messages in the production release include internal podcast feed URLs and network retry details. Limiting log output in production builds would reduce the amount of sensitive information visible in device logs.
External Storage on Database Error
When the app encounters a database error, it copies the database file (which includes stored login details) to a location that is more accessible than normal app storage. Excluding login detail columns from this backup would reduce exposure.
App Type: Open-source podcast manager and player (Music & Audio)
Classes Analyzed: 1,200
Third-Party Services: 14 (open-source libraries and podcast directory APIs only - no advertising or analytics services)
Context Tags: sensitive_data
This security analysis was conducted by CITT (Can I Trust That), an independent security analysis service. We perform static code analysis on Android applications to help users make informed decisions about app security and privacy.
Developer: AntennaPod Open Source Team
Version: 3.11.2 (versionCode 3110295)
Analysis Date: 2026-04-14
Package: de.danoeh.antennapod
Developer not yet contacted