IReader v2.0.12
๐ IReader v2.0.12
๐ฆ What's New
- refactor: Notify library of changes from explore screen and update ksoup (@kazemcodes)
๐ Release Stats
- Commits since last release: 1
- Release tag:
v2.0.12
๐ฅ 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 |
|---------|----------|
| .msi | Windows 10/11 installer |
| .deb | Debian/Ubuntu Linux |
| .rpm | Fedora/RHEL Linux |
| .AppImage | Universal Linux (no install needed) |
| .jar | Cross-platform (requires Java 21+) |
๐ Links
- Full Changelog: https://github.com/IReaderorg/IReader/compare/v2.0.11...v2.0.12
- Website: https://ireaderorg.netlify.app/
- Documentation: https://github.com/ireaderorg/ireader/wiki
- Report Issues: https://github.com/ireaderorg/ireader/issues
๐ Installation Notes
Android
- Download the APK matching your device architecture
- Enable "Install from Unknown Sources" in Settings > Security
- Open the downloaded APK to install
Windows
- Download the
.msiinstaller - Run the installer (you may need to allow it through SmartScreen)
- Follow the installation wizard
Linux
# 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
Built from commit 548bd934f