Back to browse
GitHub Repository

Asynchronous file downloader written in Rust.

6 starsRust

Grap – Asynchronous file downloader written in Rust

by modinfo·Feb 12, 2026·4 points·0 comments

AI Analysis

●●SolidShip It

wget + parallelism + modern async I/O. Pacman-inspired UX, but wget extensions exist.

Strengths
  • Multi-threaded downloads per file and parallel queueing with smart resume detection
  • Beautiful pacman-style progress bars with per-file and total progress tracking
  • Checksum verification (SHA1/256, Blake2/3) and bandwidth limiting built-in
Weaknesses
  • Direct competition from aria2, curl, and wget—no compelling differentiator beyond UI polish
  • Niche use case; most users either need a simple download or Enterprise tool like Aspera
Target Audience

Systems administrators, DevOps engineers, developers needing bulk file downloads

Similar To

aria2 · curl · GNU wget

Similar Projects

Open Source●●Solid

FluxDown – Free download manager built with Rust and Flutter

FluxDown pairs a Rust/Tokio transfer engine with a Flutter front end and a browser extension to offer multi-protocol downloads, token-bucket bandwidth control, IDM-style segmentation, and SQLite-backed resume. The implementation choices promise real throughput gains, but this competes directly with mature tools (aria2, qBittorrent, IDM) and the landing page currently highlights only a Windows build — solid engineering, not a category redefinition.

SlickWizardry
zero-lab
104mo ago
Developer Tools●●Solid

A Resumable, "Guwahati-Proof" Google Drive Downloader in Python

This is the kind of no-nonsense, battle-tested script you reach for when the browser and Drive's zip export fail. It implements true resume-by-checking-disk, exponential backoff for SSL handshake errors, and uses nextPageToken to handle folders beyond the 1,000-file API window — pragmatic choices tuned for flaky networks. Missing polish: no releases, minimal packaging, and it's CLI-only, but the core reliability patterns are concrete and useful.

Niche GemSolve My Problem
Jyotishmoy
224mo ago
Open Source●●Solid

Omniget, a Desktop Media Downloader

The neat technical hook is the Udemy/Hotmart login handling — the app injects JS into a WebView to capture cookies (using WebView2 on Windows and a JS-redirect trick on macOS/Linux) so it can pull entire courses including attachments. Add native Telegram QR/phone logins, an yt-dlp fallback for 1000+ sites, and GPU-accelerated FFmpeg conversion, and you get a focused desktop tool that actually tackles the messy parts of course and media scraping.

WizardrySolve My ProblemSlick
tonhowtf
324mo ago