Logo

VidBee



VidBee Desktop VidBee Download Queue

VidBee is a modern, open-source video downloader that lets you download videos and audios from 1000+ websites worldwide. Built with Electron and powered by yt-dlp, VidBee offers a clean, intuitive interface with powerful features for all your downloading needs. ## 👋🏻 Getting Started VidBee is currently under active development, and feedback is welcome for any [issue](https://github.com/nexmoe/VidBee/issues) encountered. Feel free to try it using the following methods: | Operating System | Source | | :--------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | Windows | | | macOS | | | Linux | | ### 🍎 macOS Installation Notes After downloading and installing VidBee on macOS, you may encounter a "file is damaged" error when trying to run the application. This is due to macOS security restrictions on applications downloaded from the internet. ```bash xattr -rd com.apple.quarantine /Applications/VidBee.app/ ``` This command removes the quarantine attribute that macOS applies to applications downloaded from the internet, allowing VidBee to run properly without the "file is damaged" error. > [!IMPORTANT] > > **Star Us**, You will receive all release notifications from GitHub without any delay ~ Performance Stats of nexmoe/VidBee - Last 28 days ## ✨ Features ### 🌍 Global Video Download Support Download videos from almost any website worldwide through the powerful yt-dlp engine. Support for 1000+ sites including YouTube, TikTok, Instagram, Twitter, and many more. ![VidBee Main Interface](screenshots/main-interface.png) ### 🎨 Best-in-class UI Experience Modern, clean interface with intuitive operations. One-click pause/resume/retry, real-time progress tracking, and comprehensive download queue management. ![VidBee Download Queue](screenshots/download-queue.png) ## 🌐 Supported Sites VidBee supports hundreds of video and audio platforms through yt-dlp. Here are the most popular platforms: | Video Platforms | Audio & Other Platforms | | :--------------- | :---------------------- | | YouTube | YouTube Music | | TikTok | SoundCloud | | Facebook | Mixcloud | | Instagram | Bandcamp | | X (Twitter) | Reddit | | Vimeo | | | Dailymotion | | | Twitch | | | LinkedIn | | | Pinterest | | | Tumblr | | | Niconico | | | Kick | | > **💡 Note:** VidBee uses [yt-dlp](https://github.com/yt-dlp/yt-dlp) under the hood, which supports 1000+ sites. For the complete list, visit the [yt-dlp supported sites documentation](https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md). ## 🤝 Contributing You are welcome to join the open source community to build together. Please check our [Contributing Guide](./CONTRIBUTING.md) for more details. ## 📄 License This project is distributed under the MIT License. See [`LICENSE`](LICENSE) for details. ## 🙏 Thanks - [yt-dlp](https://github.com/yt-dlp/yt-dlp) - The powerful video downloader engine - [FFmpeg](https://ffmpeg.org/) - The multimedia framework for video and audio processing - [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps - [React](https://react.dev/) - The UI library - [Vite](https://vitejs.dev/) - Next generation frontend tooling - [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework - [shadcn/ui](https://ui.shadcn.com/) - Beautifully designed components