macOS Apple silicon
For M-series Macs.
Download arm64Connected Apps Beta for macOS and Linux
Check playback, control YouTube Music, and build shell integrations without switching back to the browser.
Download the package for your operating system and architecture, extract it, and run the included installer. It installs for your user account without requiring Go or elevated access.
For M-series Macs.
Download arm64For Intel-based Macs.
Download x64For 64-bit Arm Linux systems.
Download arm64For 64-bit Intel and AMD Linux systems.
Download x64Download SHA256SUMS and verify the archive before installing.
macOS
archive=YTM-Enhancer-CLI-0.1.0-macos-arm64.zip # use macos-x64 on Intel
grep -F " $archive" SHA256SUMS | shasum -a 256 -c -
unzip "$archive"
cd "${archive%.zip}"
./install.sh
~/.local/bin/ytme doctor
Linux
archive=YTM-Enhancer-CLI-0.1.0-linux-x64.tar.gz # use linux-arm64 on Arm
grep -F " $archive" SHA256SUMS | sha256sum -c -
tar -xzf "$archive"
cd "${archive%.tar.gz}"
./install.sh
~/.local/bin/ytme doctor
After you approve it in Connected Apps, the CLI can read playback details, control playback, and open or focus YouTube Music. Communication stays local to your device.
View release 0.1.0The macOS and Linux CLI installer writes native messaging manifests for Chrome, Chromium, Microsoft Edge, Brave, and Firefox.