A desktop manga reader which support for :
- the Mangadex website. Code source
- Accurate UI (pretty much the same as in Mangadex)
- Chapter Downloading
- Offline Chapter Reading
- Single Page, Double Page, WideStrip, LongStrip Reading Mode
- RTL Support for Chapter Reading
- Zoom for Chapter Reading (Single Page and Double Page Only)
- Light and dark theme
I love reading manga.
There is many website that allows you to read manga for free like Mangadex, Manga Plus, RawKuma for raws.
The problem is that these are website, you need internet connection to access them. And me, who live in a country where internet connection is SLOW and EXPENSIVE, want to read manga without worrying about internet connection.
There was two solutions :
- be rich (which i can't do due to my complicated situations)
- create or use a tool that allow me to download manga from website
I decided to take the second solution.
There is some great alternatives like : mangadesk and Mangal for Terminal, or Tachiyomi for Mobile, etc,... (i recommend visiting wotaku if you want to know more about those).
But they don't satisfy my own need, like :
- Having a desktop app 😅
- Reading Chapter and Manga on both offline and online
- Having the same user experience as the website
- Zoom for chapter
- Customization
- Exports
- etc,...
So with those goals in mind, i decided to create my own manga reader app for Desktop.
Tauri is a toolkit for building desktop apps (they will support mobile soon too!), kinda like Electron but built in Rust.
Now, i wanted to use Tauri for fun, just to see of how can it go and such. But even if the Tauri ecosystem is still growing, it has so many great features that make me fall off.
It was a mistake at first, but React is amazing. I know that there is good alternative like Solid, Vue, Svelte, and such,... but I'm still learning while building project.
If you find a bug or something like that, please create an issue.
If you want to give some feedback, please put them to :
Before we start, make sure you have meet the Tauri Prerequisites and done the Tauri Quick Start With Vite.
And, this project also use pnpm as a package manager, so make sure you have installed it.
If that's done, then let's get started.
First, clone the repository
git clone https://github.com/tonymushah/special-eureka.git
Second, install the frontend dependencies:
pnpm install
Note : Make sure you have pnpm installed
Last, but at least :
pnpm dev
The build might take a long time, like 30 minutes so i recommend doing else instead.
GPL-3.0 license