Search, stream, and download anime from your terminal.
- Multi-source search (anime3rb + Okanime) in parallel, merged by title
- Stream directly in mpv — no browser needed
- Batch-download entire seasons with ffmpeg
- Episode navigation loop: next/prev at quality select
- Catppuccin Mocha TUI with framed panels and source badges
- Python 3.10+
- mpv (for streaming)
- ffmpeg (for batch downloads)
git clone https://github.com/enjo2/Kure.git
cd Kure
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
chmod +x kure./kure- Search — enter an anime title, searches all sources in parallel
- Select — pick from merged results (source badges show where it's available)
- Pick episode — choose from the episode list
- Choose quality — select a quality or navigate next/prev episode
- Watch — mpv opens, streams directly (no download needed)
To batch-download all episodes, enter 0 at the episode prompt.
- Searches anime3rb.com (direct MP4 URLs) and okanime.xyz (embed URLs) simultaneously
- Merges results by title — if an anime appears on multiple sources, you pick
- Anime3rb: extracts MP4 URLs from
video.vid3rb.comand plays in mpv - Okanime: fetches embed URLs from third-party hosts (uqload, mp4upload, etc.)
- Downloads use
ffmpeg -c copy -bsf:a aac_adtstoasc
GPLv3