Discover
Search across every installed source, pin home rails, and browse by format.
Tauri 2 · Windows · Linux · Android soon
A multi-source media reader and player for manga, anime, novels, movies, and series — inspired by Aniyomi and Mihon, rebuilt for the desktop.
Search across every installed source, pin home rails, and browse by format.
Paged or continuous manga reading, plus a focused text reader for novels.
HLS and MP4 playback with episode, season, and progress tracking.
Library statuses, chapter and episode history, and automatic progress tracking.
Native downloads for manga pages, novel text, and direct MP4 assets.
Local-first storage, optional sync, and a plugin sandbox for safer extensions.


The same focused experience adapts to smaller screens with compact rails, touch-friendly controls, and bottom navigation built for one-handed use.

Every source is an independent TypeScript module. woyomi owns the product experience, storage, engine, transport, and sandbox; plugins own source-specific discovery and extraction. The app ships with zero bundled sources by design — you install the sources you trust.
Manga, anime, novels, movies, and series share the same library and progress workflows.
Plugins use an injected SourceContext, not a global fetch.
Plugin repositories can live on any static host and are managed from the Plugins screen.
Bundles are SHA-256 verified and gated by the runtime apiVersion.
Each plugin runs inside its own Web Worker and talks to the host through a message bridge.
Native builds for Windows (NSIS installer) and Linux (AppImage, .deb, .rpm) are available on GitHub Releases. Android builds are coming soon.
GitHub ReleasesRequires Node 22+, pnpm 11.8, and Rust 1.77+ for the native shell.
$ git clone https://github.com/JeanRGW/woyomi
$ pnpm install && pnpm build
$ pnpm --filter @woyomi/app tauri dev