⚠️ The application is in maintenance mode, it will only receive bugfixes.
MangaReader is an application allowing you to read your local manga.
Features
- Open manga folder (folder containing images)
- Open archives, zip, cbz, rar, cbr, 7z, cb7, tar, cbt
- Bookmarks
- Fullscreen
- Change background color
- Maximum width
- Fit width
- Fit height
- Upscale images
- Zoom
- Keyboard navigation
- Folder-tree for folders containig manga
- Switch between manga folders in the folder-tree
Installation
Easiest way to install is through flatpak/flathub, flatpaks should work on all distros.
flatpak install flathub com.georgefb.mangareader
flatpak run com.georgefb.mangareader
If you don’t like flatpak you can build from source or ask the your distro to provide a package.
Dependencies
Dependencies will be printed by cmake when trying to build. Or can be found in the main CMakeLists.txt file, look for find_package
.
Build
git clone https://github.com/g-fb/mangareader
cd mangareader
# append `-D CMAKE_INSTALL_PREFIX:PATH=/your/custom/path` to install to a custom location
cmake -B build -G Ninja
cmake --build build
Screenshots