A clean, minimal YouTube downloader for Windows (Electron + yt-dlp + ffmpeg).
- Node.js (v18+)
- yt-dlp – Download and place
yt-dlp.exein the app folder or ensure it’s in your PATH - ffmpeg – Required by yt-dlp for merging video+audio. Install and add to PATH, or place in the same folder as the app
cd Nekoload
npm installnpm startnpm run distOutput is in the dist folder. The Tools folder (yt-dlp, ffmpeg) is included in the build as resources/tools. When packaged, the default download directory is the folder containing the executable. To have notifications show "Nekoload" instead of "Electron", see NEKOLOAD_NOTIFICATION.txt.
- Paste a YouTube URL in the input field.
- Click Audio for best audio only, or Video for best video + audio (merged with ffmpeg).