← All guides

Installing and Using Ani-Cli on Windows

Difficulty4/10
5 steps
GitHub

Ani-Cli is a command-line tool for streaming anime ad-free. It was originally built for Linux, so on Windows it needs Git Bash plus the Windows developer tools enabled.

Warning: This requires Git / Git Bash installed first - follow my Git / Git Bash guide, then come back. You'll also enable Windows Developer Mode and Sudo below.

Open Developer settings

Open Windows Search and open "Developer settings".

Open Developer settings

Enable developer tools and Sudo

Enable Windows Developer Mode and Sudo.

Enable developer tools and Sudo

Open Windows Terminal

Close that window and open Windows Search again, then open Windows Terminal (or press Win + X and select "Terminal").

Open Windows Terminal

Install Scoop and Ani-Cli

Paste the following commands one at a time, pressing Enter after each and letting it finish before the next:

  1. Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
  2. iwr -useb get.scoop.sh | iex
  3. scoop bucket add extras
  4. scoop install ani-cli
  5. scoop install fzf mpv
  6. scoop install ffmpeg
  7. scoop install yt-dlp
Install Scoop and Ani-Cli

Run Ani-Cli

You're set up. Run "ani-cli" in the terminal and enjoy ad-free streaming with searchable, customisable options.

Run Ani-Cli