A quick tour of the app: watch on YouTube.
Hey everyone! If you remember the old web-based Convert the Spire downloader, you probably know that YouTube eventually blocked our server's IP. To keep the project alive and better than ever, I built Convert the Spire Reborn.
It is a fully native Flutter app that handles torrent management, media downloading, playlist importing, and playback right on your own device. It started out as a simple, ad-free tool to bulk-download massive playlists, but it has grown into a full media suite. You can now work with torrents and supported sources, cast to your TV, and easily manage your local library.
Because it runs natively on Windows, Android, and macOS, there is no heavy Electron bloat and no browser overhead. Android Play builds ship with YouTube conversion disabled to match Play policy, while APK builds keep the full downloader available.
The main code lives in lib/, platform configuration is under android/, windows/, linux/, macos/, ios/, and web/, and the reorganized documentation hub now lives in docs/.
Start here for docs:
media_kit.If you are curious about the tech stack, the app is built to be fast, lightweight, and efficient:
A concise overview of the main layers:
HomeScreen with ~13 named screens (Search, Player, Browser, etc.)AppController (ChangeNotifier) wired via Provider.YtDlpService, DownloadService, ConvertService, PlaylistService, DlnaDiscovery, CoordinatorService, ComputationService.dart:io, media_kit, battery_plus, native WebView bindings, raw sockets and isolates for background work.You can download the app directly from our site at quizthespire.com or head over to the GitHub Releases page for the pre-built binaries and Play-ready AABs. (See the Quick Downloads section at the top of this page for direct links!)
.zip, extract it, and run convert_the_spire_reborn.exe. The folder is kept tidy: just the .exe, data/ and a dll/ folder that holds every library..apk for direct install, or upload the .aab to Google Play.If you find this app useful, the easiest way to support development is a one-time donation or recurring sponsorship. You can donate via Buy Me a Coffee or become a GitHub Sponsor.
This app is open source, privacy-focused, and does not track what you download.
Some screens from the v13.2.1 build:

I would love your help! Feel free to open an issue or submit a pull request.
flutter analyse.This project is licensed under the GNU General Public License v3.0.
If this tool has saved you time and you want to support me:
681 commits
Dart
87.6%
HTML
5.5%
Kotlin
1.8%
C++
1.3%
CMake
1.1%
A quick tour of the app: watch on YouTube.
Hey everyone! If you remember the old web-based Convert the Spire downloader, you probably know that YouTube eventually blocked our server's IP. To keep the project alive and better than ever, I built Convert the Spire Reborn.
It is a fully native Flutter app that handles torrent management, media downloading, playlist importing, and playback right on your own device. It started out as a simple, ad-free tool to bulk-download massive playlists, but it has grown into a full media suite. You can now work with torrents and supported sources, cast to your TV, and easily manage your local library.
Because it runs natively on Windows, Android, and macOS, there is no heavy Electron bloat and no browser overhead. Android Play builds ship with YouTube conversion disabled to match Play policy, while APK builds keep the full downloader available.
The main code lives in lib/, platform configuration is under android/, windows/, linux/, macos/, ios/, and web/, and the reorganized documentation hub now lives in docs/.
Start here for docs:
media_kit.If you are curious about the tech stack, the app is built to be fast, lightweight, and efficient:
A concise overview of the main layers:
HomeScreen with ~13 named screens (Search, Player, Browser, etc.)AppController (ChangeNotifier) wired via Provider.YtDlpService, DownloadService, ConvertService, PlaylistService, DlnaDiscovery, CoordinatorService, ComputationService.dart:io, media_kit, battery_plus, native WebView bindings, raw sockets and isolates for background work.You can download the app directly from our site at quizthespire.com or head over to the GitHub Releases page for the pre-built binaries and Play-ready AABs. (See the Quick Downloads section at the top of this page for direct links!)
.zip, extract it, and run convert_the_spire_reborn.exe. The folder is kept tidy: just the .exe, data/ and a dll/ folder that holds every library..apk for direct install, or upload the .aab to Google Play.If you find this app useful, the easiest way to support development is a one-time donation or recurring sponsorship. You can donate via Buy Me a Coffee or become a GitHub Sponsor.
This app is open source, privacy-focused, and does not track what you download.
Some screens from the v13.2.1 build:

I would love your help! Feel free to open an issue or submit a pull request.
flutter analyse.This project is licensed under the GNU General Public License v3.0.
If this tool has saved you time and you want to support me:
681 commits
Dart
87.6%
HTML
5.5%
Kotlin
1.8%
C++
1.3%
CMake
1.1%