Skip to content

A clean manga reader with the purpose of letting you know each chapter the moment its out. Made with Tauri & SvelteKit

License

Notifications You must be signed in to change notification settings

manga-you-know/desktop

Repository files navigation

release downloads Ask DeepWiki GitHub Repo stars

ko-fi

MangaYouKnow desktop

MangaYouKnow is a open-source manga reader under the MIT license.

Download and use

You can find the newest version for all platforms here.

Available platforms:

OS Currently status Working?
Windows The app is developed here, so its supposed to run really smooth with every functionality ✅Yes
macOS Since I don't own a Mac yet, I don't know the extends of functionalities here ☑️Mostly
Linux Already tested but needs some fixing in UI, since Linux seems to hate blur effects. IDK about Arch ☑️ Mostly
Android I need more time and RAM on my device to make it useful

⛔Partially

iOS Doesn't seem possible yet, at least until I figure out how to sign without a Apple dev paid account ❌No.

About

Stack

Stars

Star History Chart

Contribution

Since this project is made with Tauri, you have to install all of its prerequisites based on which platform you are on. In this project, I use Bun, even though it doesn't really impacts this project as it is rendered by Tauri, I like it. You can use whichever you like, just don't commit the changes you need to make it work.

There's no other setup, just installing the dependencies with the command below should work. Dependencies such as SvelteKit, TailwindCSS and so on.

Make sure to install the dependencies:

bun install

Start a development app

bun tauri dev

Production

Build the application for production:

bun tauri build