IReader v2.0.23
v2.0.23File | SHA256 | Size | Released |
|---|---|---|---|
| ireader-2.0.23-1.x86_64.rpm | — | 231.8 MB | 3 weeks ago |
| IReader-2.0.23.exe | — | 228.8 MB | 3 weeks ago |
| IReader-arm64-v8a.apk | — | 50.7 MB | 3 weeks ago |
| IReader-armeabi-v7a.apk | — | 45.6 MB | 3 weeks ago |
| IReader-linux-x64-2.0.23.tar.gz | — | 231.9 MB | 3 weeks ago |
| IReader-linux-x64-2.0.23.tar.gz.sha256 | — | 99 B | 3 weeks ago |
| IReader-macos-x64-2.0.23.dmg | — | 240.6 MB | 3 weeks ago |
| IReader-windows-x64-2.0.23.msi | — | 228.1 MB | 3 weeks ago |
| IReader-x86.apk | — | 51.6 MB | 3 weeks ago |
| IReader-x86_64.apk | — | 51.7 MB | 3 weeks ago |
| ireader_2.0.23_amd64.deb | — | 218.2 MB | 3 weeks ago |
Release Notes
🎉 IReader v2.0.23
📦 What's New
- fix backup issue and make it more robust (@kazemcodes)
- feat: Add native Tsundoku (Tachiyomi/Mihon) extension support (NOT COMPLETE) (#243) (@kazemcodes)
- fix (@kazemcodes)
- fix (@kazemcodes)
- fix the api catalog url (#246) (@kazemcodes)
- update versions (@kazemcodes)
- update gitinore (@kazemcodes)
- add auto fetch tts chapter when the chapter is at end (@kazemcodes)
📊 Release Stats
- Commits since last release: 8
- Release tag:
v2.0.23
📥 Downloads
Choose the appropriate package for your platform:
🤖 Android
| Package | Description |
|---|---|
*-arm64-v8a-*.apk | Modern 64-bit ARM devices (recommended for most phones) |
*-armeabi-v7a-*.apk | Older 32-bit ARM devices |
*-x86_64-*.apk | 64-bit Intel/AMD (emulators, some tablets) |
*-x86-*.apk | 32-bit Intel/AMD devices |
🖥️ Desktop
| Package | Platform | Notes |
|---|---|---|
.msi | Windows 10/11 installer | |
.exe | Windows portable | No install needed |
.dmg | macOS installer | |
.deb | Debian/Ubuntu Linux | |
.rpm | Fedora/RHEL Linux | |
.tar.gz | Universal Linux (any distro) | Extract and run |
.jar | Cross-platform (requires Java 21+) |
🔗 Links
- Full Changelog: https://github.com/IReaderorg/IReader/compare/v2.0.22...v2.0.23
- Website: https://ireaderorg.netlify.app/
- Documentation: https://github.com/ireaderorg/ireader/wiki
- Report Issues: https://github.com/ireaderorg/ireader/issues
📝 Installation Notes
<details> <summary>Android</summary>- Download the APK matching your device architecture
- Enable "Install from Unknown Sources" in Settings > Security
- Open the downloaded APK to install
- Download the
.msiinstaller or.exeportable - Run the installer (you may need to allow it through SmartScreen)
- Follow the installation wizard
- Or use the
.exeportable version (no install needed)
- Download the
.dmginstaller - Open the DMG file
- Drag IReader to Applications folder
```bash
Debian/Ubuntu
sudo dpkg -i ireader_*.deb sudo apt-get install -f # Install dependencies if needed
Fedora/RHEL
sudo rpm -i ireader-*.rpm
Tarball (any distro)
tar -xzf IReader-*.tar.gz cd IReader ./bin/IReader ```
Verify checksums: ```bash sha256sum -c IReader-*.tar.gz.sha256 ```
</details>Built from commit `977fab9cb`