winget install --id=neosubhamoy.neodlp -e
Cross-platform Video/Audio Downloader Desktop App with Modern UI and Browser Integration
Cross-platform Video/Audio Downloader Desktop App with Modern UI and Browser Integration
> 🥰 Liked this project? Please consider giving it a Star (🌟) on github to show us your appreciation and help the algorythm recommend this project to even more awesome people like you!
You can integrate NeoDLP with your favourite browser (any Chrome/Chromium/Firefox based browser) Just, install NeoDLP Extension to get started!
After installing the extension you can do the following directly from the browser:
Quick Search (search current browser address with NeoDLP) (via pressing keyboard shortcut ALT
+SHIFT
+Q
, You can also change this shortcut key combo from browser settings)
Right Click Context Menu Action (Download with Neo Downloader Plus - Link, Selection, Media Source)
> ⚠️ NOTE: Though most linux (debian/fedora/arch base) distros are supported but not all packages are tested on all these platforms, to save time (and some brain cells) and ship the software as fast as possible! (Currently only the debian package is tested on Ubuntu 24.04 - So, other linux packages may have issues, test it yourself and feel free to report issues if you found one)
Platform (OS) | Distribution Channel | Installation Command / Instruction |
---|---|---|
Windows x86_64 | WinGet | winget install neodlp |
MacOS Universal | Curl-Bash Installer | curl -sSL https://neodlp.neosubhamoy.com/neodlp_macos_installer.sh | bash |
Linux x86_64 (Arch Linux) | AUR | yay -S neodlp |
Want to be part of this? Feel free to contribute...!! Pull Requests are always welcome...!! (^_^) Follow these simple steps to start building:
npm install
# for windows and linux users
npm run tauri dev # for development
npm run tauri build # for production build
# for macOS users (based on cpu architecture)
npm run tauri dev -- --config "./src-tauri/tauri.macos-aarch64.conf.json" # for apple silicon macs, development
npm run tauri build -- --config "./src-tauri/tauri.macos-aarch64.conf.json" # for apple silicon macs, production build
npm run tauri dev -- --config "./src-tauri/tauri.macos-x86_64.conf.json" # for intel x86 macs, development
npm run tauri build -- --config "./src-tauri/tauri.macos-x86_64.conf.json" # for intel x86 macs, production build
⭕ Noticed any Bugs or Want to give us some suggetions? Always feel free to open a GitHub Issue. We would love to hear from you...!!
NeoDLP is Licensed under the MIT license. Anyone can view, modify, use (personal and commercial) or distribute it's sources without any attribution and extra permissions.