Download your favorite anime from the terminal.

A fast, reliable downloader for Linux, macOS, and Windows. No ads, no fluff. Just high-quality episodes delivered straight to your machine.

★ Star on GitHub Download .deb

Installation

Choose your platform to get started

The fastest way to install on Debian or Ubuntu. This script automatically sets up the repository and installs the package.

curl -sSL https://smasduq.github.io/ani-pull/install.sh | sudo bash

Supports: Bookworm, Bullseye, Jammy, Noble, and more.

Install using pip. macOS users should also install ffmpeg via Homebrew.

brew install ffmpeg
pip3 install ani-pull

Native support for Fedora and other RPM-based distributions.

Download .rpm
# Install using dnf
sudo dnf install ./ani-pull-1.1.0-1.noarch.rpm

Build from the official PKGBUILD.

git clone https://github.com/Smasduq/ani-pull
cd ani-pull/packaging/arch
makepkg -si

Install on Windows using pip. You will also need ffmpeg installed on your system path.

# Install ffmpeg via winget
winget install ffmpeg

# Install ani-pull
pip install ani-pull

Install as a standard Python package.

pip install ani-pull

System Requirements

Python 3.8+

Required for all platforms. Ani-pull is built on modern Python for maximum reliability.

FFmpeg

Essential for merging video and audio streams into high-quality files.