A nice Manga reader with a way to quickly switch between languages. Can be an asset to learning other languages.
  • TypeScript 55.5%
  • Vue 43%
  • HTML 0.9%
  • JavaScript 0.6%
Find a file
KorigamiK d4201ee48b Fix window logo
fix wrong word
press alt to toggle menu bar
2021-08-03 15:14:43 +05:30
.github/workflows Test commit 2021-07-28 20:11:06 +05:30
build fix icon 2021-06-14 15:42:52 +05:30
example Test commit 2021-07-28 20:11:06 +05:30
public Fix window logo 2021-08-03 15:14:43 +05:30
src Fix window logo 2021-08-03 15:14:43 +05:30
.browserslistrc initial commit 2021-05-24 17:01:18 +05:30
.eslintrc.js initial commit 2021-05-24 17:01:18 +05:30
.gitignore Add offline manga 2021-06-28 16:16:28 +05:30
babel.config.js initial commit 2021-05-24 17:01:18 +05:30
LICENSE add license 2021-05-25 13:40:59 +05:30
package.json Fix window logo 2021-08-03 15:14:43 +05:30
reactivity.esm-bundler.js.new Revert vue cli file 2021-07-02 15:19:09 +05:30
README.md Added some configuration options 2021-07-23 11:53:58 +05:30
tsconfig.json initial commit 2021-05-24 17:01:18 +05:30
vue.config.js Add offline manga 2021-06-28 16:16:28 +05:30

Mangu Reader

A simple and fast manga reader that helps you read manga in various languages and lets you switch between them with one click.

Examples

This shows how switching between languages feels like: switch b/w languages

Features

  • Fast loading
  • Different languages from different sources
  • Single and Batch downloads of chapters
  • Easy navigation between chapters
  • Many raw sources
  • Read local / downloaded manga

Note

  • Downloads are saved to your Pictures folder inside Mangas by default.
  • You can change the Mangas directory by changing mangu-reader/config.json inside your config directory.
  • The default config directory is as follows:
    • %APPDATA% on Windows
    • $XDG_CONFIG_HOME or ~/.config on Linux
    • ~/Library/Application Support on macOS
  • You may need to put a \ in front of every \ if you are on Windows.

Downloads and Installation

The continuous_releases tag shall have the newest binaries for different OS.

Every commit counts as a new release, so you can watch this repo to receive updates whenever a new commit is pushed.

Things to work on

  • Lacks various QOL features
  • Very bare-bones' reader
  • No configuration options

Development

Project setup

npm install

Compiles and hot-reloads for development

npm run electron:serve

Compiles and minifies for production

npm run electron:build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.