An user-friendly app that provides a comfy and practice way to watch your animes without a single ad. With a simple and intuitive interface, you can search for your favorite animes and watch them in a simple and practical way. Built with Tauri, React and TypeScript.
- Install Rust. (https://www.rust-lang.org/tools/install)
- You will need Microsoft Visual Studio C++ Build Tools in order to build the app on Windows. Find more details at: https://v2.tauri.app/start/prerequisites/
- Clone the repository.
- Install the dependencies:
pnpm install- Build the app:
pnpm tauri buildThe app currently supports the following providers:
| Provider | URL | Language |
|---|---|---|
| AnimeFire | animefire.plus | pt-BR |
| AnimePlus | animeland.appanimeplus.tk | pt-BR |
| Provider | URL | Language |
|---|---|---|
| DramaCool | consumet-jade.vercel.app, damacool-scraper.vercel.app | en-US |
If you want to add more providers, feel free to open a pull request.
You can find the providers in the src/lib/providers folder.