NeXDM
Meet NeXDM, a from-scratch download accelerator built in Rust and Tauri that maxes out at 64 parallel segments, ships in a 4 MB installer, and idles under 28 MB of RAM. If you're tired of bloated Electron-based downloaders hogging resources, this one’s built for people who care about speed without the baggage.
Why Rust + Tauri
When building a high-throughput network tool, every byte and CPU cycle matters. Instead of wrapping a web frontend around C++ logic, NeXDM uses:
1. Native Rust Networking – Direct socket streaming with zero-copy buffer recycling keeps latency low.
2. Tiny Footprint – No Electron bloat. The whole app fits in 4 MB and runs lighter than most background apps.
3. True 64-Way Parallelism – Splits downloads into 64 concurrent HTTP Range requests, ideal for saturating fiber or 5G links.
It’s not just about raw performance — Rust gives us memory safety by default, which means fewer crashes and no sketchy buffer overflows.
Real Features, Not Fluff
- 64-Segment Acceleration – Handles big files like ISOs and videos with aggressive segmentation.
- Built-in BitTorrent & Magnet Support – Ditches the need for separate torrent clients.
- No Ads, No Trials, No Tracking – Fully free, privacy-focused, and clean on VirusTotal.
- Browser Extensions for Chrome & Edge – One-click capture of media and large downloads.
How It Compares
- Max Parallel Segments: 64 (NeXDM) vs 32 (IDM / FDM)
- Installer Size: ~4 MB (NeXDM) vs ~12 MB (IDM) vs ~45 MB (FDM)
- Idle RAM Usage: ~28 MB (NeXDM) vs ~35 MB (IDM) vs ~110 MB (FDM)
- BitTorrent: Built-in (NeXDM) vs None (IDM) vs Supported (FDM)
- License Model: Free Forever (NeXDM) vs Subscription Required (IDM)
If you're the kind of developer who scripts their own tools because nothing off-the-shelf hits the right balance of speed and simplicity, NeXDM might click. I built it to replace something I used daily — and now it does exactly that, faster and cleaner.
Check out the repo or grab the installer if you're on Windows 10/11 — feedback welcome, especially around protocol support and cross-platform builds.