Terabox Player
March 12, 2025

Terabox Player is a lightweight, ad-free mobile application that simplifies video playback and downloading from Terabox links. Built with Expo, the app offers a smooth experience with options to stream videos natively using expo-video for better quality or via react-native-webview as a fallback. It also uses expo-sqlite to store a local history of played videos, and supports dark mode.
๐ฑ Download APK
๐ Download APK
๐ Key Features
-
๐ Paste and Play
Paste any valid Terabox video link and click Play to instantly fetch file details and start streaming. -
๐ฅ Two Playback Modes
- Native Player (
expo-video): High-quality, full-screen playback without ads. - WebView Player (
react-native-webview): Lightweight fallback streaming.
- Native Player (
-
๐ฅ Download Option
Tap to download and save files locally from Terabox. -
๐งพ File Details Viewer
View file name, type, and size before downloading or streaming. -
๐ง Saved Playback History
Powered byexpo-sqlite, stores previously played links for quick access. -
๐ Dark Mode Support
Automatically adapts the UI for better visibility in low-light environments. -
๐ซ 100% Ad-Free
No interruptions, no banners โ just smooth playback.
๐ How to Use
- Clone the Repository
git clone https://github.com/rushiii3/terabox-player.git
cd terabox-player- Install Dependencies
npm install
# or
yarn- Start the App
npx expo start- Workflow
- Paste a Terabox video link into the input field.
- Tap Play to view file info and choose playback or download.
- Switch between Native Player and WebView.
- Dark mode is applied automatically.
- Access the History tab to revisit played videos.
๐ผ๏ธ Screenshots
Input & Metadata
Video Player (Native)
History Screen
โ๏ธ Tech Stack
- Framework: React Native (Expo)
- Languages: TypeScript
- Navigation: React Navigation
- Video Playback:
- Native:
expo-video - WebView:
react-native-webview
- Native:
- Storage:
expo-sqlite - State & UI: SQLite History, Dark Mode, No Ads
Terabox Player is your ad-free, mobile-first tool for seamless Terabox video streaming and downloading. Clean UI, local storage, and smooth playback โ everything you need in one app.