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/lyt

2. Check your capabilities

lyt doctor

The doctor separates required core tools from optional capabilities such as MP3/video processing and clipboard integration.

3. Download one permitted item

Native audiolyt --audio "URL"
MP3 · 192Klyt --mp3 -q 192K "URL"
Video · 1080plyt --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

Open npm packageGet help