
Security News
New React Server Components Vulnerabilities: DoS and Source Code Exposure
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.
autopahe
Advanced tools
Cross-platform anime downloader for AnimePahe with advanced features: smart caching, cross-platform streaming, notifications, filters, batch downloads, and record management
Download and stream anime episodes easily from AnimePahe
A simple yet powerful tool to search, download, and stream your favorite anime episodes. Works on Windows, Mac, and Linux with a beautiful, colorful interface.
data/ folder--collection data-paths shows current data structure--collection set-episodes <title> <count> commandconfig.py manages all data paths and migrationautopahe -s "anime name" -i 0 -st 1--sort now handles all organization# Clone and run our automated installer
git clone https://github.com/haxsysgit/autopahe.git
cd autopahe
python install.py
Using UV (fastest):
git clone https://github.com/haxsysgit/autopahe.git
cd autopahe
uv sync
uv run playwright install
Using pip:
git clone https://github.com/haxsysgit/autopahe.git
cd autopahe
pip install -r requirements.txt
playwright install
From PyPI:
pip install autopahe
autopahe --setup # Required first-time setup
After installation, run the setup command once to install browser engines:
autopahe --setup
This installs Playwright browsers (~500MB) needed for bypassing DDoS protection. You only need to do this once.
# Search for anime
autopahe -s "your anime name"
# Download a single episode
autopahe -s "anime name" -i 0 -d 1
# Download entire season
autopahe -s "anime name" -i 0 -md 1-12
# Download in 1080p (best quality)
autopahe -s "anime name" -i 0 -d 1 -p 1080
# Download in 360p (smaller file size)
autopahe -s "anime name" -i 0 -d 1 -p 360
# Download episodes 1, 3, and 5
autopahe -s "anime name" -i 0 -md "1,3,5"
# Download episodes 1 through 12
autopahe -s "anime name" -i 0 -md "1-12"
# Download with faster parallel downloads
autopahe -s "anime name" -i 0 -md "1-12" --workers 3
# Download English dubbed versions (if available)
autopahe -s "anime name" -i 0 -md "1-12" --dub
# Stream episode 1 directly (auto-detects player)
autopahe -s "anime name" -i 0 -st 1
# Stream with specific player
autopahe -s "anime name" -i 0 -st 1 --player vlc
autopahe -s "anime name" -i 0 -st 1 --player mpv
# Stream multiple episodes
autopahe -s "anime name" -i 0 -st "1-3"
# Stream in different quality
autopahe -s "anime name" -i 0 -st 1 -p 1080
# Stream English dubbed versions (if available)
autopahe -s "anime name" -i 0 -st 1 --dub
Supported Players:
If no player is found, AutoPahe will:
# Get the download link without downloading
autopahe -s "anime name" -i 0 -l 1
"Attack on Titan"Downloads/Anime folder by default--verbose to see detailed information while downloading--quiet to see minimal outputThat's it! The tool handles everything else automatically.
AutoPahe features a colorful, organized interface that looks like a webpage:
If you run into any issues:
For more help, visit our GitHub page or report an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
If you need help or have questions, visit our GitHub Issues page.
For power users who want more control and features, see our Advanced Usage Guide which covers:
Enjoy AutoPahe! 🎬
FAQs
Cross-platform anime downloader for AnimePahe with advanced features: smart caching, cross-platform streaming, notifications, filters, batch downloads, and record management
We found that autopahe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.