{"id":51450888,"url":"https://github.com/gannhiro/bungaku","last_synced_at":"2026-07-05T20:30:38.144Z","repository":{"id":315562643,"uuid":"755070596","full_name":"gannhiro/bungaku","owner":"gannhiro","description":"bungaku is a simple manga reader app for Android powered by the MangaDex API","archived":false,"fork":false,"pushed_at":"2025-09-30T02:19:36.000Z","size":26621,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T04:08:25.179Z","etag":null,"topics":["android","manga","manga-downloader","mangadex","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gannhiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-09T11:34:35.000Z","updated_at":"2025-09-30T02:08:11.000Z","dependencies_parsed_at":"2025-09-19T10:56:25.994Z","dependency_job_id":null,"html_url":"https://github.com/gannhiro/bungaku","commit_stats":null,"previous_names":["gannhiro/bungaku"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/gannhiro/bungaku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannhiro%2Fbungaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannhiro%2Fbungaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannhiro%2Fbungaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannhiro%2Fbungaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gannhiro","download_url":"https://codeload.github.com/gannhiro/bungaku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gannhiro%2Fbungaku/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35168795,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","manga","manga-downloader","mangadex","react-native"],"created_at":"2026-07-05T20:30:37.424Z","updated_at":"2026-07-05T20:30:38.132Z","avatar_url":"https://github.com/gannhiro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png\" /\u003e\n  \u003ch1\u003ebungaku\u003c/h1\u003e\n  \u003ch4\u003ebungaku is a simple manga reader for android that is powered by an API provided by MangaDex.\u003c/h4\u003e\n  \u003cp\u003e\u003cb\u003eDISCLAIMER\u003c/b\u003e: Currently bungaku is in its very early development, please expect a lot of bugs and weird stuff happening.\u003c/p\u003e\n\n| Preview | Comic Details | Reading Chapters | Download Chapters |\n|---|---|---|---|\n|![preview](https://github.com/user-attachments/assets/ebcc1075-19e5-48ae-8957-65953c77ab79)|![preview2](https://github.com/user-attachments/assets/8e5168ed-c2f4-4bf3-ba48-e47d1d3e9adf)|![preview3](https://github.com/user-attachments/assets/f259e205-daf9-4625-a15a-d2a978d6576f)|![preview6](https://github.com/user-attachments/assets/571c249b-15a5-41d5-b035-1a2987546dd5)\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n## Features\n\n1. Local Library - Users can download chapters of their favorite mangas provided by MangaDex.\n2. Resistant Downloads - Currently ongoing downloads will resume at app start if the app was closed.\n\n## Known Limitations \u0026 Bugs\n\n1. UI translations are done with AI.\n2. Limited themes, there are only 4 themes right now that are available.\n3. Not yet tested with tablets.\n4. No background updates yet.\n5. No user onboarding.\n\n## Credits\n\n- This android app is created using bare React Native\n- Icons from Pictogrammers Material Design Icons\n- Fonts used: Otomanopee One, Pretendard JP\n- API provided by MangaDex\n\nThank you for reading.\n-@gannhiro\n\n## FAQ\n\n### Can I contribute?\n\nYes! I also encourage you to fork this repo and make your own version of bungaku (but pretty please credit me properly!).\n\n### Will there be an iOS release?\n\nTechnically since this is a React Native project, there should be an iOS release. However, I do not know of a way yet to properly install 3rd party apps because this app violates App Store TOS. So yeah, the answer would be: NO.\n\n## How to install\n1. Starting in the project root folder, `yarn install`\n2. `cd ios \u0026\u0026 pod install`\n3. `yarn android` or `yarn ios`\n\n## How to contribute\n\n1. Please use these prefixes in your branches:\n- feature/\n- fix/\n- chore/\n- refactor/\n- translations/ : if you want to contribute or fix a translation specifically, please use this instead\n\n2. Please always add a description explaining briefly what the MR is all about.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgannhiro%2Fbungaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgannhiro%2Fbungaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgannhiro%2Fbungaku/lists"}