Rekindle is a self-hosted comic, manga, and book server with clients for Linux, Windows, and Android.
Run the server on any machine that holds your archive files. Connect from any device running the client, browse your libraries, read in the browser-free native reader, and download issues for offline use. Multiple users are supported, each with their own reading progress and permission level.
Disclaimer: Rekindle is intended for use with content you own or have the legal right to access. The developers are not responsible for any misuse.
| Platform | Where to get it |
|---|---|
| Server (Linux / Windows) | GitHub Releases |
| Client — (Linux / Windows) | GitHub Releases |
| Client — Android | F-Droid · custom repo: https://fdroid.jombo.uk/repo |
| Client — Android (Fallback) | GitHub Releases |
Full guides, configuration reference, and FAQ are on the GitHub Wiki.
Please at least read this before posting an issue or requesting support.
.cbz · .cbr · .epub · .mobi · .pdf
See Building from Source on the wiki.
Requirements: .NET 10 SDK · Flutter SDK
# Server
cd server && dotnet run --project Rekindle.Server
# Client
cd desktop && flutter run