FROSTFLOW
by FrostNode
The Universal Download Engine. Multi-connection downloads, video extraction from 1000+ sites, website intelligence, and developer-first tooling.
Capabilities
What Frostflow does
Swarm Engine
32 parallel connections with AIMD adaptive buffer scaling. Downloads at wire speed on gigabit connections.
Video Extraction
Download from YouTube, Instagram, TikTok, Twitter, and 1000+ sites via yt-dlp with quality selection.
Website Scanner
Deep-scan any webpage to find all downloadable resources — images, videos, audio, documents, archives.
Site Crawler
Recursively discover every page on a website with configurable depth, then scan selected pages for resources.
HTML Analyzer
Paste raw HTML to find hidden media, detect DRM, CAPTCHA, obfuscation, and fingerprinting.
Professional CLI
13 commands with rich progress bars, JSON output mode, exit codes, and scripting hooks.
REST API
8 HTTP endpoints for remote download dispatch. Queue downloads from any device or automation pipeline.
cURL Import
Paste any cURL command from browser DevTools. Headers, cookies, and auth tokens parsed automatically.
Request Inspector
Probe any URL to see HTTP headers, redirect chains, SSL info, range support, content details.
Post-Download Hooks
Run shell commands on completed files with pattern matching and variable substitution.
Compression
Compress videos (H.265/H.264 via ffmpeg) and images (WebP/JPEG via Pillow) to save disk space.
Subtitle & Audio
Download subtitles in any language. Extract audio as MP3 from any video source.
Pause & Resume
Pause downloads and resume later — even after app restart. Chunk-level state in SQLite.
Download Scheduling
Schedule downloads for specific times. Bandwidth scheduling for off-peak hours.
Cookie Extraction
Extract browser cookies via Chrome DevTools Protocol. Bypasses App-Bound Encryption on Chrome v127+.
Light/Dark Mode
Full light and dark theme with Ludicrous Mode that disables animations for max performance.
Use Cases
Real-world scenarios powered by Frostflow
Media Archival
Download entire YouTube playlists, Instagram profiles, and social media content in highest quality with subtitles.
$ frostflow playlist https://youtube.com/playlist?list=PLxxx --quality 1080 --audio-onlyWebsite Asset Scraping
Scan and crawl websites to discover all downloadable images, videos, and documents. Organize into folders automatically.
$ frostflow crawl https://example.com --depth 3 --scanDeveloper Automation
Integrate into CI/CD pipelines with REST API, CLI JSON output, and post-download webhooks.
$ frostflow download https://cdn.example.com/build.zip --json --on-complete "deploy.sh {file}"Security Research
Analyze raw HTML to detect hidden media streams, DRM, CAPTCHA systems, and obfuscated JavaScript.
$ frostflow inspect https://streaming-site.com/video/123Batch Downloads
Download hundreds of files from a text file with parallel connections, auto folder organization, and retry logic.
$ frostflow batch urls.txt --parallel 5 --organizeRemote Download Dispatch
Start the REST API server and queue downloads remotely from any device.
$ frostflow server --port 8420Desktop Application
GUI + CLI — one engine, two interfaces
Platforms & Integrations
Desktop, Docker, and 1000+ supported sites
Windows 10/11
Full GUI + CLI
macOS
Full GUI + CLI
Linux
Full GUI + CLI
Docker
CLI only, containerized
1,000+ Supported Sites via yt-dlp
Quick Start
Multiple ways to get started
Download Pipeline
Six-phase download architecture
URL Analysis
Normalize URL, detect type (video site, playlist, direct file), classify protocol.
Server Probe
HEAD request for content-length, range support, content-type, redirect chain.
Chunk Planning
Split file into segments, allocate connections (up to 32), AIMD buffer sizing.
Parallel Download
SwarmEngine workers download chunks concurrently with work-stealing from slow connections.
Assembly & Verify
Write-ahead buffer flushes to disk, SHA-256 hash verification, file assembly.
Post-Processing
Auto-categorize, run hooks, send webhooks, optional compression, update history.
How Frostflow Compares
Feature comparison with popular alternatives
| Feature | Frostflow | IDM ($25) | JDownloader | Free Download Manager | aria2c |
|---|---|---|---|---|---|
| Max Connections | 32 | 8 | 16 | 16 | 16 |
| Video Extraction | 1000+ sites | Basic | Basic | Basic | No |
| Website Scanner | Yes | Site Grabber | Link Grabber | Site Explorer | No |
| Site Crawler | Yes | No | No | No | No |
| HTML Analyzer | Yes | No | No | No | No |
| CLI + JSON Output | Yes | No | No | No | Yes |
| REST API | Yes | No | MyJDownloader | No | JSON-RPC |
| cURL Import | Yes | No | No | No | No |
| Post-Download Hooks | Yes | No | No | No | No |
| Webhooks | Yes | No | No | No | No |
| Video Compression | Yes | No | No | No | No |
| Subtitle Download | Yes | No | Yes | No | No |
| Audio Extraction | Yes | No | No | No | No |
| Light/Dark Mode | Yes | Dark only | No | No | N/A |
| Cross-Platform | Win/Mac/Linux | Windows only | Win/Mac/Linux | Win/Mac/Linux | Win/Mac/Linux |
| Open Source | MIT | No | GPL | No | GPL |
| Price | Free | $25 | Free | Free | Free |