After Hours
The Weeknd
For macOS, Windows and Linux
Save permitted audio, add artwork and metadata automatically, then keep every track organized in a local library that belongs to you.
MUSIC DOWNLOADER 1.0 · CROSS-PLATFORM DESKTOP APP · LOCAL LIBRARY
YOUR COLLECTION
The Weeknd
Local library
Tame Impala
Daft Punk
Simple by design
Music Downloader handles the repetitive work between finding permitted media and enjoying it in your own local library.
Add a supported track, album or playlist URL and choose your preferred audio format.
The desktop app downloads the audio and gathers available titles, artists and artwork.
Your files are organized by genre and surfaced in a searchable visual library.
Built around the library
Tracks move into a clean genre-based folder structure while the app keeps album, artist and artwork information close at hand.
Available cover art, track titles, artist names and album details are collected automatically.
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
Music Downloader is built for macOS, Windows and Linux. It runs locally and uses desktop media tools to build and organize your collection.
Manual website file setup
This is the text version of the file setup. It shows the website structure and the HTML links needed for normal browser downloads.
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.
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