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 (opentapasreader.fifty411@aleeas.com) and I will gladly take the application down. I always recommend using the official Tapas.io application.
.apk
file from the Releases page
Prerequisites: Android Studio and Node.js
npm install
in the directory to install project dependenciesnpm 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.)npm run build && npx cap sync && npx cap open android
to build the web files and open the application in Android studio