Tool for extracting some info from extension APKs.
Go to file
2021-05-20 10:52:57 +04:30
.github better commit messages 2021-05-20 10:33:33 +04:30
AndroidCompat Merge the two windows bundlers 2021-05-19 02:31:56 +04:30
gradle/wrapper Update everything (#68) 2021-05-03 22:19:09 +04:30
scripts Merge the two windows bundlers 2021-05-19 02:31:56 +04:30
server improve downloader 2021-05-20 02:36:20 +04:30
webUI better use of kotlin DSL 2021-05-20 10:24:33 +04:30
.gitattributes [SKIP CI] "improvments" 2021-05-20 10:52:57 +04:30
.gitignore update workflows to include both 32-bit and 64-bit windows bundles 2021-05-19 02:42:14 +04:30
build.gradle.kts fix multiple version warning 2021-05-06 14:14:04 +04:30
CODE_OF_CONDUCT.md [SKIP CI] up for debate 2021-05-07 19:41:34 +04:30
CONTRIBUTING.md try with access token 2021-05-19 03:21:47 +04:30
gradlew initial commit, eu.kanade.tachiyomi.srource packge build works 2020-12-23 17:52:05 +03:30
gradlew.bat initial commit, eu.kanade.tachiyomi.srource packge build works 2020-12-23 17:52:05 +03:30
LICENSE add readme and license, rename the server module 2020-12-24 15:31:21 +03:30
README.md [SKIP CI] links to the new preview repo 2021-05-19 03:45:24 +04:30
settings.gradle.kts android support! thanks to TachiWeb devs. 2021-01-02 04:57:20 +03:30

Build Stable Preview Support Server
CI stable release preview Discord

Tachidesk

drawing

A free and open source manga reader that runs extensions built for Tachiyomi.

Tachidesk is an independent Tachiyomi compatible software and is not a Fork of Tachiyomi.

Tachidesk 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.

Ability to read and write Tachiyomi compatible backups and syncing is a planned feature.

Tachidesk needs serious front-end dev help for it's reader and other parts, if you like the app and want to see it become better please don't hesitate to contribute some code!

Is this application usable? Should I test it?

Here is a list of current features:

  • Installing and executing Tachiyomi's Extensions, So you'll get the same sources.
  • A library to save your mangas and categories to put them into.
  • Searching and browsing installed sources.
  • A decent chapter reader.
  • Ability to download Mangas for offline read(This partially works)
  • Backup and restore support powered by Tachiyomi Legacy Backups

Note: Keep in mind that Tachidesk is alpha software and can break rarely and/or with each update. See Troubleshooting if it happens.

Downloading and Running the app

All Operating Systems

You should have The Java Runtime Environment(JRE) 8 or newer and a modern browser installed(Google is your friend for seeking assitance). Also an internet connection is required as almost everything this app does is downloading stuff.

Download the latest "Stable" jar release from the releases section or a preview jar build from the preview branch.

Double click on the jar file or run java -jar Tachidesk-vX.Y.Z-rxxx.jar (or java -jar Tachidesk-latest.jar if you have the latest preview) from a Terminal/Command Prompt window to run the app which will open a new browser window automatically. Also the System Tray Icon is your friend if you need to open the browser window again or close Tachidesk.

Windows

Download the latest win32 or win64 (depending on your system, usually you want win64) release from the releases section.

The Windows specific build has java bundled inside, so you don't have to install java to use it. Unzip Tachidesk-vX.Y.Z-rxxx-win64.zip and run Tachidesk Launcher.exe or Tachidesk Launcher.bat. The rest works like the previous section.

Arch Linux

You can install Tachidesk from the AUR

yay -S tachidesk

Docker

Check arbuilder's repo out for more details and the dockerfile.

Using Tachidesk Remotely

You can run Tachidesk on your computer or a server and connect to it remotely through the web interface with a web browser on any device including a mobile or tablet or even your smart TV!, this method of using Tachidesk is only recommended if you are a power user and know what you are doing.

Troubleshooting and Support

See this troubleshooting wiki page.

Contributing and Technical info

See CONTRIBUTING.md.

Credit

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.

Parts of tachiyomi is adopted into this codebase, also licensed under Apache License Version 2.0.

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.

License

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/.