lyt --audio "URL"Install
From zero to a saved file.
lyt requires Node.js 20 or newer. It can fetch verified yt-dlp binaries automatically. On Windows it can also provision ffmpeg; on macOS and Linux, lyt doctor provides the correct package-manager command.
1. Install the CLI
npm install --global @tanattv/lyt2. Check your capabilities
lyt doctorThe doctor separates required core tools from optional capabilities such as MP3/video processing and clipboard integration.
3. Download one permitted item
lyt --mp3 -q 192K "URL"lyt --video -q 1080p "URL"Where does the file go?
By default, lyt saves to a downloads folder under the current working directory and prints the exact final path. Choose another location with -o "D:/Media".
Common first-run fixes
- Confirm
node --versionis 20 or newer. - Run
lyt doctor --fixonly after approving managed tool installation. - Quote every URL so the shell does not interpret special characters.
- Use
--dry-runto preview a job without installing or downloading. - Open a GitHub issue without sharing cookies, private URLs, tokens, or personal paths.