← Back to blog
Blog

Arroxy May 2026: what shipped, what's next

Published · Updated · by Antonio Orionus

Short note on what shipped in Arroxy over the past month, plus what’s next. Arroxy is a free, open-source desktop YouTube downloader built on yt-dlp; this is what’s changed lately.

Released this month

yt-dlp keeps shipping fixes

Arroxy auto-fetches the latest yt-dlp binary at runtime. That matters because supported sites change their media surfaces over time, and yt-dlp’s maintainers ship regular compatibility updates.

In practice this means yt-dlp compatibility updates can reach your installed Arroxy the next time you start the app. You don’t have to wait for a full Arroxy release just to receive an upstream site-compatibility fix.

This is also why we bundle ffmpeg + ffprobe at build time but don’t bundle yt-dlp. ffmpeg’s API is stable and its codec semantics don’t change between releases on a useful timescale; yt-dlp’s extractor logic changes daily. Mixing those two cadences into a single Arroxy release would either slow ffmpeg fixes down or force yt-dlp updates to wait on a full app build.

What’s next

Track everything on GitHub Issues and Releases.

← Back to blog