- Modern UI/UX: Built entirely using Jetpack Compose, offering a smooth, responsive, and dynamic user interface.
- Advanced Theme Customization: Featuring a dedicated Look & Feel screen with over 50+ curated color schemes. Includes full support for Dynamic Color (Android 12+) and seamless Light/Dark mode transitions.
- Stream Extraction Engine: Automatically grab and resolve real streaming URLs from supported links before downloading.
- Smart Pager Navigation: Fluid swipe-based navigation across Home, Downloads, Settings, and Customization panels.
- In-App Media Player integration: Smooth inline interactions to preview the stream.
- Background Downloading: Sturdy background tasks handling your downloads even when the app isn't active.
- Android Studio (Koala or newer recommended)
- Java 17+
- Android SDK 34+
You can easily clone the project repository using Git:
# Clone the repository
git clone https://github.com/d0x-dev/Edge.git
# Navigate into the project directorycd EdgeYou can build the application right from your command line using the Gradle Wrapper included in this repository.
Debug Build:
./gradlew assembleUniversalDebugRelease Builds: To build production-ready release APKs for specific architectures:
# Build for ARM64 architecture (Recommended for modern devices)
./gradlew assembleArm64Release
# Build a Universal APK (Compatible with all architectures)
./gradlew assembleUniversalReleaseThe output APKs will be located in: app/build/outputs/apk/
This application is proudly developed and maintained by Dark. Reach out via the links in the banner above!
Pre-compiled signed APKs are available on the Releases page. We provide both ARM64 and Universal builds to ensure maximum compatibility across all Android devices.
This project is open-source. Feel free to explore the code, learn, and contribute!
