· via Hacker News – Front Page (native)
VODForge ships free MIT-licensed desktop UI for YouTube and playlist downloads
VODForge is a free, MIT-licensed desktop app for macOS and Windows that wraps yt-dlp and FFmpeg to turn YouTube videos and playlists into MP4 or MP3, with signed builds, no account and optional telemetry.

A desktop front end for yt-dlp
An open-source application called VODForge reached the front page of Hacker News through a Show HN post, offering a free desktop interface for downloading YouTube videos and playlists. According to the project's site, the app wraps the yt-dlp and FFmpeg command-line tools in a point-and-click workflow for producing MP4 video or MP3 audio, positioned as an alternative to ad-supported converter sites or manual terminal use. The desktop app is released under the MIT licence, requires no account, and runs on macOS and Windows.
Video, audio and library features
For video, VODForge lets users select quality up to 4K, control the output profile, and push individual clips or whole playlists through a sequential queue. An MP4 library view keeps the original YouTube source and the validated output file paired together, showing codecs, resolution, bitrates, frame rate, audio properties, file size and saved location, so users can compare what was downloaded with what was produced rather than guessing what a conversion changed.
On the audio side, MP3 exports go up to 320 kbps or can preserve the source rate, and cover art can either be kept separate or embedded using YouTube artwork or custom images. A matching MP3 library view shows the metadata and artwork decisions alongside the finished file and its saved location. The project deliberately limits support to YouTube videos and playlists rather than exposing yt-dlp's much broader catalogue of supported sites.
Builds, signing and platform support
The current release, version 0.1.8, is distributed through GitHub Releases with three builds: one for Apple Silicon Macs (M1 through M4 and newer chips, so most Macs from late 2020 onward), one for Intel-based Macs, and a 64-bit installer for Windows 10 and Windows 11. The site says macOS builds are Developer ID signed, notarized and stapled, while Windows installers are Authenticode signed by Kryden Ventures, LLC, and SHA-256 checksums are published for every release asset. There is no Linux build; macOS 12 or newer is required on the Mac side.
Telemetry and the planned paid tier
Although no account is needed, the app does assign one random installation ID, which the project says is used for first-launch checks and for measuring interest in its cloud service. When usage sharing is enabled, VODForge sends high-level events about app opens, download runs, conversions and playback to VODForge and to a company called HeyCatch. The project states these events exclude media URLs, titles, filenames, file paths and file contents, and that sharing can be switched off in settings.
A separate paid service, VODForge Cloud, is planned to run downloads even while a user's computer is offline. Joining its interest list is free, and the project says the desktop app will remain free regardless of what happens with the cloud offering.
Why it matters
yt-dlp is the engine underneath most YouTube downloading tools, but its command-line nature keeps it out of reach for many users, and the graphical wrappers that fill the gap are frequently closed-source, ad-supported or of unclear provenance. A signed, MIT-licensed desktop app with published checksums and an upfront description of its telemetry is a rarer offering, and the side-by-side source-versus-output library views are a genuinely useful touch for anyone who cares what a conversion actually did to a file.
There are caveats worth keeping in mind. This is a 0.1.x release, and YouTube regularly changes its internals in ways that break yt-dlp-based tools. Downloading YouTube content generally conflicts with the platform's terms of service except where YouTube itself provides a download option, so the usual legal and policy considerations apply. And "local" applies to the media handling rather than the whole app, since optional telemetry still goes to two external parties unless it is disabled. As a practical, inspectable tool for people who already download YouTube media, though, it lowers the barrier considerably.
- #open-source
- #youtube
- #yt-dlp
- #desktop-apps
- #downloader