YT Music client for my phone and car — with Waze bridge support so you can control playback right from the dashboard. Unofficial. Sideloaded. Built for my daily drive. APKs are up. Issues are open. Use it or don't — I'm good either way, not for a crowd.
Instead of hopping between a pile of forks, I combined the best from the whole open-source stack: ArchiveTune as the base, then pulled in the good stuff from Metrolist, Vivi Music, Echo Music, and the shared libs behind ViMusic, OuterTune, and BetterLyrics. One app. Most of the features. No fork roulette.
Package: app.hush.music · debug: app.hush.music.debug
| Releases | Fresh APKs |
| Obtainium | Auto-updates, no cap |
| Issues | Broken install on this fork |
| Privacy | What the app keeps & sends |
| Changelog | What shipped each version |
I built this for myself. My car has Waze, and Waze only shows music controls for the official apps — Spotify, YouTube Music, Deezer. None of the unofficial YT Music clients I liked (Metrolist, ArchiveTune, ViMusic) could show song info or let me skip tracks from the Waze screen. So I found a way around it.
Hush ships with tiny bridge APKs that impersonate those official apps just enough for Waze to pick them up. When you connect Hush to Waze through one of these bridges, Waze thinks it's talking to Spotify or Deezer — but it's actually controlling Hush. Song name, artist, album art, play/pause, skip, queue — all of it shows up on the Waze dashboard while you drive.
It started as a quick hack for my Android phone and my car. Then I kept adding things I wanted: better lyrics, faster downloads, backup retention, mood chips that actually work when you're logged in, a Gen‑Z style explore page. Everything I missed from the other forks — I pulled it in and made it work together.
One app. My daily driver. If it works for you too, cool.
Hush ships with bridge shim APKs that make Waze think it's talking to Spotify, YouTube Music, or Deezer. When connected, Waze shows the current song, artist, album art, and lets you play/pause/skip right from the navigation screen.
| Bridge | Package |
|---|---|
| Spotify | com.spotify.music |
| YouTube Music | com.google.android.apps.youtube.music |
| Deezer | deezer.android.app |
This is how I get music controls in my car — Waze only talks to official apps, so Hush pretends to be one. Select which bridge to use in Settings → Waze Integration.
Real talk on what got ported from where. This table only moves when I add something new. Patch notes for each version → Changelog.
| Source | What landed in Hush |
|---|---|
| ArchiveTune | Core app, YT login & sync, playback engine, queue & downloads, crossfade, tempo/pitch, Chromecast, Music Together, Last.fm / ListenBrainz, local files, backup & restore, multi-provider lyrics, podcasts, Android Auto, dynamic theme & canvas art, onboarding, stream-source picker, custom extractor, hi-res / lossless |
| Metrolist | Wake-up music alarms, loudness presets, playlist export (CSV / M3U), sync dedup, Android Auto settings |
| Vivi Music | Playlist view-count prefetch, auto-backup before update, backup retention, JioSaavn streaming (320 kbps primary, YT fallback) |
| Echo Music | 5MB chunked downloads, isOfflinePlayback flag, Data Saver key, DoH diagnostics, Settings search, IPv4 / IPv6 / Auto network mode |
| Hush | Waze Bridge (Spotify + YT Music + Deezer), Gen‑Z explore theme, Saavn beta warning, mood chip fix (logged‑in fallback), parallel source fetch, app language selector, DOH/proxy, IP rotation UI, lyrics racing, library rewrite, auto-pause debounce, sleep timer pause fix |
| ViMusic | InnerTube foundations, bottom-sheet UI patterns, KuGou lyrics client |
| OuterTune | Player carousel snap / parallax, network connectivity observer |
| BetterLyrics | Word-synced TTML lyrics module, QRC parser |
Tiny fixes and UI polish are mixed in from everywhere. Full license wall → About → Licenses in the app.
| Project | Bugs go here |
|---|---|
| ArchiveTune | Issues |
| Metrolist | Issues |
| Vivi Music | Issues |
| Echo Music | Issues |
CI drops universal APKs — one file, every CPU arch, no guessing.
| APK | When |
|---|---|
hush-foss-mobile-universal-release.apk |
Default. Clean build, no Google libs. GitHub or Obtainium for updates. |
hush-gms-mobile-universal-release.apk |
You need Chromecast or tap-to-update inside the app. |
hush-gms-tv-universal-release.apk |
Android TV couch mode. |
Same Hush. Different sauce in the APK.
| FOSS | GMS | |
|---|---|---|
| Play music, sync library, lyrics, settings | ✓ | ✓ |
| Chromecast | — | ✓ |
| In-app updater | ✓ | ✓ |
| Google Play Services | Nah | Only for Cast |
Package conflict / invalid APK — the usual sideload ritual:
- Backup → Settings → Backup and restore
- Yeet the old Hush or ArchiveTune install
- Install from Releases
- Restore your backup
adb install -r your.apk > random WhatsApp file forward. First YT Music sync might need VPN if YTM's blocked where you live.
bash scripts/build-release.sh list # see everything
bash scripts/build-release.sh foss mobile arm64 # phone FOSS
bash scripts/build-release.sh gms mobile universal # what CI ships
bash scripts/build-release.sh gms tv universal # TVYou'll want app/keystore/release.keystore + secrets in local.properties (local.properties.example has the template). Raw ./gradlew assemble*Release gives you unsigned — scripts/build-release.sh signs it proper.
Unofficial third-party client. Not Google. Not YouTube. GPL-3.0. Upstream copyrights live in source where they belong.




