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 --version

Install and check lyt

npm install --global @tanattv/lyt lyt doctor

Save 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