Comic/manga/webcomic reader made with Avalonia UI (for .NET 8). Supports archive formats like CBR, CBZ, RAR, TAR, ZIP, 7Z and uncompressed folders with images.
-
Image loading and discarding systems which minimizes RAM usage
-
Double-page and webcomic views
Note
To ensure that images in the webcomic view are displayed correctly, make all images have the same size. The last image can have smaller height than the rest.
-
Left-to-right / right-to-left reading direction switch
-
Zoom in/out
-
“Go to page” dialog
-
Next / previous episode switches
-
Supported image file formats: BMP, JPEG, JPG, PNG, WEBP
-
Light and Dark themes
-
SharpCompress (https://github.com/adamhathcock/sharpcompress)
-
NaturalSort.Extension (https://www.nuget.org/packages/NaturalSort.Extension/)
-
Microsoft.Extensions.DependencyInjection (https://www.nuget.org/packages/microsoft.extensions.dependencyinjection/)
-
Avalonia.Wayland (https://www.nuget.org/packages/Avalonia.Wayland)
- Create a fresh Avalonia UI project in your Visual Studio.
- Download all folders (EXCEPT ReadmeImages), App.axaml, App.axaml.cs, and Program.cs files from this repository.
- Paste the downloaded folders and files into your project and let them override the existing ones.
- Download the additional tools mentioned above.

