Moku

A manga reader frontend for Suwayomi-Server, built with Tauri and React.


Requirements

Installation

Nix

nix run github:Youwes09/moku

Or add to your flake:

inputs.moku.url = "github:Youwes09/moku";

From source

git clone https://github.com/Youwes09/moku
cd moku
nix build
./result/bin/moku

Development

nix develop
pnpm install
pnpm tauri dev

Stack

Languages
Svelte 71.8%
TypeScript 19.3%
CSS 3%
Rust 2.7%
Python 1%
Other 2.1%