| Project | What it is | Latest |
|---|---|---|
| kmrs | Drop-in, API-compatible reimplementation of the Komga server in Rust — single static binary, no JVM | |
| kmweb | Web UI for kmrs — bundled in the kmrs docker image | |
| kmreader | Full-featured, native Komga client for iOS, macOS, and tvOS |
docker run -d \
--name=kmrs \
-p 25600:25600 \
--mount type=bind,source=/path/to/config,target=/config \
--mount type=bind,source=/path/to/data,target=/data \
--restart unless-stopped \
ghcr.io/kmworks/kmrsOpen http://localhost:25600 — kmweb is bundled and works out of the box — or point any Komga-compatible client at the server.
kmrs pairs well with any Komga-compatible client; kmreader pairs with any Komga-compatible server, including the original komga.
Not affiliated with the komga project.