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>
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
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
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, --episode | Select one episode. |
|---|---|
-r, --range | Watch or download an episode range. |
--sub, --dub | Prefer SUBbed or DUBbed audio. |
-d, --download | Download instead of opening mpv. |
-o, --output | Set a download directory. |
-v, --version | Show 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.