Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vega-Next

Vega-Next Logo

Vega-Next – A feature‑rich Android media streaming app. Stream, download, and enjoy ad‑free content from multiple sources with multi‑language audio and subtitle support.

GitHub Stars GitHub Forks GitHub Issues GitHub License PRs Welcome


📱 About Vega-Next

Vega-Next is a modern, open‑source Android application built with React Native that brings together streaming content from multiple providers into a single, unified interface. Watch your favourite movies and TV shows without interruptions, with support for multiple audio tracks and subtitles in various languages.

Key Highlights:

  • Ad‑Free Streaming – Enjoy content without annoying ads.
  • Multi‑Provider Support – Choose from various installed content providers.
  • Offline Downloads – Save content for offline viewing.
  • Watch Together – Sync playback with friends and family.
  • Cloud Sync – Your watch history and watchlist are backed up to the cloud.

✨ Features

Feature Description
🎬 Ad‑Free Streaming Stream movies and shows without any advertisements.
📦 Multiple Providers Choose from various content sources (extensions) installed in the app.
🌐 Multi‑Language Audio Support for Hindi, English, and other language tracks.
📝 Multi‑Language Subtitles Subtitles in multiple languages for better accessibility.
❤️ WatchList Save your favourite content to watch later.
📥 Offline Downloads Download content and watch it offline anytime.
👥 Watch Together Create or join sync‑playback sessions with friends.
☁️ Cloud Sync Your watch history and watchlist are backed up to the cloud (Supabase).
🤖 AI Assistant Get movie recommendations, summaries, and trivia.
🎨 Customisable UI Choose your preferred theme and subtitle styles.
🔒 Secure Proxy (DoH) Bypass ISP blocking with DNS over HTTPS.
🎮 External Player Support Use your favourite external media player.

📥 Download

Download APK

Tip: Download the universal version if you're unsure about armeabi-v7a vs arm64-v8a.

📊 Download Statistics

GitHub Downloads


📸 Screenshots

Screenshots


🛠️ Tech Stack

React Native TypeScript NativeWind React Navigation Expo Modules React Native Video MMKV Storage Supabase Zustand


🚀 Getting Started

Prerequisites

  • Node.js >= 18
  • JDK >= 17
  • React Native development environment (official guide)
  • Android Studio (for Android builds)
  • Expo CLI

Installation

  1. Clone the repository
git clone https://github.com/DHR-Store/Vega-Next.git
cd Vega-Next
npm install
# or
yarn install

Start App Run

npm run android
# or
yarn android

build apk

./gradlew assemblerelease