YBDownloader

Docs

Quick pointers — full documentation lives in the repository README.

Desktop app

  • Requires Go 1.26+, Node 24+, pnpm 10.12+, and Wails CLI.
  • Clone the repo and run ./scripts/setup-dev.sh from the root.
  • Start the app with pnpm dev:desktop.

Browser extension

  • Dev server: pnpm dev:extension — load apps/extension/build/chrome-mv3-dev in Chrome.
  • Release zips are published separately under ext-v* tags.
View repository Report an issue