OpenTapasReader is an open-source Android client for viewing Tapas.io comics.
Built with Svelte and Capacitor.
Note
I do not condone piracy in any way, and this application does not allow you to pirate content. Only use it at your own risk and for legitimate use. If you find the application to be infringing copyright or violating the Terms of Service, please do not hesitate to contact me either through a GitHub issue or by email ([email protected]) and I will gladly take the application down. I always recommend using the official Tapas.io application.
- Local comic library
- Viewing comics and comic episodes
- Downloading episodes for offline use
- Viewing comments
- English and Czech language support (contributions are welcome)
- Download and install an
.apk
file from the Releases page - Install the app and keep it updated through F-Droid
- Alternatively, you can build the app from source (see below)
Prerequisites: Android Studio and Node.js
- Clone the repository
- Run
npm install
in the directory to install project dependencies - Run
npm run dev
to debug the application in a web browser (You must temporarily disable CORS protection for the application to work properly. Please make sure to enable it again as soon as possible.) - Run
npm run build && npx cap sync && npx cap open android
to build the web files and open the application in Android studio - Build the application in Android Studio