🎉 IReader V2.0.3
📦 What's New
NOTE: Please Update all your IReader sources, if not it won't work or now shown in the app, if not shown in app, try to uinstall them in you phone settings, LNReader sources works without needing to update them
an attempt to support ios (@kazemcodes) (incomplete because dev dont have mac)
source-api redesign (@kazemcodes)
update new repo (@kazemcodes)
optimize the library screen loading time (@kazemcodes)
remove shimmer effect (@kazemcodes)
optimize the koin init startup even more and add translate mass service (@kazemcodes)
fixed local language not applying in android (@kazemcodes)
fix the character screen crash because of supabase (@kazemcodes)
add community source, add translation engine (@kazemcodes)
new translation service
📊 Release Stats
- Commits since last release: 40
- Release tag:
v2.0.3
📥 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
📝 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
</details>
<details>
<summary>Windows</summary>
- Download the
.msi installer
- Run the installer (you may need to allow it through SmartScreen)
- Follow the installation wizard
</details>
<details>
<summary>Linux</summary>
# 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
</details>
Built from commit 977452fec