Tutti is a beautifully designed, desktop client for YouTube Music. Built using Electron, Svelte 5, TypeScript, and Tailwind CSS.
- Desktop Experience: A modern, immersive UI built with Svelte 5 and Tailwind CSS.
- YouTube Music Integration: Instantly stream songs, videos, albums, playlists, and artists.
- Synced Lyrics & Playback: Integrated audio player featuring queue management and synchronized lyrics.
- Secure Authentication: Native integration with Google accounts that securely stores session credentials using OS-level keys (
safeStorage).
- Node.js:
v23.0.0or higher is required.
-
Clone the repository:
git clone https://github.com/miukyo/tutti.git cd tutti -
Install dependencies:
npm install
Start the development server and launch the Electron application:
npm startBuild and package the application for distribution:
npm run compileThis project is licensed under the MIT License.


