IReader v2.0.16
v2.0.16File | SHA256 | Size | Released |
|---|---|---|---|
| IReader-arm64-v8a.apk | — | 49.3 MB | 1 month ago |
| IReader-armeabi-v7a.apk | — | 44.2 MB | 1 month ago |
| IReader-linux-x64-2.0.16.jar | — | 179.0 MB | 1 month ago |
| IReader-windows-x64-2.0.16.jar | — | 177.4 MB | 1 month ago |
| IReader-windows-x64-2.0.16.msi | — | 195.0 MB | 1 month ago |
| IReader-x86.apk | — | 50.2 MB | 1 month ago |
| IReader-x86_64.apk | — | 50.2 MB | 1 month ago |
| IReader-x86_64.AppImage | — | 169.4 MB | 1 month ago |
| IReader-x86_64.AppImage.sha256 | — | 90 B | 1 month ago |
| IReader-x86_64.AppImage.zsync | — | 296.7 KB | 1 month ago |
| IReader-x86_64.AppImage.zsync.sha256 | — | 96 B | 1 month ago |
| ireader_2.0.16_amd64.deb | — | 185.3 MB | 1 month ago |
Release Notes
🎉 IReader v2.0.16
📦 What's New
- more build fixes (@kazemcodes)
- update versions and fix tts setting not open completely (@kazemcodes)
- feat(translate): implement Google Translate Free engine and enhance translation reliability (@kazemcodes)
📊 Release Stats
- Commits since last release: 3
- Release tag:
v2.0.16
📥 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 | |
.deb | Debian/Ubuntu Linux | |
.rpm | Fedora/RHEL Linux | |
.AppImage | Universal Linux (no install needed) | Supports delta updates! |
.AppImage.zsync | Delta update metadata | For AppImageUpdate tool |
.jar | Cross-platform (requires Java 21+) |
🎉 New: AppImage Delta Updates!
The AppImage now supports efficient delta updates:
- 70-90% smaller downloads - Only download what changed
- Faster updates - Less waiting time
- Bandwidth efficient - Great for slow connections
To use delta updates:
# Install AppImageUpdate
wget https://github.com/AppImageCommunity/AppImageUpdate/releases/latest/download/appimageupdatetool-x86_64.AppImage
chmod +x appimageupdatetool-x86_64.AppImage
# Update IReader (downloads only the diff!)
./appimageupdatetool-x86_64.AppImage IReader-x86_64.AppImage
Or install via AM package manager:
am -i ireader # Install
am -u ireader # Update
🔗 Links
- Full Changelog: https://github.com/IReaderorg/IReader/compare/v2.0.15...v2.0.16
- 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 - Run the installer (you may need to allow it through SmartScreen)
- Follow the installation wizard
# Debian/Ubuntu
sudo dpkg -i ireader_*.deb
sudo apt-get install -f # Install dependencies if needed
# Fedora/RHEL
sudo rpm -i ireader-*.rpm
# AppImage (any distro)
chmod +x IReader-*.AppImage
./IReader-*.AppImage
# AppImage with AM package manager (recommended)
am -i ireader # Install
am -u ireader # Update
# AppImage delta updates (70-90% smaller downloads)
# Install AppImageUpdate
wget https://github.com/AppImageCommunity/AppImageUpdate/releases/latest/download/appimageupdatetool-x86_64.AppImage
chmod +x appimageupdatetool-x86_64.AppImage
# Update IReader (downloads only changes)
./appimageupdatetool-x86_64.AppImage IReader-*.AppImage
Verify checksums:
sha256sum -c IReader-x86_64.AppImage.sha256
</details>
Built from commit 81709cebc