
SyncYomi is a self-hosted manga reading progress synchronization server. It syncs your reading progress across multiple Tachiyomi-compatible manga reader apps. Built with Go and Vue, it uses embedded SQLite and requires no external database.


SyncYomi is a self-hosted synchronization server for Tachiyomi-compatible manga reader applications. It keeps your reading progress, manga library, and chapter tracking in sync across all your devices.
On first launch, SyncYomi will start with default settings. Configure your Tachiyomi-compatible app to point to this server's URL.
SyncYomi reads from a config.toml file. The host is configured to 0.0.0.0 to accept external connections. You can set the TZ environment variable for your timezone.
All sync data is stored in /config and persisted via a Zeabur volume. Your reading progress and settings survive restarts and redeployments.
GPL-2.0 — GitHub
