SunoSync
A modern desktop client to batch download and sync your Suno AI library. Automatically embeds lyrics, cover art, and full metadata into every track. šµš¾
Install / Use
/learn @sunsetsacoustic/SunoSyncREADME
SunoSync V3.0
Your World, Your Music. Seamlessly Synced.
SunoSync is the ultimate desktop ecosystem for your Suno AI music generation. It combines a powerful bulk downloader, a rich music library, a prompt vault, live radio broadcasting, and a mobile bridge into one seamless application.

Get the official build 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
š Key Features
šØ Modern UI Redesign
- Sleek Dark Theme: A fully custom, responsive interface built with CustomTkinter.
- Compact Sidebar: Optimized navigation with a sticky "Settings" footer for easy access on any screen size.
- Inline Controls: Quick access to Workspaces and Playlists via inline dropdown menus.
š„ Smart Downloader
- Advanced Filtering: Filter by Status (Liked, Public, Trash) and Type (Generations, Uploads) with a new robust Filter Bar.
- Bulk Downloading: Download your entire Suno library in one click.
- Smart Sync: Only downloads new songs, skipping existing files.
- Format Choice: MP3 (Compact) or WAV (Lossless).
- Metadata Embedding: Automatically embeds Title, Artist, Lyrics, and Cover Art into audio tags.
š Ultimate Music Library
- Visual Browser: Browse your collection with a clean, dark-themed grid.
- Clean Titles: Automatically sanitizes messy raw titles into readable text.
- Tag System: Organize with Like š, Star ā, and Trash šļø.
- Stats Dashboard: View detailed analytics of your library (Top Genres, Monthly Activity, etc.).
š Chrome Extension Integration
- Auto-Token Sync: Never manually copy cookies again. The companion Chrome Extension automatically syncs your Suno session with the desktop app.
š» Suno On-Air & Mobile Bridge
- Live Radio: Broadcast your library as a live web radio station to share with friends.
- Mobile Bridge: Scan a QR code to stream your library directly to your phone browser.
š Prompt Vault
- Save Your Prompts: Never lose a great prompt again. Save and organize your best prompts.
- One-Click Copy: Quickly copy prompts to clipboard for reuse in Suno.
š Getting Started
- Download: Get the latest
SunoSync.exe. - Install VLC: Ensure VLC Media Player is installed (required for audio engine).
- Run: Double-click
SunoSync.exe. - Connect:
- Option A (Easy): Install the SunoSync Chrome Extension. It will automatically detect the app and sync your token.
- Option B (Manual): Click "Get Token", log in to Suno.com, open DevTools -> Application -> Cookies, and copy the
__clientcookie.
ļæ½ Chrome Extension (Auto-Auth)
SunoSync comes with a companion Chrome Extension that makes authentication automatic.
- Open Chrome Extensions: Go to
chrome://extensions/. - Enable Developer Mode: Toggle the switch in the top right.
- Load Unpacked: Click the button and select the
chrome_extensionfolder inside the SunoSync directory. - Done!: The extension will now automatically detect when SunoSync is open and sync your session token. No more copy-pasting cookies!
š Updating SunoSync
If you built from source (Git):
- Open your terminal in the
SunoSync-mainfolder. - Run
git pullto get the latest code. - Run
pip install -r requirements.txtto check for new dependencies. - Run
python main.pyor rebuild the EXE.
If you use the standalone EXE:
- Download the new version from the release page.
- Replace your old
SunoSync.exewith the new one. - Your settings and database (
library_cache.json) are safe and will be preserved.
ļæ½š Transparency
We believe in 100% transparency. SunoSync is an indie tool built with Python.
- Crash Shield: Built-in error reporting (Sentry) helps us fix bugs faster.
- False Positives: Some antivirus software may flag the app because it is not digitally signed by a corporation. This is normal for open-source Python tools.
ā Support
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.
š ļø Building from Source
Prerequisites
- Python 3.10+
- Git
- VLC Media Player
Installation
-
Clone the repository:
git clone https://github.com/sunsetsacoustic/SunoSyncV2.git cd SunoSyncV2 -
Install dependencies:
pip install -r requirements.txt -
Run the application:
python main.py
Compiling
To build the standalone .exe file:
pyinstaller SunoSync.spec
The executable will be in the dist/ folder.
