Unduh VidBee

Sepenuhnya gratis. Tanpa pendaftaran atau akun.

Batas tingkat GitHub API terlampaui. Silakan coba lagi nanti atau unduh langsung dari GitHub.

macOS

Pilih installer yang sesuai dengan perangkat keras Mac Anda.

Apple Silicon (arm64)

Seri M1, M2, M3
Unduh gratis dari GitHub Releases

Intel (x64)

Mac berbasis Intel
Unduh gratis dari GitHub Releases

Windows

Penginstal dengan pembaruan otomatis, atau versi portabel tanpa instalasi.

Installer (.exe)

Termasuk dukungan pembaruan otomatis
Unduh gratis dari GitHub Releases

Portabel (.exe)

Tanpa instalasi · jalan dari USB
Unduh gratis dari GitHub Releases

Linux

Pilih paket yang paling cocok untuk distribusi Anda.

AppImage

Bekerja di sebagian besar distribusi
Unduh gratis dari GitHub Releases

Debian / Ubuntu (.deb)

Untuk distribusi berbasis Debian
Unduh gratis dari GitHub Releases

Android

Community maintained

The VidBee APK for Android is a separate Flutter project maintained by the community. It is not an official desktop release from the core VidBee repository.

Community Android APK on GitHub

Official download source

Desktop installers on this page come from the official nexmoe/VidBee GitHub Releases feed. Verify the version above, pick your platform build, and use the SHA-256 hash when your workflow requires it.

  • Official VidBee desktop builds cover macOS, Windows 10 and later, AppImage, and Debian / Ubuntu packages. They are maintained in the main VidBee repository.
  • VidBee does not support DRM-protected content. Download only media you have the right to access, and follow platform terms plus local laws.

Diambil secara otomatis dari GitHub What is VidBee?

Catatan pengembangan

VidBee masih dalam tahap pengembangan awal dan kami terus meningkatkannya. Jika Anda menemui masalah, mohon bagikan masukan Anda.

No downloads currently available.

Panduan penggunaan Docker

Setelah membuat docker-compose.yml , jalankan docker compose up -d di direktori yang sama untuk memulai layanan.

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:

Membutuhkan sesuatu yang lain?

Mencari kode sumber atau rilis yang lebih lama? Kunjungi riwayat rilis lengkap di GitHub.

Lihat semua rilis