Ani-CLI Installation Guide

MacOS


git clone "https://github.com/pystardust/ani-cli.git" && cd ./ani-cli
cp ./ani-cli "$(brew --prefix)"/bin
cd .. && rm -rf ./ani-cli

brew install curl grep aria2 ffmpeg git fzf yt-dlp && \
brew install --cask iina
                    

Android (Termux)


pkg up -y
pkg install ani-cli
pkg install termux-am  # Required for Android 14
                    

Windows


scoop bucket add extras
scoop install ani-cli fzf ffmpeg mpv yt-dlp aria2
                    

Linux

Come on, it's Linux. You already know what to do. 😉

If you need help installing a tiny shell script, maybe it's time to rethink your OS choice. But just in case you need a refresher:


git clone https://github.com/pystardust/ani-cli.git && cd ani-cli
sudo make install
                    

That's it. No unnecessary steps. No nonsense. Just like Linux itself. 🚀