Arroxy — Free Open-Source YouTube (+ 2000 sites) Downloader for Windows, macOS & Linux
4K · 1080p60 · HDR · Surround/Dolby audio · Playlists · MP3 · Shorts · Music · Channels · Subtitles · SponsorBlock · +2000 sites
Read in: Afaan Oromoo · Bahasa Indonesia · Deutsch · English · Español · Français · Kiswahili · O'zbekcha · Português · Tiếng Việt · Türkçe · አማርኛ · العربية · اردو · پښتو · বাংলা · हिन्दी · မြန်မာဘာသာ · Ελληνικά · Русский · Српски · Українська · 中文 · 日本語

Download videos, Shorts, music, channels, podcasts, or audio tracks from YouTube and 2000+ supported sites — up to 4K HDR at 60 fps, or as MP3 / AAC / Opus. Runs locally on Windows, macOS, and Linux. No ads, no bloat, no upsells.
↓ Install Latest Release · Website · Windows first launch · macOS first launch · Linux first launch

If Arroxy saves you time, a ⭐ helps others find it.
> What is Arroxy? Arroxy is a free, open-source desktop GUI that downloads videos, audio, playlists, and subtitles from YouTube and 2000+ other yt-dlp-supported sites. It runs on Windows 10/11, macOS 11+ (Intel + Apple Silicon), and Linux (AppImage, Flatpak, tar.gz). MIT licensed. No account, no ads, no usage limits. Distributed via Winget, Scoop, Homebrew Cask, Flatpak, AppImage, and direct download.
>
> Last updated: 2026-09-03.
Contents
Install and first launch
| Platform | Direct download |
|---|
| Windows |  |
| macOS |  |
| Linux |  |
| Verify |  |
All release assets →
Install via package manager
Already use a package manager? You can skip the manual download path.
| Channel | Command |
|---|
| Winget | winget install AntonioOrionus.Arroxy |
| Scoop | scoop bucket add arroxy https://github.com/antonio-orionus/scoop-bucket && scoop install arroxy |
| Homebrew | brew tap antonio-orionus/arroxy && brew install --cask arroxy |
| Flatpak (local file) | flatpak install --user ./Arroxy-linux-x64.flatpak |
Windows first launch
On first launch you may see "Windows protected your PC" or "Unknown publisher." This applies to both Arroxy-win-x64-Setup.exe and Arroxy-win-x64-Portable.exe. Arroxy is free and open-source and the Windows builds are not code-signed with a paid certificate, which is why SmartScreen flags them. It does not automatically mean Arroxy is unsafe. To continue:
- Click More info.
- Click Run anyway.
If Windows Defender flags or removes the file
Defender heuristics sometimes flag unsigned NSIS installers and Electron portables as suspicious. If Defender quarantines Arroxy-win-x64-Setup.exe or Arroxy-win-x64-Portable.exe, restore it from Windows Security → Virus & threat protection → Protection history, then add the Arroxy executable as an allowed item under Manage settings → Add or remove exclusions. As with SmartScreen, the trigger is the missing publisher signature, not detected malware.
> Only download Arroxy from the official GitHub Releases page. If you got the file from another website or someone sent it to you, delete it and download a fresh copy from the official source. The source code is public, so you can inspect it or build Arroxy yourself if you prefer.
macOS first launch
Arroxy is not yet code-signed for macOS, so Gatekeeper can show the scary "Arroxy.app is damaged and can't be opened" dialog after you install it from the DMG. That message means macOS quarantined an unsigned app; it does not mean the app files are actually damaged. On current macOS, the reliable fix is Terminal:
- Drag
Arroxy.app from the mounted DMG into /Applications.
- Open Terminal and run these two commands:
sudo xattr -dr com.apple.quarantine /Applications/Arroxy.app
open /Applications/Arroxy.app
The first command removes the quarantine attribute from your installed copy of Arroxy. The second launches the app. sudo may ask for your Mac password; Terminal will not show characters while you type it.
Apple Silicon vs Intel: on an M-series Mac (M1 / M2 / M3 / M4), download the arm64 DMG. On Intel Macs, download the x64 DMG. Running the wrong build still works via Rosetta but is noticeably slower.
> macOS builds are produced via CI on Apple Silicon and Intel runners. If you hit issues, please open an issue — feedback from macOS users actively shapes the macOS testing cycle.
Why you may see a warning
Arroxy is open-source and MIT-licensed. The Windows and macOS builds are not code-signed — Apple Developer ID and Windows EV code-signing certificates each cost hundreds of dollars per year, which an indie project pays out of pocket. Without those signatures, Windows SmartScreen and macOS Gatekeeper will warn you on first launch. The warnings mean your OS doesn't recognize the publisher — they don't mean Arroxy is malware.
Three ways to verify Arroxy yourself, in increasing rigor:
Linux first launch
AppImages run directly — no installation. You just need to mark the file as executable.
File manager: right-click the .AppImage → Properties → Permissions → enable Allow executing file as program, then double-click.
Terminal:
chmod +x Arroxy-linux-x64.AppImage
./Arroxy-linux-x64.AppImage
If launch still fails, run it without mounting — no FUSE package needed:
./Arroxy-linux-x64.AppImage --appimage-extract-and-run
Optional desktop integration: install AppImageLauncher once, and any AppImage you double-click gets registered into your launcher menu automatically — no manual .desktop file needed.
Plain tarball (no FUSE, no install):
The .tar.gz build is the same app without the AppImage wrapper — extract it anywhere and run it. No installer and no FUSE package needed.
tar xzf Arroxy-linux-x64.tar.gz
./Arroxy-linux-x64/arroxy
Flatpak (sandboxed alternative): download Arroxy-linux-x64.flatpak from the same release page.
Ubuntu ships Snap rather than Flatpak, so install Flatpak and add Flathub first — the bundle pulls its runtime from there:
# Ubuntu / Debian
sudo apt install -y flatpak
# Fedora
sudo dnf install -y flatpak
# Arch
sudo pacman -S flatpak
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install --user ./Arroxy-linux-x64.flatpak
flatpak run io.github.antonio_orionus.Arroxy
The Linux downloads on the release page are x86_64 only. On ARM64 machines (Raspberry Pi, Asahi Linux) the Flatpak still installs, then fails at launch with bwrap: execvp ldconfig: Exec format error.
Verify your download (SHA256)
Every release publishes a SHA256SUMS file alongside the binaries. To check that your download wasn't corrupted or tampered with in transit, hash your file locally and match the line in SHA256SUMS. Open the latest release page → Assets → download SHA256SUMS.
Windows (PowerShell or Command Prompt):
certutil -hashfile Arroxy-win-x64-Setup.exe SHA256
macOS (Terminal):
shasum -a 256 Arroxy-mac-arm64.dmg
Linux (Terminal):
sha256sum Arroxy-linux-x64.AppImage
Want a third-party malware scan? Upload the file at VirusTotal. A handful of generic-heuristic flags from minor engines is normal for unsigned Electron apps; widespread detections from major engines would be a real concern.
Windows: Installer vs Portable
| NSIS Installer | Portable .exe |
|---|
| Installation required | Yes | No — run from anywhere |
| Auto-updates | ✅ in-app | ❌ manual download |
| Startup speed | ✅ faster | ⚠️ slower cold start |
| Adds to Start Menu | ✅ | ❌ |
| Easy uninstall | ✅ | ❌ delete the file |
Recommendation: use the NSIS installer for auto-updates and faster startup. Use the portable .exe for a no-install, no-registry option.
Why Arroxy
A side-by-side comparison with the most common alternatives:
| Arroxy | 4K Video Downloader | JDownloader | Y2Mate / online converters | Browser extensions |
|---|
| Free, no premium tier | ✅ | ⚠️ | ✅ | ⚠️ | ⚠️ |
| Open source | ✅ | ❌ | ❌ | ❌ | ⚠️ |
| Local processing only | ✅ | ✅ | ✅ | ❌ | ✅ |
| No login or cookie export | ✅ | ⚠️ | ⚠️ | ⚠️ | ✅ |
| No usage caps | ✅ | ⚠️ | ✅ | 🚫 | ⚠️ |
| Cross-platform desktop app | ✅ | ✅ | ✅ | N/A | ❌ |
| Subtitles + SponsorBlock | ✅ | ⚠️ | ❌ | ❌ | ❌ |
Arroxy is built for one thing: paste a URL, get a clean local file. No accounts, no upsells, no data collection.
Features
Quality & formats
- Up to 4K UHD (2160p), 1440p, 1080p, 720p, 480p, 360p
- High frame rate preserved as-is — 60 fps, 120 fps, HDR
- Audio — export audio-only as MP3, M4A/AAC, Opus, or WAV. In interactive downloads, pick the source's native surround/Dolby tracks (AC-3, E-AC-3, 5.1, DRC) when available, or set a global Prefer surround / Dolby default
- Quick presets: Best quality · Balanced · Small file
Privacy & control
- 100% local processing — downloads go straight from YouTube to your disk
- Open source — every line auditable, MIT licensed
- Files saved straight to the folder you choose
Workflow
- Global download hotkey — copy a link in any app and press
Ctrl+Shift+D (Cmd+Shift+D on macOS); Arroxy queues it with your active profile without opening the window, and a notification confirms it. On by default, rebindable
- Flexible start modes — choose a guided single download, playlist/channel picker, bulk URL paste, or Quick Download with saved defaults
- Central download queue — every single, playlist, bulk, or quick job lands in one place for progress, pause, resume, cancel, retry, and priority control
- Clipboard watch — copy a YouTube link and Arroxy auto-fills the URL when you refocus the app (toggle in Advanced settings)
- Auto-clean URLs — strips tracking params (
si, pp, utm_*, fbclid, gclid) and unwraps youtube.com/redirect links
- Tray mode — closing the window keeps downloads running in the background
- 24 languages — auto-detects system locale, switchable any time
- Playlist sync — re-scan a playlist against a local folder to skip already-downloaded videos; generates an
.m3u playlist file updated as each video downloads
- Speed and pacing controls — cap download bandwidth, set how many parts of a video download at once, and add request delays with presets (Off · Balanced · Careful · Custom)
- Filename templates — name downloads your way with
{title}, {uploader}, {id}, {date}, {resolution}, and {playlist_index}, globally or per download profile
- Downloads at once and automatic retry — choose how many queued downloads run at the same time, and let Arroxy retry a download that hit a network or server problem, waiting longer before each attempt
- Per-item playlist profiles — assign each video in a playlist its own download profile instead of one setting for the whole list, so a single pass can archive some at full quality and grab the rest as MP3
Subtitles & post-processing
- Subtitles in SRT, VTT, or ASS — manual or auto-generated, in any available language
- Save next to the video, embed into
.mkv, or organize into a Subtitles/ subfolder
- SponsorBlock — skip or chapter-mark sponsors, intros, outros, self-promos
- Embedded metadata — title, upload date, channel, description, thumbnail, and chapter markers written into the file
YouTube + 2000 sites
-
YouTube, in full — Videos, Shorts, Channels, Playlists, YouTube Music, and Podcasts handled as first-class sources
-
2000+ other sites via yt-dlp — Vimeo, Twitch, Twitter/X, TikTok, SoundCloud, Bandcamp, Bilibili, BBC iPlayer, archive.org, and many more
-
Audio-only and subtitles work across every supported site, not just YouTube
-
If a site changes, yt-dlp ships fixes weekly and Arroxy auto-updates the binary on launch

Global download hotkeyCopy a link anywhere, press once — it lands in the queue and starts downloading

Per-item playlist profilesGive each video its own profile — archive some in 4K, grab the rest as MP3
Quick Download homePaste a URL and pull it instantly with your active profile
Reusable download profilesSave format, quality, and output presets — reuse per download
Multi-language audio tracksPick the exact audio language a video ships
Surround / Dolby audio5.1 and Dolby tracks detected and preserved
Bulk URL modePaste a list, auto-dedupe, queue them all at once
Parallel download queueSeveral downloads at once with live progress
Privacy
Downloads are fetched directly via yt-dlp from YouTube to the folder you pick — nothing routed through a third-party server. Watch history, download history, URLs, and file contents stay on your device.
Arroxy sends anonymous, aggregate telemetry via OpenPanel — just enough for an indie project to understand failures, crashes, feedback, OS, and app versions. No URLs, video titles, file paths, account info, fingerprinting, or personal data. The per-install ID is random and not tied to your identity. You can opt out in Settings.
FAQ
Is it really free?
Yes — MIT licensed, no premium tier, no feature gating.
What video qualities can I download?
Anything YouTube serves: 4K UHD (2160p), 1440p, 1080p, 720p, 480p, 360p, plus audio-only. 60 fps, 120 fps, and HDR streams are preserved as-is.
Can I extract just the audio as MP3?
Yes. Pick audio-only in the format menu and choose MP3, M4A/AAC, Opus, or WAV.
Do I need a YouTube account or cookies?
By default, no — Arroxy works without a YouTube account, login, or cookie export. Optional cookie support is available in Advanced settings (Cookies source: file or browser) for content that requires authentication, such as age-restricted or members-only videos. It is off by default. If you enable it, yt-dlp's wiki notes that cookie-based automation can flag a Google account; a throwaway account is the safer choice in that case.
Will it keep working when YouTube changes something?
yt-dlp is updated automatically on launch, and Arroxy ships fixes promptly when YouTube changes something. If you ever do hit an issue, optional cookie support is available in Advanced settings as a fallback.
What languages is Arroxy available in?
24 languages, out of the box: Afaan Oromoo · Bahasa Indonesia · Deutsch · English · Español · Français · Kiswahili · O'zbekcha · Português · Tiếng Việt · Türkçe · አማርኛ · العربية · اردو · پښتو · বাংলা · हिन्दी · မြန်မာဘာသာ · Ελληνικά · Русский · Српски · Українська · 中文 · 日本語. Arroxy auto-detects your operating system's language on first launch and you can switch at any time from the language picker in the toolbar. Runtime locale JSON lives in src/shared/i18n/locales/, and translator-facing PO catalogs live in i18n/locales/ — open a PR on GitHub to contribute.
Do I need to install anything else?
No. yt-dlp is downloaded automatically on first launch and cached on your machine; ffmpeg and ffprobe ship with the app. After that, no extra setup is needed.
Can I download playlists or whole channels?
Yes — both. Paste a playlist URL or a channel URL (e.g. youtube.com/@handle, /channel/UC…, /c/Name, /user/Old); choose how many entries to scan, then queue the whole list or pick specific videos. Date-range filters are coming soon.
macOS says "the app is damaged" — what do I do?
That's macOS Gatekeeper blocking an unsigned app, not actual damage. See macOS first launch for the Terminal commands that clear quarantine and launch Arroxy.
Is downloading YouTube videos legal?
For personal, private use it is generally accepted in most jurisdictions. You are responsible for complying with YouTube's Terms of Service and your local copyright laws.
Roadmap
Still planned — roughly in priority order:
| Feature | Description |
|---|
| Playlist & channel filters | Date-range filters when enumerating a playlist or channel |
| YouTube audio track preferences | Set an app-wide spoken-language track preference, with per-profile overrides when YouTube offers multiple audio tracks |
| In-app browser sign-in | Open browser windows inside Arroxy so you can sign in and use site cookies without exporting them manually |
| One-click video download | Start a video download in one click from a detected or pasted URL using your active profile |
| Stronger retry recovery | A new retry path for downloads interrupted by unreliable or problematic internet connections |
| Full download manager drawer | Turn the queue drawer into a fuller manager, including changing destination folders for queued items |
| Scheduled downloads | Start a queue at a set time (overnight runs) |
| Clip trimming | Download only a segment by start/end time |
Have a feature in mind? Open a request — community input shapes priority.
Support Arroxy
Arroxy is free and MIT-licensed — no ads, no paid tier. If it saves you time, you can support development with Bitcoin or Tron: the addresses are in DONATE.md, which is the only official source for them. Arroxy will never send you an address by email or direct message. Starring the repo, reporting bugs, and improving translations help just as much.

Built with
Stack
- Electron — cross-platform desktop shell
- React 19 + TypeScript — UI
- Tailwind CSS v4 — styling
- Zustand — state management
- yt-dlp + ffmpeg — download and mux engine (yt-dlp fetched at runtime; ffmpeg/ffprobe bundled at build time)
- Vite + electron-vite — build tooling
- Vitest + Playwright — unit and end-to-end tests
Build from source
Prerequisites — all platforms
| Tool | Version | Install |
|---|
| Git | any | git-scm.com |
| Node.js | 24.16.0 | mise install or .node-version |
| Bun | 1.2.23 | mise install or package.json packageManager |
Recommended: install mise, then run mise install in the checkout. Without mise, manually activate Node.js from .node-version and Bun from package.json before bun run bootstrap.
Windows
powershell -c "irm bun.sh/install.ps1 | iex"
Visual Studio Build Tools and Python may be needed for native rebuilds.
macOS
brew install mise
xcode-select --install
After cloning, run mise trust && mise install from the checkout. If your shell already uses fnm, nvm, or a Homebrew Bun, activate mise in ~/.zshrc so Arroxy gets Node.js 24.16.0 and Bun 1.2.23:
printf '
# mise
if command -v mise >/dev/null 2>&1; then
eval "$(mise activate zsh)"
fi
' >> ~/.zshrc
exec zsh
Linux (Ubuntu / Debian)
curl -fsSL https://bun.sh/install | bash
# Build + Electron runtime deps
sudo apt install -y build-essential python3 tar libgtk-3-0 libnss3 libasound2t64
# E2E tests only (Electron needs a display)
sudo apt install -y xvfb
Clone & run
git clone https://github.com/antonio-orionus/Arroxy
cd Arroxy
mise trust
mise install # recommended; skip if you manually activated the pinned tools
bun run bootstrap
bun run doctor
bun run dev # Electron app against the Vite renderer
Build a distributable
bun run build # typecheck + compile
bun run dist # package for current OS
bun run dist:win # package Windows targets when run on a supported host
> bun run bootstrap installs dependencies, rebuilds Electron app dependencies, verifies Electron, prepares embedded ffmpeg/ffprobe for development, and installs Playwright Chromium. yt-dlp is managed at runtime in your app data folder; ffmpeg and ffprobe are bundled with every Arroxy release.
Troubleshooting
App won't open / no window appears
The Arroxy process starts but no window shows up. Most often this is a GPU driver hang during startup. Try, in order:
1. Check the log. It records startup, GPU info, and any crash. Path:
| Platform | Path |
|---|
| Windows | %APPDATA%\Arroxy\logs\main.log |
| macOS | ~/Library/Logs/Arroxy/main.log |
| Linux | ~/.config/Arroxy/logs/main.log |
2. Launch with hardware acceleration disabled. Open a terminal / Command Prompt and run the executable with a flag:
# Windows (Portable) — PowerShell, run from the folder containing the exe
.\Arroxy-win-x64-Portable.exe --disable-gpu
# Windows (Portable) — Command Prompt (cmd.exe), from the same folder
Arroxy-win-x64-Portable.exe --disable-gpu
# Windows (Installed) — works in both PowerShell and cmd.exe
"%LOCALAPPDATA%\Programs\Arroxy\Arroxy.exe" --disable-gpu
# macOS
/Applications/Arroxy.app/Contents/MacOS/Arroxy --disable-gpu
# Linux (AppImage)
./Arroxy-linux-x64.AppImage --disable-gpu
If that works, the GPU/driver is the cause. Make the change permanent (next step).
3. Persist the flag via argv.json. Create the file at:
| Platform | Path |
|---|
| Windows | %APPDATA%\Arroxy\argv.json |
| macOS | ~/Library/Application Support/Arroxy/argv.json |
| Linux | ~/.config/Arroxy/argv.json |
With contents:
{ "disable-hardware-acceleration": true }
Arroxy reads this before opening any window, so it works even when the window never appeared.
4. Other flags worth trying (combine if needed): --disable-software-rasterizer, --disable-gpu-sandbox, --in-process-gpu.
5. Stale window position. If the window may be opening off-screen (multi-monitor change since last run), delete \window-state.json and relaunch.
6. Still stuck? Open an issue with: OS version, the contents of main.log, and any output from running with --enable-logging --v=1.
Terms of use
Arroxy is a tool for personal, private use only. You are solely responsible for ensuring your downloads comply with YouTube's Terms of Service and the copyright laws of your jurisdiction. Do not use Arroxy to download, reproduce, or distribute content you do not have the right to use. The developers are not liable for any misuse.
Star History