- Make sure you have OrpheusDL installed already, see YouTube video: https://youtu.be/AGsYTQuO7nk
- Download the compiled exe/app from the Releases page.
- Unzip the downloaded file and place it in the same folder where your
orpheus.py
is located. - Double-click
OrpheusDL_GUI
(or make a shortcut to desktop)
- Clone this repository (
git clone https://github.com/bascurtiz/OrpheusDL-GUI
) or download the ZIP file. - Ensure all files from this repository are placed in the same folder where your
orpheus.py
is located. - Update your package list:
sudo apt update
- Install the Python virtual environment package:
sudo apt install python3-venv
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
source venv/bin/activate
- Install the required dependencies:
pip3 install -r requirements-gui.txt
- Run the GUI:
python3 gui.py
OS | Tested |
---|---|
Windows 10 | ✅ |
Windows 11 | ✅ |
macOS 13.6+ | ✅ |
Linux Ubuntu 24 | ✅ |
Platform | Tested | Platform | Tested | Platform | Tested | Platform | Tested |
---|---|---|---|---|---|---|---|
Apple Music | ✅ | Beatport | ✅ | Beatsource | ✅ | Bugs | * |
Deezer | ✅ | Genius | * | Idagio | * | JioSaavn | ✅ |
KKBOX | * | Musixmatch | * | Napster | * | Nugs.net | * |
Qobuz | ✅ | SoundCloud | ✅ | Spotify | ✅ | Tidal | ✅ |
* If this platform isn't working properly and you have a valid subscription you can share, please open an issue or contact me. I'm willing to debug!