Your World, Your Music. Seamlessly Synced.
SunoSync V2 is the ultimate desktop manager for your Suno AI music generation. It combines a powerful bulk downloader, a feature-rich music library, and a built-in audio player into one seamless application.
Buy the exe or compile yourself below for free:
- https://ko-fi.com/s/374c24251c - PayPal accepted here [$3 or pay what you want]
- https://justinmurray99.gumroad.com/l/rrxty [$3 or pay what you want]
Discord Support and Community: https://discord.gg/kZSc8sKUZR
- Bulk Downloading: Download all your Suno songs in one click.
- Smart Sync: Only downloads new songs, skipping what you already have.
- Format Choice: Choose between MP3 (smaller size) or WAV (lossless quality).
- Organization: Automatically organizes downloads into folders by Year-Month (e.g.,
2025-11). - Metadata Embedding: Automatically embeds Title, Artist, and Lyrics directly into the audio file tags (MP3 and WAV).
- Lyrics Files: Option to save lyrics as separate
.txtfiles. - Smart Resume: Intelligently stops scanning after consecutive pages with no new songs.
- Workspace & Playlist Support: Browse and download from your Suno workspaces and playlists.
- Advanced Filtering: Filter by liked, trashed, stems, public/private, and more.
- Preload Mode: Preview songs before downloading and uncheck unwanted tracks.
- Visual Browser: Browse your entire collection in a clean, sortable list.
- Search: Instantly filter songs by Title or Artist.
- Sorting: Sort by Date, Duration, Size, Title, or Artist.
- Tag System: Organize songs with Like π, Star β, and Trash ποΈ tags with filtering support.
- Context Menu: Right-click to Play, View/Edit Lyrics, Open Folder, or Delete songs.
- Auto-Refresh: Library automatically updates when new downloads finish.
- Seamless Playback: Play songs directly within the app without opening external players.
- Controls: Play/Pause, Stop, Seek Bar, and Volume Control.
- Playback Modes: Shuffle, Repeat All, and Repeat One modes.
- Tag Controls: Quick-access Like, Star, and Trash buttons with automatic library synchronization.
- View & Edit: Right-click any song to view the embedded lyrics.
- Multiple Sources: Reads lyrics from both embedded metadata and
.txtfiles. - Edit Mode: Fix typos or add your own verses directly in the app.
- Dual Save: Saves lyrics to both
.txtfile and audio file metadata. - Verification: Automatically verifies that your changes are saved to the file on disk.
- Dark Mode: Sleek, modern dark interface that's easy on the eyes.
- Customizable Notifications: Option to disable Windows alert notification sounds.
- Window State: Remembers your window size and position between sessions.
- Debug Tools: Built-in debug log viewer for troubleshooting.
- Download: Get the latest
SunoSyncV2.exeor compile from source (see below). - Install VLC: Ensure you have VLC Media Player installed (required for audio playback).
- Run: Double-click
SunoSyncV2.exe. - Get Token:
- Click "Get Token" in the Downloader tab.
- Log in to Suno.com.
- Open Developer Tools (F12) -> Application -> Cookies.
- Copy the value of the
__clientcookie.
- Download: Paste your token and click Start Download or Preload to preview first.
We believe in 100% transparency. Because SunoSync is an indie tool built with Python (and not a digitally signed corporation app), a few generic antivirus filters may flag it as "unknown."
The Reality: β
69/72 Security Vendors found NO issues (Clean)
These flags occur because the app is "unsigned" (common for indie devs). You can verify the file yourself below:
β’ Click here to view the live VirusTotal Report
Created by @InternetThot
If you love SunoSync, consider buying me a coffee to support future updates! π buymeacoffee.com/audioalchemy
SunoSync is an unofficial tool and is not affiliated with Suno AI.
- Python 3.10+
- Git
- VLC Media Player (Required for audio playback)
-
Clone the repository:
git clone https://github.com/sunsetsacoustic/SunoSync.git cd SunoSync -
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
To build the standalone .exe file:
-
Install PyInstaller:
pip install pyinstaller
-
Build using the spec file:
pyinstaller SunoApi.spec
-
The executable will be in the
dist/folder.
