Windows guide
Use yt-dlp on Windows without assembling the toolchain yourself.
lyt wraps the mature yt-dlp engine with verified managed downloads, capability checks, and memorable commands.
Install Node.js 20 or newer
Download the current LTS release from the official Node.js website, then reopen PowerShell and verify:
node --versionInstall and check lyt
npm install --global @tanattv/lyt
lyt doctorSave a video to Downloads
lyt --video -q 1080p -o "$HOME/Downloads" "URL"PowerShell tip
Always put the URL in quotes. Characters such as & can otherwise be interpreted by the shell instead of passed to lyt.
If PowerShell cannot find lyt
- Close and reopen the terminal after installation.
- Run
npm prefix --globaland confirm its executable directory is on PATH. - Run
npx --yes -p @tanattv/lyt lyt doctoras a temporary diagnostic. - Include the exact error—not private URLs—when requesting help.