Changelogs
Changelogs of all Tsumiru releases, which are also available on GitHub.
1.1.5Latest
A manga and webtoon reader for your Suwayomi server.
🚀 Improvements
- Downloads now wait for your server to come back before trying again (@aaronbamblett)
- The app now switches to offline mode straight away when your server is unreachable (@aaronbamblett)
- Library covers now appear faster and use less data (@aaronbamblett)
- The download notification now stays on screen and names what stopped the queue (@aaronbamblett)
- The offline banner and its Refresh button now appear on series pages (@aaronbamblett)
- Reduced the work your server does while you use the app (@aaronbamblett)
⚙️ Changes
- Removed the reader magnifier, since pinch and double-tap zoom cover it (@aaronbamblett)
- Long press in the reader can now be switched off entirely with Show actions on long tap (@aaronbamblett)
🧩 Fixes
- Fixed the download queue failing all at once when your server became unreachable (@aaronbamblett)
- Fixed downloads not resuming when the app was opened while your server was unreachable (@aaronbamblett)
- Fixed downloaded chapters opening slowly or not at all offline (@aaronbamblett)
- Fixed categories with nothing downloaded disappearing from the library offline (@aaronbamblett)
- Fixed Suggestions leaving an empty gap when it could not load (@aaronbamblett)
1.1.4
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added an extension update count to the Browse tab in the navigation bar (@aaronbamblett)
⚙️ Changes
- Turned Reader initial overlay off by default, so chapters open straight to the page (@aaronbamblett)
🚀 Improvements
- Improved CPU usage while downloading series (@aaronbamblett)
🧩 Fixes
- Fixed high CPU usage on your device and server every time the app launched (@aaronbamblett)
- Fixed genre tags being unreadable in light mode (@aaronbamblett)
- Fixed being unable to leave Global Search when opened from the library (@aaronbamblett)
- Fixed the paged reader stopping halfway between two pages (@aaronbamblett)
- Fixed the seekbar chapter buttons jumping to the first or last page in webtoon mode (@aaronbamblett)
- Fixed the seekbar chapter buttons pointing the wrong way in right-to-left reading (@aaronbamblett)
- Fixed the download queue stalling without an explanation after a connection dropped (@aaronbamblett)
- Fixed interrupted chapter downloads appearing complete (@aaronbamblett)
- Fixed failed re-downloads deleting chapters already saved on your device (@aaronbamblett)
- Fixed chapters removed from the server reappearing on your device (@aaronbamblett)
- Fixed Re-authenticate doing nothing with JWT or simple login (@aaronbamblett)
- Fixed installed extensions not adding their sources to Sources until the app restarted (@aaronbamblett)
- Fixed sign-in credentials not being saved on macOS (@JeffShih-wiwynn)
1.1.3
A manga and webtoon reader for your Suwayomi server.
🚀 Improvements
- Improved double-tap detection in the paged reader (@aaronbamblett)
🧩 Fixes
- Fixed chapters still showing as unread in Updates after you read them (@aaronbamblett)
- Fixed downloaded chapters being deleted when Keep offline should have kept them (@aaronbamblett)
- Fixed pages not turning when you tap quickly in the paged reader (@aaronbamblett)
1.1.2
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added hiding and showing categories while offline, with the change applied on your device until the next server sync (@aaronbamblett)
🚀 Improvements
- Made library covers appear instantly when switching categories or returning to the app (@aaronbamblett)
- Made cover loading animations quicker and subtler, skipping the placeholder entirely when a cover loads fast (@aaronbamblett)
🧩 Fixes
- Fixed categories deleted on the server still showing up offline (@aaronbamblett)
- Fixed hidden categories reappearing offline (@aaronbamblett)
- Fixed offline category tabs all showing the same series count (@aaronbamblett)
- Fixed deleting a category failing silently without a connection (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
1.1.1
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added an Original size option to Long strip scale, so pages show at their true size instead of stretching to fit the window (@aaronbamblett)
- Added a Maximum width slider for long strip, set as a percentage of the window or a fixed pixel width (@aaronbamblett)
- Added a View offline button to the library loading screen, so you can go straight to your downloaded library instead of waiting for a connection (@aaronbamblett)
- Added automatic downloads after every library update, fetching new chapters for series with a Keep offline rule and removing older ones past its limit (@aaronbamblett)
- Added a Download new chapters in the background option on Android, so keep-offline series stay current while the app is closed (@aaronbamblett)
⚙️ Changes
- Made chapter auto-delete wait until you close the reader (@aaronbamblett)
🚀 Improvements
- Made offline mode keep your library covers on hand, so artwork shows without a connection (@aaronbamblett)
- Made the app notice an unreachable server faster and switch to offline mode sooner (@aaronbamblett)
🧩 Fixes
- Fixed the Unread sort putting series you had finished at the top (@aaronbamblett)
- Fixed alphabetical sorting putting capital letters first (@aaronbamblett)
- Fixed the Started filter not counting series where you had finished chapters (@aaronbamblett)
- Fixed the adult content filter hiding regular series just because their source also carries adult titles (@aaronbamblett)
- Fixed the paged reader stopping partway between two pages (@aaronbamblett)
- Fixed the pause control on the Downloads screen disappearing (@aaronbamblett)
- Fixed the Keep offline limit deleting chapters you had only just read (@aaronbamblett)
- Fixed the file picker showing an empty folder on the Linux flatpak (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
1.1.0
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added filters to the Updates and History screens (@aaronbamblett)
- Added a Grid style row for Uniform, Non-uniform, and Staggered covers, so artwork of different shapes fits without cropping (@zeedif)
- Added a Badges tab for reordering cover badges and picking which corner each one sits in (@zeedif)
- Added library grouping By tag and By language (@zeedif)
- Added a List size slider for the List and Descriptive List layouts (@zeedif)
- Added a Show plain badge option to the Unread badge setting, for a badge with no number on it (@zeedif)
⚙️ Changes
- Replaced the library and chapter filter checkboxes with Any, Included, and Excluded chips (@zeedif)
- Made History show series that are no longer in your library (@aaronbamblett)
- Made settings screens open full screen, so one Back goes back one screen (@aaronbamblett)
- Renamed the reading modes in settings to Long strip and Long strip with gaps, matching the reader (@aaronbamblett)
- Made long strip always scroll on into the next chapter and removed the Infinity Scrolling Mode setting (@aaronbamblett)
- Turned Tap zones on by default, so tapping the screen edge turns the page (@aaronbamblett)
- Turned Show tap zones overlay off by default (the zones used to flash on every chapter open) (@aaronbamblett)
- Hid Quick Search on touch devices (@aaronbamblett)
🚀 Improvements
- Made Long strip with gaps use the same reader as every other mode, so it gets the same zoom and chapter transitions (@aaronbamblett)
- Made tapping a moving page stop it instead of opening the reader controls (@aaronbamblett)
- Made the zoom settings separate for the Paged and Long strip readers (changing one used to change both) (@aaronbamblett)
🧩 Fixes
- Fixed tapping the screen edge not turning the page (@aaronbamblett)
- Fixed pinch-zooming leaving the reader stuck between two pages (@aaronbamblett)
- Fixed Original size showing only part of a page with no way to reach the rest (@aaronbamblett)
- Fixed Disable zoom in having no effect in the paged reader (@aaronbamblett)
- Fixed Auto scroll switching itself off whenever you dragged the page (@aaronbamblett)
- Fixed covers being squashed instead of keeping their shape (@aaronbamblett)
- Fixed a back swipe opening the filter panel instead of going back (@aaronbamblett)
- Fixed Back not leaving Global Search (@aaronbamblett)
- Fixed the Started filter matching everything in your library (@aaronbamblett)
- Fixed Delete finished chapters while reading removing the wrong chapter (@aaronbamblett)
- Fixed Badge layout order and corner choices resetting (@aaronbamblett)
- Fixed the library Filter and Display sheet clipping its last options during a library update (@aaronbamblett)
- Fixed the Keep offline sheet clipping its options during a library update (@aaronbamblett)
- Fixed the Updates list repeating rows as you scrolled (@aaronbamblett)
- Fixed the Updates header sitting lower than every other tab (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
1.0.0
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added mass migration to move many series between sources at once, with a Migrate tab in Browse (@aaronbamblett)
- Added notifications for new chapters, downloads, app updates, and errors (@aaronbamblett)
- Added duplicate detection with a warning when adding a series already in your library and a Scan for duplicates tool in the library menu (@aaronbamblett)
- Added preferred scanlation groups per series so chapter lists show one entry per chapter (@aaronbamblett)
- Added Extension stores for managing where your server installs extensions from (@aaronbamblett)
- Added a Suggestions row of recommended series to the manga details page (@aaronbamblett)
- Added a Sources filter screen to hide sources you never use (@aaronbamblett)
- Added long-press multi-select when browsing a source to add many series to your library at once (@aaronbamblett)
- Added animated bottom navigation icons (@aaronbamblett)
⚙️ Changes
- Made auto reading mode respect your default reading mode and set that default to right-to-left on new installs (@aaronbamblett)
- Removed the option to delete individual entries from history (@aaronbamblett)
- Replaced the extension repo screen on older servers with a reminder to update your server (@aaronbamblett)
🚀 Improvements
- Added an inline search bar that stays put while you scroll, toggled with Persistent search bar in Library settings (@zeedif)
- Made the tracking card show the tracker's chapter total (@aaronbamblett)
- Made series opened from Browse show their full details right away (@aaronbamblett)
- Made chapter sorting work without a connection (@aaronbamblett)
- Updated the manga description renderer (@zeedif)
🧩 Fixes
- Fixed a crash on startup (@aaronbamblett)
- Fixed bulk-added series not appearing in the library until a refresh (@aaronbamblett)
- Fixed reader, offline, and server-switch reliability issues (@aaronbamblett)
- Fixed history and library display issues (@aaronbamblett)
- Fixed settings and backup issues (@aaronbamblett)
- Fixed sign-in sessions dropping unexpectedly (@aaronbamblett)
- Fixed the extension store help link (@aaronbamblett)
- Fixed crashes when opening some screens (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
0.9.2
A manga and webtoon reader for your Suwayomi server.
🧩 Fixes
- Fixed the app failing to open on Windows with a
sqlite3.dllerror (@aaronbamblett) - Fixed a crash when adding a manga to the library (@aaronbamblett)
- Fixed the reader flashing black while resizing the window on desktop (@aaronbamblett)
- Fixed Sources, Extensions, History, and search flashing a spinner over the list on refresh (@aaronbamblett)
🚀 Improvements
- Improved the spacing on the connection error and empty state screens (@zeedif)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
0.9.1
A manga and webtoon reader for your Suwayomi server.
🧩 Fixes
- Fixed infinity scrolling dead-ending at chapter boundaries after resuming a series (@aaronbamblett)
- Fixed "Loading previous chapter..." showing without the chapter ever arriving (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
0.9.0
WARNING
A reader bug in this build can stop the next or previous chapter from loading while you scroll. Download v0.9.1 instead.
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added a grid view of numbered tiles for the chapter list, showing read and download state, with the choice remembered per series (@aaronbamblett)
- Added By Chapter Number and Alphabetically chapter sorts (@aaronbamblett)
- Added a Display tab to switch chapter titles between Source title and Chapter number (@aaronbamblett)
- Added app-wide desktop keyboard shortcuts, listed under Keyboard shortcuts in Settings (@aaronbamblett)
- Added Global Search (Ctrl + F on desktop) across your library, app screens, and sources (@aaronbamblett)
- Added status, source, and tracked filters plus OR groups to library search (@aaronbamblett)
- Added a choice of what backups include, such as History, Tracking, and App settings (@aaronbamblett)
- Added a Migrate button to failed library updates (@aaronbamblett)
- Added extension repo management to the Extensions tab (@aaronbamblett)
- Added an on-device badge for series with chapters saved on this device, with a toggle under the library Display settings (@aaronbamblett)
🚀 Improvements
- Gave the desktop app a theme-matched title bar, a remembered window size, and a rounded icon (@aaronbamblett)
- Reduced GPU use while scrolling webtoons by loading pages at the size shown on screen (@aaronbamblett)
🧩 Fixes
- Fixed chapters flipping back to unread after you had read them (@aaronbamblett)
- Fixed Android Back closing the app instead of returning to the Library tab (@aaronbamblett)
- Fixed pages overlapping when zooming in the double-page reader (@aaronbamblett)
- Fixed the Page layout setting having no effect in the paged reader (@aaronbamblett)
- Fixed building on Windows with current Visual Studio versions (@zeedif)
- Fixed a compile failure with current Flutter versions (@zeedif)
Install
You'll need a running Suwayomi server. See Getting started.
Android: download the universal APK below and open it to install (smaller APKs for specific chip types are also attached).
Windows: download the …-windows-x64.zip below, extract it anywhere, and run tsumiru.exe.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
macOS: download the …-macos-x64.zip below, extract it, and move the app to Applications. If macOS blocks the first launch, approve the app under System Settings → Privacy & Security (Open Anyway).
Web: download the …-web.zip below and serve its contents with any static web server.
Full docs at tsumiru.app.
0.8.5
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added auto scroll for webtoons with adjustable speed (@aaronbamblett)
- Added auto advance to turn pages on a timer in the left-to-right and right-to-left reading modes (@aaronbamblett)
- Added desktop keyboard navigation to the reader, with arrow keys and shortcuts for paging and chapters (@aaronbamblett)
- Added changing categories for several series at once (@aaronbamblett)
- Added a progress banner while your library updates (@aaronbamblett)
- Added pull-to-refresh to the library (@aaronbamblett)
- Added a collapsible desktop sidebar (@aaronbamblett)
⚙️ Changes
- Set new series to open in the reading mode that matches their type, webtoon or paged (@aaronbamblett)
- Capped the crash log's size and added a way to clear it (@aaronbamblett)
🚀 Improvements
- Pointed the app to Connection settings when the server can't be reached, instead of a blank screen (@aaronbamblett)
🧩 Fixes
- Fixed reading progress being lost when you close the app straight from the reader (@aaronbamblett)
- Fixed crashes when moving between the reader and a series page (@aaronbamblett)
- Fixed reading forward marking a finished chapter as unread (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru.app.
0.8.4
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Rebuilt the page-by-page reader with zoom, pan, smoother page turns and double-page spreads, and controls matching the long-strip reader (@aaronbamblett)
- Added your own tags on any manga from its details page (@aaronbamblett)
- Added filtering the library by tag, and search terms like
tag:seinen,author:oda, andrating:>=4(@aaronbamblett) - Added actions when tapping a genre or tag: search your library, search all sources, or copy it (@aaronbamblett)
- Added Your rating on the details page, with library sort by Rating and a Minimum rating filter (@aaronbamblett)
- Added a Comfortable grid library display option showing each title under its cover (@aaronbamblett)
- Added a Read progress bar display option showing how much of each series you've read (@aaronbamblett)
- Added a Default category setting for where newly added manga go, or have the app ask each time (@aaronbamblett)
🧩 Fixes
- Fixed the Android Back button closing the app instead of returning to the Library tab (@aaronbamblett)
- Fixed switching servers keeping the previous server's downloads without asking (@aaronbamblett)
- Fixed the long-strip reader not scrolling to the end of chapters that finish with short pages, which kept them from marking as read (@aaronbamblett)
- Fixed reading progress not always saving when you leave the reader (@aaronbamblett)
- Fixed category edits not updating the library immediately (@aaronbamblett)
- Fixed Global Search forgetting whether you last searched pinned sources or all of them (@aaronbamblett)
- Fixed the unread-count badge being unreadable on light-accent themes like Monochrome (@aaronbamblett)
- Fixed a stray colored dot in the genre list on some sources (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru.app.
0.8.2
A manga and webtoon reader for your Suwayomi server.
🚀 Improvements
- Replaced the unexpected error screen for server problems with a clear message (@aaronbamblett)
🧩 Fixes
- Fixed browsing a manga adding it to your library (@aaronbamblett)
- Fixed Clear Cache in Settings doing nothing (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru.app.
0.8.1
A manga and webtoon reader for your Suwayomi server.
⚙️ Changes
- Turned Auto-refresh on Timeout on by default (@aaronbamblett)
🧩 Fixes
- Fixed the "No stream event" timeout errors when reading from slow sources (@aaronbamblett)
- Fixed the Server Request Timeout setting having no effect, with a new 30 second default and a 120 second maximum (@aaronbamblett)
- Fixed the Linux Flatpak reporting the wrong version (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru.app.
0.8.0
A manga and webtoon reader for your Suwayomi server.
✨ New Features
- Added reader settings for scale type, double pages for spreads, crop borders, brightness, background color, color filters, and fullscreen (@aaronbamblett)
- Added per-series reader settings under For this series alongside your defaults, applying as you change them (@aaronbamblett)
- Added double-tap to zoom in where you tapped, and double-tap again to zoom out (@aaronbamblett)
- Added long-press on a page to copy, share, or save the image (@aaronbamblett)
- Added a four-tab library panel: Filter, Sort, Display, and Group (@aaronbamblett)
- Added filtering by downloaded, unread, categories, or tracked, each including or excluding (@aaronbamblett)
- Added more sort options, including Random and Tracker score (@aaronbamblett)
- Added a Cover-only grid display option, separate column counts for portrait and landscape, and more badges (@aaronbamblett)
- Added grouping the library by source, status, or track status (@aaronbamblett)
🧩 Fixes
- Fixed library cover titles being unreadable in light mode (@aaronbamblett)
- Fixed the session-expired banner's Re-authenticate button not always opening the sign-in dialog (@aaronbamblett)
- Fixed web setup failing with "Unauthorized" instead of showing the sign-in form (@aaronbamblett)
- Fixed web setup rejecting server addresses without the
http://part (@aaronbamblett) - Fixed a crash that could happen when opening a webtoon chapter (@aaronbamblett)
- Fixed reader settings sliders not following your finger as you drag (@aaronbamblett)
- Fixed the one-click Flatpak install link pointing at the project's old location (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, mark it executable (chmod +x), and run it.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. For most people this is the best option.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this). Only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru.app.
0.7.2
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added choosing how much to keep when you mark a series Keep offline from the library: the next 5, 10, or 25 unread, all unread, or all (@aaronbamblett)
- Added showing which Keep offline mode is active on a title (@aaronbamblett)
🚀 Improvements
- Made clearing the server download queue update the list instantly (@aaronbamblett)
🧩 Fixes
- Fixed the long-strip reader not scrolling on iOS (@aaronbamblett)
- Fixed "What's New" showing an old changelog instead of the current release notes (@aaronbamblett)
- Fixed the in-app update check pointing at the wrong repository (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only — advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore — signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore — also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore — permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.7.1
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added keeping the screen on while reading, on by default (@aaronbamblett)
- Added a choice when opening Web View: the source site or your server's own page for the manga (@aaronbamblett)
- Added pinning sources to keep them at the top, and filtering Global Search by source (@aaronbamblett)
- Added pausing and resuming on-device downloads, choosing which categories download on their own, and a Wi-Fi-only option, on by default (@aaronbamblett)
- Added one Downloads screen with Server and On device tabs (@aaronbamblett)
- Added a readable startup error with a copy-log button, plus copying the latest log from the bottom of Settings (@aaronbamblett)
⚙️ Changes
- Added a confirmation step before queueing a large bulk download (@aaronbamblett)
- Made turning off adult content hide adult sources, not just adult extensions (@aaronbamblett)
- Sorted extensions alphabetically within each group (@aaronbamblett)
🧩 Fixes
- Fixed bulk mark-as-read skipping your trackers (@aaronbamblett)
- Fixed the manga page and updates list showing stale read and in-library state after you act (@aaronbamblett)
- Fixed the auth-mode menu in connection settings opening in the wrong place (@aaronbamblett)
- Fixed reading several chapters back to back saving progress to the wrong chapter or dropping offline reads (@aaronbamblett)
- Fixed a sync being able to wipe offline bookmarks (@aaronbamblett)
- Fixed the live server connection not signing back in after a re-login, which froze the download and library-update feeds (@aaronbamblett)
- Fixed failed server actions looking like they worked (@aaronbamblett)
- Fixed chapters deleted on the server staying on your device (@aaronbamblett)
- Fixed first-run server discovery hanging (@aaronbamblett)
- Fixed manga details staying empty on first open until a manual refresh (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Added the
tsumiruremote before? It may still point at the oldtsumiru-app.github.ioURL. Runflatpak remote-delete tsumirufirst, then the commands above.
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only, advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.7.0
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added tracker support: connect the trackers your Suwayomi server offers, such as AniList and MyAnimeList, under Settings → Tracking, then link one to a series from its manga page (@aaronbamblett)
- Added editing a linked tracker from the manga page, including status, score, and chapters read (@aaronbamblett)
- Added automatic tracker updates when you mark chapters read, including offline reads that sync when you reconnect (@aaronbamblett)
- Added carrying tracker links over when you migrate a series to another source (@aaronbamblett)
- Added automatic download-ahead with options for the next 5, 10, or 25 unread, all unread, or every chapter (@aaronbamblett)
- Added deleting chapters automatically as you finish them, with separate switches for this device and the server under Settings → Downloads (@aaronbamblett)
- Added a Continue reading button option under the library's Display settings that jumps straight to your next unread chapter (@aaronbamblett)
- Added a switch under Settings → Reader to silence feedback toasts like "No more chapters ahead" (@aaronbamblett)
- Added a Refresh chapters from source toggle under Settings → Library, off by default (@aaronbamblett)
🚀 Improvements
- Made the offline save button work for chapters the server has not downloaded yet, triggering the server download first (@aaronbamblett)
- Made chapter lists show what your server already has when a source site is unreachable, instead of an empty list (@aaronbamblett)
🧩 Fixes
- Fixed series removed from your library still showing up in it (@aaronbamblett)
- Fixed filter checkboxes being invisible on light themes, and the filter dialog's tab underline sitting off the selected tab (@aaronbamblett)
- Fixed the continuous reader spamming "No more chapters ahead" while you scroll (@aaronbamblett)
- Fixed several light-theme spots where selected states and the Android navigation-bar icons were white-on-white (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only — advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore — signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore — also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore — permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.6.1
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added the first iOS build, an unsigned IPA you sideload, with instructions under Install below (@aaronbamblett)
- Added a Don't remind me about this version checkbox to the update prompt (@aaronbamblett)
⚙️ Changes
- Moved server URL, port, and authentication together under More → Connection (@aaronbamblett)
- Limited Settings → Server to the Suwayomi server's own settings (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
iOS (sideload only - advanced): the …-ios.ipa below is unsigned, so you can't just download and open it. Apple requires every app to be signed to your own account first, using one of these tools:
- SideStore: signs and refreshes the app on-device, no computer needed after setup. Best choice for most people.
- AltStore: also signs the app, but it expires every 7 days and only auto-refreshes while a computer running AltServer is powered on and on the same Wi-Fi as your phone.
- TrollStore: permanent install with no expiry, but only works on older iPhones/iOS versions with the required vulnerability.
With SideStore or AltStore the app must be re-signed periodically (the tools automate this); only TrollStore avoids that. There is no App Store build.
Full docs at tsumiru-app.github.io.
0.6.0
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added offline reading: download chapters to your device and read them with no server connection (@aaronbamblett)
- Added downloads that keep running after you leave the app (@aaronbamblett)
- Added automatic fallback to your on-device copies when the server is unreachable (@aaronbamblett)
- Added an Incognito mode that pauses reading history and last-read updates (@aaronbamblett)
- Added a Hide category option that keeps a category's tab off the library view (@aaronbamblett)
- Added a guided three-step setup for new installs that lets you pick a theme and connect your server (@aaronbamblett)
- Added Search my network to find a Suwayomi server on your LAN during setup (@aaronbamblett)
- Added Test connection to check the address you entered and report connected, login needed, unreachable, or not a Suwayomi server (@aaronbamblett)
- Added setup sign-in for Basic auth, Simple login, and UI login, with credential validation (@aaronbamblett)
- Added multi-select to the library and chapter lists (@aaronbamblett)
- Added a Soon estimate on ongoing series for the next release (@aaronbamblett)
🚀 Improvements
- Moved reader controls above the Android navigation bar and clear of camera cutouts (@aaronbamblett)
- Made webtoon pages load ahead in reading order (@aaronbamblett)
- Made the phone landscape layout usable (@aaronbamblett)
- Redesigned the details page action row (@aaronbamblett)
🧩 Fixes
- Fixed the webtoon progress bar landing on the wrong page in downloaded chapters (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.5.0
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added 13 curated themes: Indigo Night, Carbon, Plum, Regression, Ember, Synthwave, Terminal, Catppuccin, Nord, Gruvbox, Dracula, Monochrome, and Royal, plus a custom accent color and a Pure black (AMOLED) mode (@aaronbamblett)
- Added a draggable webtoon progress bar that scrubs through the chapter (@aaronbamblett)
- Added mouse and trackpad drag-scroll everywhere on desktop and web (@aaronbamblett)
⚙️ Changes
- Moved theming to one place under Settings → Appearance, with every theme using its exact designed colors (@aaronbamblett)
- Changed the default library sort to Last Read (@aaronbamblett)
- Turned the Downloaded badge on covers off by default (@aaronbamblett)
- Left-aligned app-bar titles and the desktop navigation header (@aaronbamblett)
🚀 Improvements
- Redesigned the manga details page with a full-bleed cover backdrop, a soft glow behind the cover, gradient action buttons, and translucent genre chips (@aaronbamblett)
- Enabled wide-gamut Display P3 color in the web app (@aaronbamblett)
🧩 Fixes
- Fixed the manga-detail back button (@aaronbamblett)
- Fixed a theme-picker scrollbar overlap (@aaronbamblett)
- Fixed the Linux build (@aaronbamblett)
Install
You'll need a running Suwayomi server. See Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download the …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.4.1
A fast, multiplatform reader for your Suwayomi server.
✨ New Features
- Added Linux builds as an auto-updating Flatpak and a portable AppImage (@aaronbamblett)
⚙️ Changes
- Switched the app to its own Tsumiru icon and branding (it previously showed the Suwayomi ones) (@aaronbamblett)
🧩 Fixes
- Fixed a crash in the in-app update check (@aaronbamblett)
Install
You'll need a running Suwayomi server - see Getting started.
Linux - Flatpak (recommended, auto-updates):
flatpak remote-add --if-not-exists tsumiru https://suwayomi.github.io/Suwayomi-Tsumiru/index.flatpakrepo
flatpak install tsumiru io.github.aaronbamblett.tsumiru
Linux - AppImage (portable): download …-linux-x86_64.AppImage below, chmod +x, run.
Android: grab the universal APK (or a per-ABI build). Windows / macOS / Web: attached below.
Full docs at tsumiru-app.github.io.
0.4.0
Tsumiru's first release - a fast, multiplatform reader for your Suwayomi server. Manga, manhwa, and webtoons, everywhere you read.
✨ New Features
- Added a continuous webtoon reader that scrolls across chapter boundaries and keeps pinch-to-zoom working while you scroll (@aaronbamblett)
- Added native builds for Android, Windows, macOS, and Linux, plus a web client (@aaronbamblett)
- Added server sign-in with Simple Login and UI Login, with credentials kept in your device's secure storage (@aaronbamblett)
- Added library sorting by Last Read, Latest Chapter, or Total Chapters, with filters for reading status and bookmarks (@aaronbamblett)
- Added bulk-download presets that queue the next chapters or all unread in one tap (@aaronbamblett)
Install
You'll need a running Suwayomi server - start with Getting started.
- Android - download the universal APK below (or a per-ABI build if you know your device's architecture).
- Desktop & Web - Linux, Windows, macOS, and Web builds are attached.
See the website for the full docs.



