Free and open source application for reading manga, novels, and watching animes available on Android, iOS, macOS, Linux and Windows
Find a file
2024-01-24 11:35:12 +01:00
.github Apply Rinf version 6 2024-01-24 03:33:41 +09:00
.vscode Added Many features 2023-12-27 23:04:19 +01:00
android Added Android torrent server lib 2024-01-24 11:35:12 +01:00
assets Update 2023-12-11 17:49:22 +01:00
go Added torrent server library 2024-01-24 11:30:43 +01:00
ios Added source template for testing 2023-11-29 17:45:41 +01:00
lib Set currentId as local variable 2024-01-24 04:14:44 +09:00
linux Fix player views 2023-12-29 15:38:00 +01:00
macos Fix player views 2023-12-29 15:38:00 +01:00
messages Apply Rinf version 6 2024-01-24 03:33:41 +09:00
native Upgrade Rinf 2024-01-24 13:02:10 +09:00
screenshots Update 2023-11-14 10:12:44 +01:00
test first commit 2023-04-03 10:57:02 +01:00
windows Fix player views 2023-12-29 15:38:00 +01:00
.gitignore crop borders finally works 2023-10-21 14:11:49 +01:00
analysis_options.yaml first commit 2023-04-03 10:57:02 +01:00
Cargo.lock Added torrent server library 2024-01-24 11:30:43 +01:00
Cargo.toml crop borders finally works 2023-10-21 14:11:49 +01:00
l10n.yaml Fix Reader Keyboad listener 2023-12-22 16:05:06 +01:00
LICENSE Update LICENSE 2023-04-17 09:20:00 +01:00
pubspec.lock Upgrade Rinf 2024-01-24 13:02:10 +09:00
pubspec.yaml Upgrade Rinf 2024-01-24 13:02:10 +09:00
README.md Apply Rinf version 6 2024-01-24 03:33:41 +09:00

Mangayomi

latest release Discord

Mangayomi is free an open source manga reader and anime streaming cross-plateform app inspired by Tachiyomi and Aniyomi made with Flutter. It allows users to read manga and watch anime from a variety of sources.

Features

Features include:

  • Supports external sources, utilizing the capabilities of the dart_eval package
  • Online reading from a variety of sources
  • Watching anime from a variety of sources
  • Local reading of downloaded content
  • A configurable reader with multiple viewers, reading directions and other settings..
  • Tracker support for anime and manga: MyAnimeList, AniList and Kitsu support
  • Categories to organize your library
  • Light and dark themes
  • Create backups locally to read offline or to your desired cloud service

Screenshots 📷

Mobile Screenshots

Reader Player
Views mobile_reader_light mobile_anime_player

Desktop Screenshots

Reader Player
Views desktop_reader desktop_player

Download

Get the app from our releases page.

Using Rust Inside Flutter

This project use Rust for the auto-image-cropper crate and boa crate utilizing the capabilities of the Rinf framework.

To run and build this app, you need to have Flutter SDK and Rust toolchain installed on your system. You can check that your system is ready with the commands below. Note that all the Flutter subcomponents should be installed.

rustc --version
flutter doctor

You also need to have the CLI tool for Rinf ready.

cargo install rinf

Messages sent between Dart and Rust are implemented using Protobuf. If you have newly cloned the project repository or made changes to the .proto files in the ./messages directory, run the following command:

rinf message

Now you can run and build this app just like any other Flutter projects.

flutter run

For detailed instructions on writing Rust and Flutter together, please refer to Rinf's documentation.

License

Copyright 2023 Moustapha Kodjo Amadou

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Disclaimer

The developer of this application does not have any affiliation with the content providers available.