Analysis updated 2026-05-18
Watch YouTube on iPhone without ads or tracking
Automatically skip sponsored segments using SponsorBlock
See real dislike counts restored via Return YouTube Dislike
Watch videos in picture-in-picture or with the screen off using background audio
| verback2308/ytlite | kiraa-ai/project-onyx | bleeeet/termipet | |
|---|---|---|---|
| Stars | 36 | 34 | 33 |
| Language | Swift | Swift | Swift |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 3/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Xcode to build and a sideloading method since it is not on the App Store.
YTLite is an unofficial YouTube app for iPhones that strips out ads and tracking. It talks directly to YouTube's internal API to load videos, search results, channel pages, and subscriptions, then displays them in a custom interface that has no advertising or analytics built in. The README explicitly states: no ads, no tracking, no external dependencies. The app supports video playback up to 1080p at 60 frames per second, background audio so videos keep playing with the screen off, and picture-in-picture mode so you can watch in a floating window while using other apps. It also connects to two community services: SponsorBlock, which automatically skips sponsored segments inside videos, and Return YouTube Dislike, which restores the dislike count that YouTube removed from its official app. Subtitles, watch history, local subscriptions, playlists, and autoplay are also included. The project uses no external code libraries. Networking, image loading, and video playback are all handled by Apple's built-in frameworks, which keeps the app small and removes any third-party packages you would otherwise need to install before building. The README states that iOS 12 or later is required, covering iPhones going back to 2015. To install the app on a device you need Xcode and a method for sideloading. A build script produces an IPA file that can be installed via AltStore, TrollStore, or on jailbroken devices via Filza. The app is not distributed through the official App Store. The project is MIT licensed and intended for personal and educational use. It is not affiliated with Google or YouTube.
An unofficial iPhone YouTube app that removes ads and tracking, adds sponsor-skipping and dislike counts, using only Apple's built-in frameworks.
Mainly Swift. The stack also includes Swift, AVFoundation, SponsorBlock API.
Free to use, modify, and distribute for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.