A lightning-fast, universal command-line download manager
Project description
IDM-CLI (Internet Download Manager CLI)
Inspired by the official Internet Download Manager (IDM)
A lightning-fast, cross-platform command-line download manager written in Python. IDM-CLI splits files into multiple parallel chunks (default 8, up to 32) to maximize your internet speed. It supports downloading from YouTube, Facebook, Instagram, and any Direct File URL (.exe, .zip, .pdf, etc.).
Features
- Parallel Chunk Engine — Splits downloads into multiple concurrent chunks using
aiohttpasync sessions to fully saturate your bandwidth. - Universal Downloader — Paste any direct URL. A built-in HTTP
HEADdetector automatically recognizes file types and routes them to the parallel engine. - Social Media Support — Natively supports YouTube, Facebook, and Instagram via a modular extractor architecture with yt-dlp.
- Audio Only / MP3 Conversion — Download videos as audio. IDM-CLI automatically grabs the best audio stream and uses FFmpeg to convert it to
.mp3. - Smart Auto-Resume — Internet dropped? Pressed
Ctrl+C? No problem. IDM-CLI remembers the exact byte positions of all incomplete chunks. Paste the same link again to resume instantly. - Persistent Queue System — Add multiple files to a queue with
-Qand typestart queueto download them all sequentially. - Browser Extension Integration — Chrome/Edge extension intercepts downloads and routes them directly into IDM-CLI via Native Messaging.
- Interactive UI — Modern terminal interface powered by
richandquestionarywith real-time speed, ETA, and progress bars. Presspto pause,rto resume. - Cross-Platform — Works on Windows, macOS, and Linux with platform-specific FFmpeg handling and browser registration.
- Auto-Update Check — Checks PyPI once a day and notifies you when a new version is available.
Prerequisites
- Python 3.8+
- FFmpeg — Required for muxing video and audio streams, and converting to
.mp3. IDM-CLI can auto-download it for you, or you can install it manually:- Windows:
winget install ffmpeg - macOS:
brew install ffmpeg - Linux:
sudo apt install ffmpeg
- Windows:
Installation
# From PyPI
pip install idm-cli
# From source
git clone https://github.com/rj41-w2/idm-cli.git
cd IDM-CLI
pip install -r requirements.txt
pip install -e .
Usage
Run the app interactively:
idm
This opens a prompt where you can paste your link, select video quality, or queue the download.
CLI Flags (Fast Mode)
Skip the interactive menus by passing arguments directly:
# Download a video at 1080p
idm "https://youtube.com/watch?v=..." -q 1080p -v
# Audio only (converts to MP3)
idm "https://youtube.com/watch?v=..." -a
# 16 parallel chunks for maximum speed
idm "https://example.com/largefile.zip" -c 16
# Add to queue
idm "https://facebook.com/..." -Q
| Flag | Description |
|---|---|
-q <resolution> |
Set video quality (e.g., 1080p, 720p) |
-a |
Audio only — download and convert to MP3 |
-v |
Download video + audio (bypasses quality prompt) |
-Q |
Add to queue instead of downloading immediately |
-c <num> |
Number of parallel chunks (default: 8) |
-f <filename> |
Force a custom output filename |
Interactive Commands
| Command | Description |
|---|---|
<URL> |
Download a video or file |
resume |
Resume or delete incomplete downloads |
start queue |
Process all queued downloads |
install extension |
Guide to install the browser extension |
help |
Show available commands and flags |
exit |
Exit the application |
Browser Extension
IDM-CLI includes a Chrome/Edge extension that intercepts file downloads automatically. To install it:
idm
# then type:
install extension
Follow the on-screen guide to load the unpacked extension and link it to IDM-CLI.
Troubleshooting: Windows Device Guard
If you get "idm.exe was blocked by your organization's Device Guard policy", run the Python module directly:
python -m idm_cli
Architecture
idm_cli/
├── config.py # Platform-aware config, logging, paths
├── update_checker.py # PyPI version check
├── ui/
│ ├── cli.py # Main interactive CLI
│ └── utils.py # Console, progress listener, validators
├── downloader/
│ ├── core.py # Download orchestration & FFmpeg setup
│ ├── downloader.py # Async chunk download engine
│ ├── handlers.py # Queue & resume handlers
│ ├── muxer.py # FFmpeg mux/conversion
│ └── state.py # Atomic JSON state persistence
├── extractors/
│ ├── ytdlp.py # YouTube/social media extractor
│ ├── direct.py # Direct HTTP file downloader
│ └── winget.py # Windows Package Manager extractor
└── extension/
├── extension.py # Browser extension installer
├── native_host.py # Native Messaging Host
├── daemon.py # Queue daemon with PID lock
└── browser_extension/ # Chrome/Edge extension source
Contributing
Contributions are welcome — whether it's a bug fix, a new feature, or just improving the docs.
Reporting Bugs
If you find a bug, open an issue with:
- A clear title and description of the problem
- Steps to reproduce the issue
- Your OS and Python version (
python --version) - The full error output if there is one
Suggesting Features
Got an idea? Open an issue with the tag enhancement and describe:
- What you want to happen and why
- How it would work from the user's perspective
- Any alternatives you considered
Submitting a Pull Request
-
Fork the repository from github.com/rj41-w2/idm-cli
-
Clone your fork and set it up:
git clone https://github.com/<your-username>/idm-cli.git cd IDM-CLI pip install -r requirements.txt pip install -e .
-
Create a branch for your change:
git checkout -b fix/short-description
-
Make your changes, test them, and commit with a clear message:
git commit -m "fix: describe the bug you fixed"
-
Push to your fork and open a Pull Request against
main:git push origin fix/short-description
-
In your PR description, explain what changed and why. Link the issue if there is one.
Guidelines
- Keep PRs focused on a single change. Don't mix unrelated fixes.
- Follow the existing code style — no comments unless absolutely necessary.
- Test your changes on at least one platform before submitting.
- If you're adding a feature, update the README and spec if needed.
License
This project is licensed under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file idm_cli-1.3.0.tar.gz.
File metadata
- Download URL: idm_cli-1.3.0.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7f4d39e83ccb16b6c4270fdddf2e330faa100a181dfb8c02597b7739506453a
|
|
| MD5 |
2f8e031197c71189051ba96c7ccb38c9
|
|
| BLAKE2b-256 |
ac2b52660b51f4287cbc975bfeba3267c5c5339749f23ddf098e058a3319b99f
|
File details
Details for the file idm_cli-1.3.0-py3-none-any.whl.
File metadata
- Download URL: idm_cli-1.3.0-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abdee3d654a12bca625d8170cda4c9e148dc520a60bc7f671618163fe4424f88
|
|
| MD5 |
b8f72c39fa0752decd46724826e2da4f
|
|
| BLAKE2b-256 |
7a05638453f963a363126f4dc0223a22ad5a2a5fbf6e787e415ca1459054b8ec
|