VidBee
Download videos from almost any website worldwide
Install / Use
/learn @nexmoe/VidBeeREADME
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, including RSS auto-download automation that automatically subscribes to feeds and downloads new videos from your favorite creators in the background.
👋🏻 Getting Started
VidBee is currently under active development, and feedback is welcome for any issue encountered.
📥 Download VidBee | 📚 Documentation
<a href="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats?repo_id=1081230042" target="_blank" style="display: block" align="left"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=1081230042&image_size=auto&color_scheme=dark" width="655" height="auto"> <img alt="Performance Stats of nexmoe/VidBee - Last 28 days" src="https://next.ossinsight.io/widgets/official/compose-last-28-days-stats/thumbnail.png?repo_id=1081230042&image_size=auto&color_scheme=light" width="655" height="auto"> </picture> </a> <!-- Made with [OSS Insight](https://ossinsight.io/) -->[!IMPORTANT]
Star Us, You will receive all release notifications from GitHub without any delay ~
✨ 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.

🎨 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.

📡 RSS Auto Download
Automatically subscribe to RSS feeds and auto-download new videos in the background from your favorite creators across YouTube, TikTok, and more. Set up RSS subscriptions once, and VidBee will automatically download new uploads without manual intervention, perfect for keeping up with your favorite channels and creators.
🌐 Supported Sites
VidBee supports 1000+ video and audio platforms through yt-dlp. For the complete list of supported sites, visit https://vidbee.org/supported-sites/
🧱 Web + API (Docker-ready)
This monorepo now includes:
packages/downloader-core: Shared yt-dlp/ffmpeg download coreapps/api: Fastify API server with oRPC and SSE eventsapps/web: TanStack Start web client using oRPC
Run locally:
pnpm run start:web
This command starts apps/api and apps/web together.
Run with Docker:
docker compose up -d --build
Run with GitHub Container Registry images:
services:
api:
image: ghcr.io/nexmoe/vidbee-api:latest
environment:
VIDBEE_API_HOST: 0.0.0.0
VIDBEE_API_PORT: 3100
VIDBEE_DOWNLOAD_DIR: /data/downloads
VIDBEE_HISTORY_STORE_PATH: /data/vidbee/vidbee.db
ports:
- "3100:3100"
volumes:
- vidbee-downloads:/data/downloads
- vidbee-data:/data/vidbee
restart: unless-stopped
web:
image: ghcr.io/nexmoe/vidbee-web:latest
depends_on:
- api
ports:
- "3000:3000"
restart: unless-stopped
volumes:
vidbee-downloads:
vidbee-data:
Stop services:
docker compose down
Optional env vars (via .env):
VIDBEE_API_PORT=3100
VIDBEE_WEB_PORT=3000
VITE_API_URL=http://localhost:3100
🤝 Contributing
You are welcome to join the open source community to build together. For more details, check out:
- Monorepo apps:
apps/desktop: VidBee desktop app (Electron)apps/docs: Documentation site (Next.js)apps/extension: Browser extension (WXT)apps/desktop/docs/glitchtip.md: GlitchTip andsentry-clisetup for desktop monitoring
- Contributing Guide
- DeepWiki Documentation
📄 License
This project is distributed under the MIT License. See LICENSE for details.
🙏 Thanks
- yt-dlp - The powerful video downloader engine
- FFmpeg - The multimedia framework for video and audio processing
- Electron - Build cross-platform desktop apps
- React - The UI library
- Vite - Next generation frontend tooling
- Tailwind CSS - Utility-first CSS framework
- shadcn/ui - Beautifully designed components
Related Skills
qqbot-channel
343.3kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
docs-writer
99.7k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
343.3kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
project-overview
FlightPHP Skeleton Project Instructions This document provides guidelines and best practices for structuring and developing a project using the FlightPHP framework. Instructions for AI Coding A
