For macOS, Windows and Linux

From link to library, beautifully.

Save permitted audio, add artwork and metadata automatically, then keep every track organized in a local library that belongs to you.

macOS Windows Linux

MUSIC DOWNLOADER 1.0 · CROSS-PLATFORM DESKTOP APP · LOCAL LIBRARY

MUSIC DOWNLOADER

YOUR COLLECTION

Library

Recently added

After Hours

The Weeknd

Night Drive

Local library

Currents

Tame Impala

Discovery

Daft Punk

MP3 · M4A · FLACFormat choices
Artwork includedRich metadata
100% localYour music files
Queue readyAlbums & playlists

Simple by design

Three steps. One organized collection.

Music Downloader handles the repetitive work between finding permitted media and enjoying it in your own local library.

01

Paste a link

Add a supported track, album or playlist URL and choose your preferred audio format.

02

Let the app handle it

The desktop app downloads the audio and gathers available titles, artists and artwork.

03

Find it instantly

Your files are organized by genre and surfaced in a searchable visual library.

Built around the library

Less file management. More music.

Automatic organization

Tracks move into a clean genre-based folder structure while the app keeps album, artist and artwork information close at hand.

Artwork and metadata

Available cover art, track titles, artist names and album details are collected automatically.

A queue that keeps moving

Add links and albums without waiting. Follow progress, remove queued items and keep browsing your collection.

Your collection stays yours

No subscription library. No locked ecosystem. Just music files on your computer.

Music Downloader 1.0

Your desktop library, on your platform.

Music Downloader is built for macOS, Windows and Linux. It runs locally and uses desktop media tools to build and organize your collection.

macOSApple silicon desktop buildPackaged
Windows64-bit desktop releaseIn preparation
Linux64-bit AppImage buildPackaged
See file setup text View release checksum Public installers are being prepared. Only download media you own or have permission to save. Availability and supported sources may change.

Manual website file setup

Put the app files in a downloads folder.

This is the text version of the file setup. It shows the website structure and the HTML links needed for normal browser downloads.

How to set it up

Create the folder structure shown here, copy the built installers into `downloads`, then use the button links in your HTML. This works on normal hosting that allows files larger than 120 MB.

Cloudflare Pages alone cannot host these installers because its file limit is too small.

Open raw setup text

music-downloader-site/
├── index.html
├── README.txt
├── SHA256SUMS.txt
└── downloads/
    ├── Music-Downloader-1.0.0-macOS-arm64.dmg
    ├── Music-Downloader-1.0.0-Windows-x64.exe
    └── Music-Downloader-1.0.0-Linux-x86_64.AppImage

Copy the built app files:

mkdir -p music-downloader-site/downloads

cp "direct-downloads/releases/Music-Downloader-1.0.0-macOS-arm64.dmg" \
  "music-downloader-site/downloads/"

cp "direct-downloads/releases/Music-Downloader-1.0.0-Windows-x64.exe" \
  "music-downloader-site/downloads/"

cp "direct-downloads/releases/Music-Downloader-1.0.0-Linux-x86_64.AppImage" \
  "music-downloader-site/downloads/"

Use these download buttons:

<a href="downloads/Music-Downloader-1.0.0-macOS-arm64.dmg" download>
  Download for macOS
</a>

<a href="downloads/Music-Downloader-1.0.0-Windows-x64.exe" download>
  Download for Windows
</a>

<a href="downloads/Music-Downloader-1.0.0-Linux-x86_64.AppImage" download>
  Download for Linux
</a>

Checksums:

94fc899ce9b71e473d494955858884913de2cc425c80093e38b5848f4b04dd29  macOS DMG
a8db268a97c30f13efc45221aebbe1a43195a708e620980b6ddfe9425b94087c  Windows EXE
28f983da3a86cff24ab41d1653c3d49858afd60b756d693bb51cb1ef6e5db323  Linux AppImage