AniWatch is a simple ad-free anime-watching terminal application for Ubuntu Linux, built using MPV and Ani-CLI. This allows you to watch your favorite anime without distractions, directly from your terminal.
- Ad-free experience
- Lightweight and terminal-based
- Seamless playback using MPV
- Search and stream anime easily using Ani-CLI
Before you begin, make sure you have the following installed:
- MPV - A powerful media player
sudo apt update && sudo apt install mpv -y
- Ani-CLI - A command-line anime streaming tool
git clone https://github.com/pystardust/ani-cli.git cd ani-cli sudo make install
- Clone this repository:
git clone https://github.com/yourusername/aniwatch.git cd aniwatch
- Give execute permission to the script:
chmod +x aniwatch.sh
- Run the script:
./aniwatch.sh
- Search for an anime using Ani-CLI:
ani-cli -s "Anime Name"
- Select an episode and enjoy ad-free streaming with MPV.
ani-cli -s "One Piece"
Select the episode and it will play via MPV.
Feel free to fork the repository, submit issues, or create pull requests.
This project is licensed under the MIT License.
Contributions are welcome! Feel free to fork the repository and submit pull requests.
Developed by Harsh Arora.