From a8acca6a38297a8c48084a04469048c24f35478d Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Sun, 3 May 2026 23:14:43 +0200 Subject: [PATCH] [skip ci] Update client section in readme (#1977) Makes it so that the client section is less likely to get outdated and therefore requires less maintenance Provides only information about how the clients can be run. The client repo itself is responsible for providing any other information. Remove clients that have not had any commits in years --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 776349f1..596fda42 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,8 @@ - [What is Suwayomi?](#what-is-suwayomi) - [Features](#features) - [Suwayomi client projects](#suwayomi-client-projects) - - [Actively Developed Clients](#actively-developed-clients) - - [Inactive Clients (functional but outdated)](#inactive-clients-functional-but-outdated) - - [Abandoned Clients (functionality unknown)](#abandoned-clients-functionality-unknown) + - [Integrated clients](#integrated-clients) + - [Other clients](#other-clients-potentially-inactive-or-abondend) - [Downloading and Running the app](#downloading-and-running-the-app) - [Using Operating System Specific Bundles](#using-operating-system-specific-bundles) - [Windows](#windows) @@ -38,7 +37,7 @@ # What is Suwayomi? drawing -A free and open source manga reader server that runs extensions built for [Mihon (Tachiyomi)](https://mihon.app/). +A free and open source manga reader server that runs extensions built for [Mihon (Tachiyomi)](https://mihon.app/). Suwayomi is an independent Mihon (Tachiyomi) compatible software and is **not a Fork of** Mihon (Tachiyomi). @@ -69,18 +68,20 @@ You can use Mihon (Tachiyomi) to access your Suwayomi-Server. For more info look **You need a client/user interface app as a front-end for Suwayomi-Server, if you [Directly Download Suwayomi-Server](https://github.com/Suwayomi/Suwayomi-Server/releases/latest) you'll get a bundled version of [Suwayomi-WebUI](https://github.com/Suwayomi/Suwayomi-WebUI) with it.** Here's a list of known clients/user interfaces for Suwayomi-Server (checkout the respective GitHub repository for their features): -##### Actively Developed Clients -- [Suwayomi-WebUI](https://github.com/Suwayomi/Suwayomi-WebUI): The web front-end that Suwayomi-Server ships with by default. -- [Suwayomi-VUI](https://github.com/Suwayomi/Suwayomi-VUI): A Suwayomi-Server preview focused web frontend built with svelte -- [Tachidesk-VaadinUI](https://github.com/Suwayomi/Tachidesk-VaadinUI): A Web front-end for Suwayomi-Server built with Vaadin. -- [Moku](https://github.com/Youwes09/Moku): A fast, minimal Tauri + Svelte desktop client with clean and minimal UI. -##### Inactive Clients (functional but outdated) -- [Tachidesk-JUI](https://github.com/Suwayomi/Tachidesk-JUI): The native desktop front-end for Suwayomi-Server. -- [Tachidesk-Sorayomi](https://github.com/Suwayomi/Tachidesk-Sorayomi): A Flutter front-end for Desktop(Linux, windows, etc.), Web and Android with a User Interface inspired by Mihon (Tachiyomi). -##### Abandoned Clients (functionality unknown) -- [Tachidesk-qtui](https://github.com/Suwayomi/Tachidesk-qtui): A C++/Qt front-end for mobile devices(Android/linux), feature support is basic. -- [Tachidesk-GTK](https://github.com/mahor1221/Tachidesk-GTK): A native Rust/GTK desktop client. -- [Equinox](https://github.com/Suwayomi/Equinox): A web user interface made with Vue.js. + +##### Integrated clients + +These clients are built-in options, and the server can keep them automatically up-to-date. + +- [Suwayomi-WebUI](https://github.com/Suwayomi/Suwayomi-WebUI): Web app, PWA +- [Suwayomi-VUI](https://github.com/Suwayomi/Suwayomi-VUI): Web app, PWA + +##### Other clients (potentially inactive or abondend) +- [Tachidesk-VaadinUI](https://github.com/Suwayomi/Tachidesk-VaadinUI): Desktop app (windows, linux, mac); UI in the browser, manages its own suwayomi server instance +- [Moku](https://github.com/Youwes09/Moku): Desktop app (windows, linux, mac), requires access to a running server +- [Tachidesk-JUI](https://github.com/Suwayomi/Tachidesk-JUI): Desktop app (windows, linux, mac); can manage its own suwayomi server instance +- [Tachidesk-Sorayomi](https://github.com/Suwayomi/Tachidesk-Sorayomi): Web app; Desktop app (windows, linux, mac); Android app; requires access to a running server +- [Tachidesk-qtui](https://github.com/Suwayomi/Tachidesk-qtui): Android app; iOS app Desktop app (linux); requires access to a running server # Downloading and Running the app ## Using Operating System Specific Bundles