winget install --id=Suwayomi.Suwayomi-Server -e
A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi). Suwayomi-Server ships with Suwayomi-WebUI, the web/ElectronJS front-end for Suwayomi-Server.
Tachidesk Server is a free and open-source manga reader server designed to run extensions built for Tachiyomi. It provides a robust backend for managing manga libraries, sources, and downloads, allowing users to organize and access their favorite content efficiently.
Key Features:
Audience & Benefit:
Ideal for manga enthusiasts seeking a flexible and customizable solution. Tachidesk Server empowers users to access their favorite manga sources, organize content into categories, and sync their libraries across devices via tracking services. It also supports offline reading and automated updates, making it a powerful tool for managing manga collections.
Tachidesk Server can be installed via winget on compatible systems.
A free and open source manga reader server that runs extensions built for Mihon (Tachiyomi).
Suwayomi is an independent Mihon (Tachiyomi) compatible software and is not a Fork of Mihon (Tachiyomi).
Suwayomi-Server is as multi-platform as you can get. Any platform that runs java and/or has a modern browser can run it. This includes Windows, Linux, macOS, chrome OS, etc. Follow Downloading and Running the app for installation instructions.
You can use Mihon (Tachiyomi) to access your Suwayomi-Server. For more info look here.
> [!NOTE] > > These are capabilities of Suwayomi-Server, the actual working support is provided by each front-end app, checkout their respective readme for more info.
/api/opds/v1.2
)You need a client/user interface app as a front-end for Suwayomi-Server, if you Directly Download Suwayomi-Server you'll get a bundled version of Suwayomi-WebUI with it.
Here's a list of known clients/user interfaces for Suwayomi-Server (checkout the respective GitHub repository for their features):
To facilitate the use of Suwayomi we provide bundle releases that include The Java Runtime Environment, ElectronJS and the Suwayomi-Launcher.
If a bundle for your operating system or cpu architecture is not provided then refer to Advanced Methods
Download the latest win64
(Windows 64-bit) release from the releases section or a preview one from the preview repository.
Unzip the downloaded file and double-click on one of the launcher scripts.
Download the latest macOS-x64
(older macOS systems) or macOS-arm64
(Apple M1 and newer) release from the releases section or a preview one from the preview repository.
Unzip the downloaded file and double-click on one of the launcher scripts.
Download the latest linux-x64
(x86_64) release from the releases section or a preview one from the preview repository.
tar xvf
the downloaded file and double-click on one of the launcher scripts or run them using the terminal.
WebView support is implemented via KCEF. This is optional, and is only necessary to support some extensions.
To have a functional WebView, several dependencies are required; aside from X11 libraries necessary for rendering Chromium, some JNI bindings are necessary: gluegen and jogl (found in Ubuntu as libgluegen2-jni
and libjogl2-jni
).
Note that on some systems (e.g. Ubuntu), the JNI libraries are not automatically found, see below.
A KCEF server is launched on startup, which loads the X11 libraries.
If those are missing, you should see "Could not load 'jcef' library".
If so, use ldd ~/.local/share/Tachidesk/bin/kcef/libjcef.so | grep not
to figure out which libraries are not found on your system.
The JNI bindings are only loaded when a browser is actually launched. This is done by extensions that rely on WebView, not by Suwayomi itself. If there is a problem loading the JNI libraries, you should see a message indicating the library and the search path. This search path includes the current working directory, if you do not want to modify system directories.
Refer to the Dockerfile for more details.
Check our Official Docker release Suwayomi Container for running Suwayomi Server in a docker container. Source code for our container is available at docker-tachidesk, an example compose file can also be found there. By default, the server will be running on http://localhost:4567 open this url in your browser.
You can install Suwayomi from the AUR:
yay -S tachidesk
Download the latest deb package from the release section.
> [!CAUTION]
> These options are outdated and unmaintained (relevant issue)
> ### MPR
> > git clone https://mpr.makedeb.org/tachidesk-server.git > cd tachidesk-server > makedeb -si >
> ### Ubuntu
> > sudo add-apt-repository ppa:suwayomi/tachidesk-server > sudo apt update > sudo apt install tachidesk-server >
You can deploy Suwayomi on NixOS using the module services.suwayomi-server
in your configuration:
{
services.suwayomi-server = {
enable = true;
};
}
For more information, see the NixOS manual.
You can also directly use the package from nixpkgs.
In order to run the app you need the following:
Download the latest .jar
release from the releases section or a preview jar build from the preview repository.
Make sure you have The Java Runtime Environment installed on your system, Double-click on the jar file or run java -jar Suwayomi-Server-vX.Y.Z-rxxxx.jar
from a Terminal/Command Prompt window to run the app which will open a new browser window automatically.
You can run Suwayomi on your computer or a server and connect to it remotely through one of our clients or the bundled web interface with a web browser. This method of using Suwayomi is requiring a bit of networking/firewall/port forwarding/server configuration/etc. knowledge on your side, if you can run a Minecraft server and configure it, then you are good to go.
Check out this wiki page for a guide on configuring Suwayomi-Server.
If you face issues with your setup then we are happy to provide help, just join our discord server(a discord badge is on the top of the page, you are just a click-clack away!).
Suwayomi
extension inside Mihon (Tachiyomi) and forks.Suwayomi
source in the Merge Source settingsCheckout this issue for tracking progress.
See CONTRIBUTING.md.
Feel free to translate the project on Weblate
This project is a spiritual successor of TachiWeb-Server, Many of the ideas and the groundwork adopted in this project comes from TachiWeb.
The AndroidCompat
module was originally developed by @null-dev for TachiWeb-Server and is licensed under Apache License Version 2.0
and Copyright 2019 Andy Bao and contributors
.
Parts of Mihon (Tachiyomi) is adopted into this codebase, also licensed under Apache License Version 2.0
and Copyright 2015 Javier Tomás
.
You can obtain a copy of Apache License Version 2.0
from http://www.apache.org/licenses/LICENSE-2.0
Changes to both codebases is licensed under MPL v. 2.0
as the rest of this project.
Copyright (C) Contributors to the Suwayomi project
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
The developer of this application does not have any affiliation with the content providers available.