Analysis updated 2026-07-03 · repo last pushed 2026-05-07
Download a video from YouTube, TikTok, or Instagram by pasting the link.
Trim a downloaded video to a specific clip without opening a separate editor.
Reopen the original source URL or reveal a downloaded file in Finder from the download history.
| pixel-point/media-downloader | eeliberto/ipa-download | kageroumado/phosphene | |
|---|---|---|---|
| Stars | 1,132 | 1,469 | 495 |
| Language | Swift | Swift | Swift |
| Last pushed | 2026-05-07 | 2026-06-21 | — |
| Maintenance | Maintained | Active | — |
| Setup difficulty | moderate | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | general | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires building from source in Xcode and having yt-dlp and ffmpeg installed on your Mac.
Media Downloader is a macOS app that lets you grab videos from the internet and trim them, all in one place. Instead of juggling a separate video downloader, a file browser, and a video editor, you paste a link from sites like YouTube, TikTok, Instagram, or X, and the app fetches the video, saves it as an MP4, and keeps a history of your downloads with thumbnail previews so you can find them again. Under the hood, the app relies on two well-established tools: one called yt-dlp that handles the actual downloading from thousands of websites, and another called ffmpeg that handles video conversion, merging, and trimming. The app acts as a clean, native macOS interface around these tools. It takes care of converting the downloaded files into broadly compatible MP4 format and stores your download history and preferences on your Mac. This is useful for creators, marketers, or anyone who frequently saves clips from social media. For example, a social media manager could download a video from a client's Instagram, trim it down to a specific clip within the app, and copy that trimmed clip directly to their clipboard to share or edit further. You can also reveal any downloaded file in Finder instantly or reopen the original source URL from the download history. The project is built entirely in Swift as a native Mac application, which means it looks and feels like a standard macOS app rather than a ported web window. It is designed to be straightforward to build from source for developers familiar with Mac development tools. One practical tradeoff worth noting is that the app's ability to download from specific sites depends on the underlying yt-dlp tool staying current. If a website changes how it serves video, the downloader could temporarily break until you update yt-dlp on your machine.
A native macOS app that downloads videos from sites like YouTube and TikTok, trims them, and keeps a history with thumbnails, all in one place.
Mainly Swift. The stack also includes Swift, yt-dlp, ffmpeg.
Maintained — commit in last 6 months (last push 2026-05-07).
No license information is provided in the repository, so default copyright restrictions apply, check with the author before using or modifying.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.