A cross-platform manga converter and processor
Organize, edit, optimize, and package image collections as CBZ, EPUB, or plain directories.
Overview • Features • Installation • Quick Start • Development
Thasia turns folders, ZIP files, and CBZ archives into organized manga volumes. It detects chapters and volumes, lets you correct the result visually, and processes images in parallel before writing CBZ, fixed-layout EPUB 3, or a flat output directory.
It is the Rust/Tauri successor to the archived Palaxy project.
- Automatic structure detection: Recognizes common volume, chapter, and page naming patterns, including nested folders and HakuNeko-style paths.
- Archive input: Opens
.zipand.cbzfiles without requiring manual extraction. - Visual page editor: Reorder or remove pages, choose a cover, and adjust volume boundaries before export.
- Image processing: Keep originals or re-encode to WebP or AVIF, optionally resize oversized pages, and use grayscale-aware settings for black-and-white material.
- Parallel conversion: Parsing and image processing use the available CPU cores.
- Multiple outputs: Write CBZ, fixed-layout EPUB 3 with LTR/RTL support, or numbered directories.
- Suwayomi integration: Search and download through a locally managed Suwayomi Server, then import the result directly into the conversion workflow.
Download the package for your platform from GitHub Releases:
- Windows 10+:
.msior setup executable - macOS 11+: Intel or Apple Silicon
.dmg - Linux:
.AppImage,.deb, or.rpm
Image conversion needs temporary disk space roughly equal to the imported material. AVIF encoding benefits from at least 4 GB of RAM.
- Drop a folder, ZIP, or CBZ into Thasia and choose an output directory.
- Select CBZ, EPUB, or raw-directory output and choose Original, WebP, or AVIF encoding.
- Review the detected chapters and volumes; adjust boundaries when needed.
- Reorder, remove, or replace pages in the visual editor, then start the conversion.
Thasia uses Rust 2024, Tauri 2, Svelte 5, and Tailwind CSS 4. Development requires Node.js 22+, pnpm, Rust, CMake, and the platform-specific Tauri prerequisites.
git clone https://github.com/LuMiSxh/Thasia.git
cd Thasia
pnpm install
pnpm run tauri devBuild release packages with:
pnpm run tauri buildLinux development also requires lld; the bundled AVIF dependencies require CMake.
Thasia is licensed under the BSD 3-Clause License.



