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
- Simple interface, with high, and low contrast themes included
- Stream anime freely with the included XDCC player
- Multiple video qualities available
- Weekly schedule for new anime episode launches
- Add your favorite shows to multiple lists, and find them later easily
- No torrents, no web-scraping, no file sharing, only direct downloads
- Secure; encrypted where possible
- In-app updater
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:
- Fetch latest stable source (or target main):
git clone -b stable https://github.com/astarivi/Kaizoyu.git
cd Kaizoyu
-
Download the Android SDK and make sure it's accessible. Check
app/build.gradle
targetSdkVersion
value for the SDK level, and download that. Also, make sure Java >17 is available. -
Assemble debug APK:
gradlew assembleMainlineDebug
- Connect your phone, enable USB debugging, allow ADB from host PC, install it:
adb install app/build/outputs/apk/debug/app-universal-debug.apk
Or just use Android Studio Canary, get latest from Jetbrains Toolbox
- All shows information is retrieved from public API Kitsu, and episode search is powered by the Nibl.co.uk API.