NewPipe
TAS Score: S3/3 — D4/5 — A3 / T2 D4 not D5: depends on YouTube/PeerTube/SoundCloud APIs which can break without notice (Q7 — transparency fragility).
Brief Description
Lightweight YouTube frontend for Android. No ads, no tracking, no Google account required. Background playback, downloads, subscriptions — all without Google Play Services. Also supports PeerTube, SoundCloud, Bandcamp, and media.ccc.de.
Architectural Role
Client-side application layer — media streaming. Scrapes public APIs without authentication.
Technical Autonomy
- Works without internet (streaming requires internet, but downloaded content works offline)
- Stores data locally (subscriptions, history, downloads on-device)
- Does not require external accounts (no login at all)
- Allows data export (subscriptions as JSON, downloaded media files)
- Provides offline updates (F-Droid)
Philosophical Assessment (whose.world criteria)
| Criterion | Status | Comments |
|---|---|---|
| Pause | ✅ | Stop anytime. Downloaded content persists. |
| Exit | ✅ | Export subscriptions. Downloaded files are standard media. |
| Recoverability | ✅ | Import subscriptions. Reinstall from F-Droid. |
| Visibility | ✅ | Fully open-source. |
| External Dependencies | ⚠️ | Depends on YouTube’s public-facing API. Google can break it. |
Rating key: ✅ fully meets · ⚠️ partially meets or requires configuration · ❌ does not meet
Configuration (Minimal)
Install from F-Droid. Open and use — no account or setup needed.
Related Recipes
Alternatives
| Alternative | Autonomy | Notes |
|---|---|---|
| Piped | A3 / T2 | Web-based YouTube frontend. Self-hostable. |
Trajectory
Direction: stable Active development. Occasional breakage when YouTube changes its API — typically fixed within days. Large contributor community. Signal assessment: | Signal | Status | Evidence | |——–|——–|———-| | License | ✅ | GPL-3.0, unchanged. | | Feature gating | ✅ | All features free. | | Self-hosting | ✅ | Client app. | | Governance | ✅ | TeamNewPipe. Community-governed. Multiple contributors. | Signal key: ✅ opening · ➖ neutral · ⚠️ closing —
Sources
- Website: https://newpipe.net
- Documentation: https://github.com/TeamNewPipe/NewPipe/wiki
- Repository: https://github.com/TeamNewPipe/NewPipe
- Docker image: —
- Community: https://github.com/TeamNewPipe/NewPipe/discussions