One file, pulled down eight ways at once.

Most downloaders open one connection and wait. HyperFetch splits the file into segments, fetches them in parallel, and writes them straight into place. Torrents, HLS streams and video pages go through the same queue.

ubuntu-24.04.1-desktop-amd64.iso 0%
speed 0.0 MB/s connections 8 size 6.1 GB

Illustration of segmented downloading — not a benchmark.

Windows 10/11 64-bit · installer or portable · free and open source

What it handles

Four kinds of download, one queue

Paste a link, or let the browser extension hand it over. HyperFetch works out what it is and picks the right engine — you get the same list, the same pause and resume, whatever the source.

HTTP / HTTPS

Split into segments

Many connections per file, resumed from disk if you pause or the connection drops. Sends the browser's cookies, so downloads behind a login work.

Torrents

Magnets and .torrent files

A full BitTorrent engine is built in — no separate client to install, no second app to keep running. Seeds when it's done.

HLS streams

.m3u8 into one file

Fetches every segment of a stream and joins them. Pick the quality you want when a page offers several.

Video pages

YouTube and friends

Right-click a page and take the video. yt-dlp does the extraction; ffmpeg is bundled, so merged audio and video needs nothing extra.

Browser access

Start a download from your phone

Turn it on and your PC serves a page to your own network. Open it on a phone or tablet to add a torrent, watch progress, and pull the finished file down to the device — useful when the thing you want has no app worth installing.

  • Your network only, behind a password you set
  • Off by default — nothing is exposed until you say so
  • Files stream to the device, so you can save or play them there

Getting it

Two pieces, and the second is optional

Step one

The desktop app

Installer or a portable zip — both on the releases page. aria2c and ffmpeg come bundled, so there is nothing else to install.

Latest release →

Step two

The browser extension

Adds a right-click item, a badge on videos, and optional capture of downloads the browser starts. The app works fine without it.

Chrome Web Store →