{"id":13668274,"url":"https://github.com/readium/mobile","last_synced_at":"2025-06-27T08:38:26.212Z","repository":{"id":45795506,"uuid":"266106321","full_name":"readium/mobile","owner":"readium","description":"📱 Readium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift \u0026 Kotlin.","archived":false,"fork":false,"pushed_at":"2024-04-01T09:52:05.000Z","size":207,"stargazers_count":80,"open_issues_count":9,"forks_count":4,"subscribers_count":7,"default_branch":"main","last_synced_at":"2024-04-09T21:31:02.958Z","etag":null,"topics":["audiobooks","ebooks","kotlin","opds","pdf","reading","swift"],"latest_commit_sha":null,"homepage":"https://readium.org/mobile","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/readium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2020-05-22T12:34:05.000Z","updated_at":"2024-04-15T10:34:47.674Z","dependencies_parsed_at":"2024-04-15T10:44:52.516Z","dependency_job_id":null,"html_url":"https://github.com/readium/mobile","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readium%2Fmobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readium%2Fmobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readium%2Fmobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/readium%2Fmobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/readium","download_url":"https://codeload.github.com/readium/mobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251063153,"owners_count":21530832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["audiobooks","ebooks","kotlin","opds","pdf","reading","swift"],"created_at":"2024-08-02T08:00:28.706Z","updated_at":"2025-06-27T08:38:26.202Z","avatar_url":"https://github.com/readium.png","language":null,"funding_links":[],"categories":["Others","Apps based on Readium Mobile"],"sub_categories":[],"readme":"# 📱 Readium Mobile\n\nReadium Mobile is a toolkit for ebooks, audiobooks and comics written in Swift \u0026amp; Kotlin.\n\n[With 100+ applications](https://github.com/readium/awesome-readium?tab=readme-ov-file#apps-based-on-readium-mobile), it's the most popular toolkit for building reading applications on smartphones and tablets.\n\n## Formats\n\nThe following formats are supported with optional [Readium LCP support](https://www.edrlab.org/readium-lcp/) for protection:\n\n- EPUB 2.x and 3.x support\n- EPUB Fixed Layout (FXL) support\n- PDF support\n- Audiobook support ([streamed](https://readium.org/webpub-manifest/profiles/audiobook) or [packaged](https://readium.org/lcp-specs/notes/lcp-for-audiobooks.html))\n\n## Features\n\n- Support for user preferences\n- Night \u0026 sepia modes\n- Search in EPUB\n- Highlights/annotations\n- Text-to-Speech (TTS) support\n- Pagination and scrolling\n- Support for right-to-left (RTL) and vertical scrolling\n\n\n## Roadmap\n\n- [EPUB 3 Media Overlays](https://www.w3.org/TR/epub/#sec-media-overlays)\n- [Divina support](https://readium.org/webpub-manifest/profiles/divina) for comics/manga/webtoons\n\n## Android and Chrome OS\n\nThe toolkit currently requires Android 5.0+.\n\n* [`kotlin-toolkit`](https://github.com/readium/kotlin-toolkit) – Monorepo for Readium Mobile in Kotlin.\n\nA [Test App](https://github.com/readium/kotlin-toolkit/tree/develop/test-app) demonstrates how to integrate the Kotlin toolkit in your own reading app.\n\n## iOS, iPadOS and macOS\n\nThe toolkit currently requires iOS 11+. On macOS, it's compatible with devices using Apple silicon (M1 or above).\n\n* [`swift-toolkit`](https://github.com/readium/swift-toolkit) – Monorepo for Readium Mobile in Swift.\n\nA [Test App](https://github.com/readium/swift-toolkit/tree/develop/TestApp) demonstrates how to integrate the Swift toolkit in your own reading app.\n\n## License\n\nReadium Mobile is available under a [BSD-3 license](https://github.com/readium/mobile/blob/main/LICENSE).\n\n```\nBSD 3-Clause License\n\nCopyright (c) 2017, Readium Foundation\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n   list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n   this list of conditions and the following disclaimer in the documentation\n   and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its\n   contributors may be used to endorse or promote products derived from\n   this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadium%2Fmobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freadium%2Fmobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadium%2Fmobile/lists"}