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.
  • C# 99.5%
  • Inno Setup 0.5%
Find a file
2026-06-16 20:25:28 -03:00
.github/workflows ci(gha): trigger build on any git tag 2026-04-25 02:59:15 -03:00
Packaging fix(build): adjust publish paths in Inno Setup and GitHub Actions 2026-04-25 02:56:33 -03:00
Yukari fix(Services/Download): always clean up chapter files on delete 2026-06-16 20:25:28 -03:00
Yukari.Tests test(ViewModels/ReaderPage): add tests for navigation, progress persistence, and initialization 2026-06-15 20:59:09 -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 chore(publish): add x64 and arm64 publish profiles 2026-04-25 01:19:55 -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): change project status to Beta with stability notes 2026-06-15 15:22:19 -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.).

Now in Beta — stable enough for daily use, with active development ongoing.

image

More Screenshots

Current Features

  • 📚 Local Library — Save your favorites, with automatic progress tracking per chapter and language
  • 📥 Offline Downloads — Download chapters for offline reading, with full download management
  • 📋 Collections — Organize favorites into custom collections
  • 🔍 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

  • This is a beta release: you may encounter rough edges, but the core experience is stable.
  • A Wiki/Documentation will be created soon.
  • For the latest updates and known issues, check the Releases page.

🤝 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.