Android manga reader client focused on a clean native UI, local-first tracking, and user-controlled provider access.
Download latest release · Website source · Features · Build from source · Legal and usage
KomaStream is an Android app for browsing catalogs, tracking progress, and reading chapters from third-party services directly on your device. The project is built as a client application only: it does not host, upload, mirror, or distribute manga content.
The screenshots below use sanitized or low-risk examples to avoid exposing unnecessary provider details or third-party artwork in the repository.
| Home | Catalog | Provider picker |
|---|---|---|
![]() |
![]() |
![]() |
| Detail | Chapters | Reader |
![]() |
![]() |
![]() |
| Library empty | Library active | Favorites empty |
![]() |
![]() |
![]() |
| Favorites active | Settings | |
![]() |
![]() |
- Native Android app written in Kotlin
- Jetpack Compose UI with light and dark themes
- Browse provider catalogs with search and filtering
- Track favorites, library entries, history, and chapter progress locally
- Backup export and import for local data
- English, Spanish and German localization
- In-app updater for GitHub release builds
- No account system and no project-operated backend
KomaStream acts as a user-controlled client.
- Content requests are made from the user device to the selected third-party service
- The app does not run content servers or proxy manga files through project infrastructure
- The repository does not ship copyrighted manga content
- User data such as favorites, reading history, progress, and preferences stays on-device
- Kotlin
- Android SDK
- Jetpack Compose
- OkHttp
- Jsoup
- WorkManager
- Android 7.0 or newer (
minSdk 24)
- Android Studio
- JDK 17
- Android SDK installed locally
git clone https://github.com/Paduu29/KomaStream.git
cd KomaStream./gradlew :app:assembleDebugOutput:
app/build/outputs/apk/debug/app-debug.apk
The static site for this repository lives in docs/. To publish it on GitHub Pages, point the repository's Pages source at the docs folder.
- Open Android Studio.
- Select Open.
- Choose the
KomaStreamproject directory. - Let Gradle sync finish.
- Run the app on an emulator or a physical device.
Contributions are welcome if they stay within the project scope and legal constraints.
- Keep changes focused and well-scoped
- Follow the existing code style and architecture
- Include screenshots for UI changes where useful
- Test changes before opening a pull request
- Do not add or promote unauthorized or infringing content sources
KomaStream does not collect, store, or share any personal user data.
- The app does not require account registration.
- No personal information (such as name, email, or location) is collected.
- Reading progress and favorites are stored locally on the user’s device.
KomaStream aggregates publicly available manga content from third-party sources. The app does not host any content itself.
Users should be aware that third-party sources may have their own privacy policies and terms.
All data used by the app is strictly for providing core functionality such as:
- Tracking reading progress
- Managing favorites
- Improving navigation experience
Since no personal data is collected or transmitted, there is minimal risk related to user privacy.
This privacy policy may be updated in the future. Any changes will be reflected in this document.
By using KomaStream, you agree to the following terms:
KomaStream is provided for personal, non-commercial use only.
- KomaStream does not host any manga content.
- All content is sourced from third-party providers.
- Users are responsible for ensuring that accessing such content is legal in their region.
- The developer is not responsible for the content provided by third-party sources.
- The app is provided "as is" without warranties of any kind.
Users agree not to:
- Use the app for unlawful purposes
The app may be updated, modified, or discontinued at any time without notice.
These terms may be updated at any time. Continued use of the app implies acceptance of the updated terms.
This project is licensed under the GNU General Public License v3.0. See LICENSE.












