astarivi / Kaizoyu

Free anime streaming platform for Android devices, powered by XDCC.
https://kaizoyu.ovh/
GNU General Public License v3.0
126 stars 6 forks source link
android anime anime-streaming java

Kaizoyu cover image

Download badge

Kaizoyu is an Android exclusive anime streaming platform¹. Watch anime for free without any torrents, web-scraping, or highly compressed online video files.

Want to jump right in?, download here

Features

Preview

Development

Kaizoyu is mostly coded in Java, but Kotlin code is welcome. The project is fully compatible with latest Canary build of Android Studio, and importing it there is the fastest way to get it working.

The stable branch contains the latest stable release source code, and the main branch contains current development sources. You may target either one for PRs, but prefer stable for changes unrelated to current development (which aren't likely to cause conflicts), or drastic changes (which will cause conflicts).

Nonetheless, if you want to go the cool way:

git clone -b stable https://github.com/astarivi/Kaizoyu.git
cd Kaizoyu
gradlew assembleMainlineDebug
adb install app/build/outputs/apk/debug/app-universal-debug.apk

Or just use Android Studio Canary, get latest from Jetbrains Toolbox

Disclaimer