- C# 100%
| .github/workflows | ||
| Yukari | ||
| Yukari.Tests | ||
| .csharpierignore | ||
| .gitattributes | ||
| .gitignore | ||
| dotnet-tools.json | ||
| LICENSE.txt | ||
| README.md | ||
| Yukari.ico | ||
| Yukari.png | ||
| Yukari.slnx | ||
Yukari
📖 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
✨ 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.
- Go to Releases and download the latest version
- 📦 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
.dllfile 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
.dllPlugin; - 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.