← Field Notes
EN/ES

A Tiny Download Manager That Respects Your Machine

April 10, 2026via github · @AnInsomniacy
open-sourcetoolsself-hosting

A small app doing a quiet, useful thing

There's a category of software that most people don't think about until they need it: download managers. Not the built-in downloader in your browser — a dedicated little app that handles big files, torrents, and tricky downloads without drama.

Motrix was the favourite in that category for years. Clean interface, worked on Mac and Windows, just did its job. Then the developer went quiet in 2023 and stopped updating it.

A community developer didn't wait for a corporate fix. They rebuilt the whole thing from scratch using newer, lighter technology — and the result, called Motrix Next, is about the size of a good photograph (roughly 20MB). The old version was built on Electron, a framework infamous for making apps feel heavy and slow. This one uses something called Tauri, which is known for being the opposite.

It handles pretty much anything you'd throw at it: regular downloads, FTP files, torrents, magnet links. It works on Mac (including the newer Apple Silicon chips), Windows, and Linux.

For a studio, agency, or small business that regularly downloads large assets, client files, or video footage — this is a tool worth bookmarking. Free, open-source, and clearly being actively maintained.

You can find it at: https://github.com/AnInsomniacy/motrix-next

Words worth knowing

Electron — A popular way to build desktop apps using web technology. Convenient for developers, but the apps tend to use a lot of memory. Chrome is basically bundled inside every Electron app.

Tauri — A newer approach to building desktop apps that produces much smaller, faster results. Same idea as Electron, but without the extra weight.

Open-source — The code is public, anyone can read it, improve it, or check that it's doing what it claims. Usually a good sign for trust and longevity.

Torrent / Magnet link — Ways of downloading files that don't rely on a single server. Common for large files, software distributions, and certain media.

Check it out →

Written by David at AC0.AI. Follow on @ac0hero

Want us to audit your site? Takes 60 seconds →