Skip to content
@kmworks

KM Works

Comic & manga reading stack: kmreader (native client), kmrs (Rust server), and kmweb (web UI)
KMReader icon

kmworks

A Komga-compatible comic/manga reading stack: Rust server, web UI, native Apple client.

Project What it is Latest
kmrs Drop-in, API-compatible reimplementation of the Komga server in Rust — single static binary, no JVM release image
kmweb Web UI for kmrs — bundled in the kmrs docker image release
kmreader Full-featured, native Komga client for iOS, macOS, and tvOS release App Store

Try it

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/kmrs

Open 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.

Popular repositories Loading

  1. kmreader kmreader Public

    A full-featured, native Komga client for iOS, macOS, and tvOS

    Swift 112 13

  2. libarchive-swift libarchive-swift Public

    Swift Package wrapper for libarchive.

    Swift 4

  3. kmrs kmrs Public

    Komga server rewritten in Rust: drop-in compatible data format & API behavior, docker image bundles the kmweb UI

    Rust 2

  4. .github .github Public

    kmworks org profile

  5. kmweb kmweb Public

    Web UI for kmrs, the Komga-compatible media server in Rust

    TypeScript

Repositories

Showing 5 of 5 repositories

Top languages

Loading…

Most used topics

Loading…