← Back to blog
Blog

Arroxy vs Stacher (2026): open-source vs proprietary yt-dlp GUI

Published · Updated · by Antonio Orionus

Stacher is a polished yt-dlp GUI used by power users for downloading from YouTube and other yt-dlp-supported sites. Arroxy is a newer entrant with the same yt-dlp foundation but an MIT open-source license, multi-package-manager distribution, and built-in SponsorBlock. This post compares them so you can pick the right one for your workflow.

TL;DR

Definition blocks

Stacher — Closed-source proprietary desktop app for Windows, macOS, and Linux. Wraps yt-dlp under a polished GUI. Free tier; commercial pro features. Direct-download installer. Active development; recently rebuilt as Stacher 7.

Arroxy — Free, MIT-licensed open-source desktop app built on yt-dlp. Available on Windows 10/11, macOS 11+ (Intel + Apple Silicon), and Linux (AppImage, Flatpak, tar.gz). Distributed via Winget, Scoop, Homebrew Cask, AppImage, Flatpak, and GitHub Releases. Auto-fetches the latest yt-dlp at runtime.

Feature-by-feature

FeatureArroxyStacher
PriceFree, foreverFree tier; paid pro features
LicenseMIT (open source)Proprietary (closed source)
Source availableYes, full repo on GitHubNo
Auditable codebaseYesNo
Account / loginNo account by default; optional cookies for restricted contentNo account by default; optional cookies
Engineyt-dlp (auto-fetched)yt-dlp (bundled / managed)
2000+ sitesYesYes
4K / HDR / high frame rateYesYes
PlaylistsYesYes
Audio extractionYes (MP3 / M4A/AAC / Opus / WAV)Yes
Subtitle download (sidecar + embed)YesYes
SponsorBlock at download timeYes, built-inNot advertised as built-in on the public site
Cookies.txt for authorized signed-in accessYesYes
Queue persistence across restartsYesYes
Auto-retry on transient failuresYesPartial
Apple Silicon nativeYesYes
Linux distribution formatsAppImage + Flatpak + tar.gzAppImage only
Winget packageYes (AntonioOrionus.Arroxy)No
Scoop bucketYes (antonio-orionus/scoop-bucket)No
Homebrew CaskYes (antonio-orionus/homebrew-arroxy)No
TelemetryAnonymous aggregate OpenPanel; opt-out; no URLs/titles/pathsCheck vendor policy
Languages (i18n)21English-primary

When to pick which

Notable limitations

Arroxy doesn’t yet ship channel-subscription / auto-download-new-videos. The runtime yt-dlp fetch needs one-time network access on first launch.

Stacher is closed source, so you can’t audit it, fork it, or build it yourself. Distribution is direct-download only, which makes deployment to a fleet harder than Winget / Scoop / Homebrew / Flatpak.

How to switch from Stacher to Arroxy

If you’re coming from Stacher 7 (the current major version):

  1. Install Arroxy.
    • Windows: winget install AntonioOrionus.Arroxy
    • macOS: brew tap antonio-orionus/arroxy && brew install --cask arroxy
    • Linux: AppImage / Flatpak / tar.gz from Releases
  2. Match the default folder. Stacher defaults to ~/Downloads/Stacher. Set Arroxy’s default in Settings → General → “Default download folder” to the same path if you want to keep the structure.
  3. Match format presets. Stacher’s presets map cleanly to Arroxy’s three defaults (Best quality / Balanced / Small file) in Settings → Defaults. If you used a Stacher custom format string (yt-dlp -f), paste it into Arroxy’s Settings → Advanced → “Custom format” — both apps pass the string through to the same yt-dlp underneath.
  4. Reproduce queue concurrency. Stacher 7 defaults to 3 parallel downloads. Arroxy’s default is 4 (configurable in Settings → Downloads → “Parallel downloads”). Set to 3 if you want byte-for-byte the same behavior.
  5. Enable SponsorBlock if you want it. Stacher doesn’t ship it at download time; Arroxy does (Settings → Post-processing → “SponsorBlock”). Free win on the switch.

What users say

Stacher’s public fit is clear: it is a mature, polished GUI for people who already like the Stacher workflow. Arroxy’s fit is different: MIT-licensed source, package-manager installs, Flatpak, and built-in SponsorBlock. Both sit on yt-dlp, so the meaningful differences are around the desktop app, not the extractor engine.

The common Arroxy fit cases are users who want MIT-licensed source they can audit, Winget/Scoop/Homebrew install for fleet deployment, SponsorBlock without a second tool, or the UI in a non-English language.

FAQ

Is Stacher free?

Stacher has a free tier and paid pro features. Check the official Stacher site for the current 2026 pricing and what pro unlocks. There’s no per-download cap on free, but some workflow features may require pro.

Is Stacher safe?

Stacher is widely used and well-regarded in the yt-dlp community. It’s closed-source, so you can’t audit the codebase, but the developer is publicly known and ships regular updates. Verify any unsigned installer (Stacher or otherwise) with VirusTotal before running on a clean machine.

Is there a free open-source alternative to Stacher?

Arroxy is the closest match: same yt-dlp engine, similar paste-a-URL GUI, MIT-licensed, distributed via Winget/Scoop/Homebrew Cask/AppImage/Flatpak. Other open-source options: Tartube, Parabolic, and the yt-dlp CLI directly.

Does Arroxy share Stacher’s settings format?

No — different config schemas. But because both apps pass through to yt-dlp, any custom format string (yt-dlp -f argument) that worked in Stacher works in Arroxy’s Settings → Advanced → “Custom format.”

Does either app support SponsorBlock?

Arroxy supports SponsorBlock at download time. Stacher does not advertise built-in SponsorBlock support on its public site.

Methodology

Data compiled 2026-05-14 and refreshed 2026-06-15 from each project’s official site, public documentation, and direct install testing on Windows 11, macOS 14 (Apple Silicon), and Ubuntu 24.04. Stacher feature claims are based on the public site; closed-source software cannot be verified in source. Apps ship — corrections welcome via GitHub issue.

← Back to blog