Download everything,
your speed.
High-performance download manager built in Rust with multi-threaded connections, browser integration, and a powerful CLI.
Compared with original project Motrix
Built for Performance
Every feature designed with speed and reliability in mind.
Multi-threaded Downloads
Split files into segments and download simultaneously with intelligent chunk management.
Browser Integration
Capture downloads from Chrome, Firefox, and Edge with one-click interception.
CLI + GUI
Powerful command-line interface for automation or native GUI for visual management.
Node.JS API
Programmatic control with a full-featured Node.js SDK for automation and scripting.
Resume Support
Never lose progress. Resume interrupted downloads exactly where they left off.
Multi-protocol Support
Download via HTTP, HTTPS, FTP, SFTP, BitTorrent, and magnet links.
Simple, Powerful API
Intuitive interfaces whether you prefer the command line or programmatic control via Node.js. Start downloading in seconds.
- Full CLI with bash completion
- Node.js SDK with async/await
- Event-driven progress tracking
# Install$ pnpm i -g @risuko/cli# Basic download$ risuko download https://example.com/large-file.zip# Multi-threaded with 16 connections$ risuko download -t 16 https://example.com/file.iso# Resume interrupted download$ risuko resume ubuntu-24.04.iso.part