Watch anime straight from your terminal.

Search Yorumi, fall back to direct AllAnime scraping, open mpv, or save Windows-friendly MP4 files with one command.

Playback
mpv
Downloads
MP4 + AAC
Platforms
Windows, macOS, Linux
Windows PowerShell
C:\Users\Yorumi> yorumi-cli -e 1 "frieren"
Searching Yorumi for "frieren"...
Fetching episodes for Frieren: Beyond Journey's End...
Resolving playable stream for episode 1...
Opening Frieren: Beyond Journey's End Episode 1 in mpv (1080p SUB)...
C:\Users\Yorumi>
Download anime
C:\Users\Yorumi> yorumi-cli -d -e 3 "wistoria"
Resolving playable stream for episode 3...
Downloading episode 3 to Downloads\Yorumi\Wistoria - E03.mp4
[████████████████░░░░░░░░] 66% | Episode 3 | media 0:15:34
mpv
0:10:06
0:24:01

Install

Install in one command.

Use the official installer for your platform. Windows installs private Node.js, fzf, mpv, yt-dlp, and ffmpeg when needed.

iwr -useb https://raw.githubusercontent.com/davenarchives/yorumi-cli/main/install.ps1 | iex
curl -sL https://raw.githubusercontent.com/davenarchives/yorumi-cli/main/install.sh | bash

Usage

Watch or download without leaving the shell.

Watch anime

Open an episode in mpv using Yorumi search with direct AllAnime fallback stream resolution.

yorumi-cli -e 1 "frieren"
yorumi-cli -r '1-5' "naruto"

Download anime

Save MP4 files to ~/Downloads/Yorumi. Audio is converted to AAC by default.

yorumi-cli -d -e 1 "frieren"
yorumi-cli -d -r "1-5" "naruto"

Reference

Command reference.

Common commands

yorumi-cli
yorumi-cli "One Piece"
yorumi-cli "Attack on Titan" --sub
yorumi-cli -e 1 "Frieren"
yorumi-cli -e 1 "Attack on Titan" --dub
yorumi-cli -r "1-5" "Naruto"
yorumi-cli -d -e 1 "Frieren"
yorumi-cli --version
yorumi-cli --update
yorumi-cli --uninstall

Options

-e, --episodeSelect one episode.
-r, --rangeWatch or download an episode range.
--sub, --dubPrefer SUBbed or DUBbed audio.
-d, --downloadDownload instead of opening mpv.
-o, --outputSet a download directory.
-v, --versionShow the installed CLI version.

Support

Troubleshooting.

mpv does not open

Run winget install --id shinchiro.mpv -e, reopen the terminal, then run mpv --version.

Fallback streams fail

Run winget install --id yt-dlp.yt-dlp -e, reopen the terminal, then run yt-dlp --version.

Downloads fail

Run yorumi-cli --update. The installer can also install ffmpeg on Windows when needed.

Old command still exists

Run yorumi-cli --uninstall. It removes installer files and known npm command shims.