Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 10, 2026·2 min de lectura

Suwayomi — Self-Hosted Manga Reader Server

Server-based manga reader compatible with Tachiyomi extensions, letting you browse and read manga from any browser or client.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Suwayomi Overview
Comando de instalación directa
npx -y tokrepo@latest install 89794d8b-4c28-11f1-9bc6-00163e2b0d79 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introduction

Suwayomi (formerly Tachidesk) is a self-hosted manga reader server that brings Tachiyomi's extension ecosystem to the desktop and web. It runs as a server process and serves manga through a browser-based UI or dedicated client apps, centralizing your library on one machine.

What Suwayomi Does

  • Hosts a manga reading server accessible from any web browser
  • Supports Tachiyomi-compatible extensions for hundreds of manga sources
  • Tracks reading progress, bookmarks, and library organization
  • Downloads chapters for offline reading on the server
  • Syncs reading state across multiple client devices

Architecture Overview

Suwayomi is a Kotlin/JVM application that loads Tachiyomi extension APKs to fetch manga metadata and pages from upstream sources. It exposes a GraphQL API consumed by the built-in web UI or third-party clients. Data is stored locally in a SQLite database, and downloaded chapters are saved as image files on disk.

Self-Hosting & Configuration

  • Deploy via Docker using the official container image
  • Mount a persistent volume for library data and downloaded chapters
  • Access the web UI at port 4567 and install desired extensions
  • Configure download location, update schedules, and authentication
  • Optionally pair with Suwayomi clients on Android, iOS, or desktop

Key Features

  • Full compatibility with the Tachiyomi extension ecosystem
  • Browser-based reader with customizable reading modes
  • Automatic chapter update checking on a configurable schedule
  • Multi-user support for shared household servers
  • GraphQL API for building custom clients and integrations

Comparison with Similar Tools

  • Tachiyomi — Android-only app; Suwayomi runs as a server for any platform
  • Komga — comic/manga server for local files; Suwayomi fetches from online sources
  • Kavita — self-hosted reading server for local libraries; Suwayomi focuses on source-based browsing
  • Paperback — iOS manga reader; Suwayomi is platform-agnostic via browser

FAQ

Q: Is Suwayomi legal to use? A: Suwayomi is an open-source reader. Legality depends on the content sources and your local laws.

Q: Can I migrate from Tachiyomi? A: Yes, Suwayomi supports importing Tachiyomi backup files to transfer your library and progress.

Q: Does it support reading local manga files? A: Yes, you can add local directories containing CBZ, CBR, or image folders to your library.

Q: What clients work with Suwayomi? A: The built-in web UI works in any browser. Dedicated clients exist for Android (Tachiyomi-compatible) and desktop.

Sources

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados