Yukari is a modern, extensible comic and manga reader for Windows. Built with WinUI 3 and .NET 10, it features a plugin-based architecture for dynamic source integration and a fast, local SQLite-backed library.
Find a file
2026-03-12 20:03:16 -03:00
.github/workflows ci(gha): fix trx artifact upload in unit tests workflow 2026-03-09 13:22:56 -03:00
Yukari refactor(NavigationService): make it sealed and robust against null 2026-03-08 01:12:10 -03:00
Yukari.Tests test(viewmodels): refactor and extend DiscoverPageViewModel tests 2026-03-09 01:29:11 -03:00
.csharpierignore chore(csharpier): add csharpierignore 2026-02-23 21:55:03 -03:00
.gitattributes Adicione .gitattributes, .gitignore, README.md e LICENSE.txt. 2024-11-04 17:06:46 -03:00
.gitignore Adicione .gitattributes, .gitignore, README.md e LICENSE.txt. 2024-11-04 17:06:46 -03:00
dotnet-tools.json fix(dotnet): add dotnet-tools with CSharpier config 2026-02-23 16:18:03 -03:00
LICENSE.txt Adicione .gitattributes, .gitignore, README.md e LICENSE.txt. 2024-11-04 17:06:46 -03:00
README.md docs(readme): corrects a typo in Comic Sources Installation section 2026-03-12 20:03:16 -03:00
Yukari.ico chore(icon): new app icon 2026-03-06 19:10:19 -03:00
Yukari.png chore(icon): new app icon 2026-03-06 19:10:19 -03:00
Yukari.slnx feat(tests): add xUnit unit test project with initial DiscoverPageViewModel tests 2026-03-08 00:54:19 -03:00

Yukari Logo Yukari

GitHub Repo stars GitHub last commit GitHub repo size

📖 Overview

Yukari is a modern, extensible manga, webtoon and comic reader made for Windows.

Built with WinUI 3 and .NET 10, it delivers a clean Fluent Design interface, a fast local SQLite-backed library, and a flexible plugin system to add any source — all 100% private with no telemetry, ads, or required accounts.

Enjoy offline reading of your downloaded/local collection, with optional online discovery and scraping via community plugins (e.g., MangaDex, etc.).

Currently in experimental stage

image

More Screenshots

Current Features

  • 📚 Local Library — Save your favorites, with automatic progress tracking per chapter and language
  • 🔍 Advanced Search — Full filtering support (tags, status, etc.) in the Discover section
  • 📖 Powerful Reader — RTL / LTR / Vertical modes, Fit Width / Fit Height / Fit Screen scaling, smooth scrolling, zoom
  • ⚙️ Dynamic Plugins — Add as many comic/manga sources as you want (maintained by the community)
  • 🌙 Dark / Light Theme — Automatic system theme support (Fluent Design with WinUI 3)
  • 🛡️ 100% Local & Private — No telemetry, no ads, no mandatory login or cloud sync

📥 Installation

  • ⬇️ With Installer:
    • Go to Releases and download the latest version Yukari.Setup.exe;
    • Run Yukari.Setup.exe, then proceed with the installation, confirm what is necessary, and you're done;
    • After installation, Yukari will be available in your Start Menu.
  • 📦 With Scoop Package Manager:
    • Ensure you have Scoop running on your machine; you can install it here;
    • Add Asterism Bucket running this command on Windows Terminal (CMD/Powershell): scoop bucket add asterism https://github.com/TXG0Fk3/Asterism;
    • And finally install Yukari: scoop install asterism/yukari;
    • The Yukari will now be available in your Start Menu, in a folder called "Scoop Apps"; you can run it from there.

📚 Comic Sources Installation

Yukari doesn't come with pre-installed Comic Sources for legal reasons. You add the sources you want through community plugins.

  • Go to Yukari-App Repositories;
  • Select a Plugin.* that you prefer;
  • Go to Releases and download the .dll file from the latest version;
    • If your installed Yukari is not up to date, download a compatible plugin.
  • Inside Yukari, go to Settings and look for Sources;
  • Click on Add New Source and select the downloaded .dll Plugin;
  • Done. Now you can go to Discover and search for Comics in that source.

🗒️ Notes

  • A Wiki/Documentation will be created soon;
  • The project is currently in the experimental phase; many features are not yet available and there may be some bugs.

🤝 Contributing

Contributions are welcome! You can help improve Yukari in several ways:

  • 🐛 Report issues: Found a bug or unexpected behavior? Open an issue describing the problem.
  • Suggest features: Have an idea to make Yukari better? Share it in the issues tab.
  • 🔧 Submit pull requests: Fix bugs, improve code quality, or add new features.

📜 License

This project is licensed under the GPL-3.0. See the LICENSE file for details.